Skip to content

Commit 0c5b687

Browse files
praveenkumaranjannath
authored andcommitted
CI: for okd bundle test use ubuntu 24.04 and don't fail for virtiofsd installation
1 parent 9a91ad0 commit 0c5b687

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-okd-bundle.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
name: Run OKD bundle with crc
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
strategy:
1111
fail-fast: false
1212
matrix:
@@ -31,9 +31,7 @@ jobs:
3131
- name: Install required virtualization software
3232
run: |
3333
sudo apt-get update
34-
sudo apt install qemu-kvm libvirt-daemon libvirt-daemon-system
35-
# This package may not be present depending on Ubuntu version
36-
sudo apt install virtiofsd || true
34+
sudo apt install qemu-kvm libvirt-daemon libvirt-daemon-system virtiofsd
3735
sudo usermod -a -G libvirt $USER
3836
- name: Remove unwanted stuff to free up disk image
3937
run: |

0 commit comments

Comments
 (0)