Skip to content

Commit

Permalink
test15
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Apr 3, 2024
1 parent 5e3de77 commit 60b3a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkr-bld-qemu-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
sudo usermod -aG kvm $USER
sudo usermod -aG libvirt $USER
sudo usermod -aG libvirtd $USER
sudo systemctl start libvirtd
sudo systemctl status libvirtd
- name: Install Chef
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Bento Test
run: |
eval "$(chef shell-init bash)"
bento test
sudo bento test
# - name: Remove VM in case of canceled job
# if: cancelled()
# run: |
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/pkr-bld-virtualbox-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ jobs:
run: |
eval "$(chef shell-init bash)"
bento test ${{ matrix.os }}
# - name: Remove VM in case of canceled job
# if: cancelled()
# run: |
# echo Powering off and deleting any existing VMs named ${{ matrix.os }}*-amd64
# VBoxManage controlvm ${{ matrix.os }}*-amd64 poweroff --type headless 2> /dev/null
# sleep 1
# VBoxManage unregistervm ${{ matrix.os }}*-amd64 --delete 2> /dev/null
# sleep 2
- name: Upload build artifact
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit 60b3a6d

Please sign in to comment.