Skip to content

Commit 8b0c9d1

Browse files
authored
Merge pull request #56 from alicefr/investigate-ci-failure
DNM CI: investigate tests KVM regression
2 parents b55e484 + 3a365f4 commit 8b0c9d1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
- name: Checkout code
3030
uses: actions/checkout@v4
3131

32-
- name: Set up KVM
33-
run: |
34-
sudo chmod 666 /dev/kvm
35-
ls -la /dev/kvm
36-
3732
- name: Configure kernel for nested containers
3833
run: |
3934
# Unload all AppArmor profiles from the kernel.
@@ -67,6 +62,12 @@ jobs:
6762
libdevmapper-dev \
6863
pkg-config
6964
65+
- name: Set up KVM
66+
run: |
67+
# Re-apply after apt-get which may upgrade udev and reset device permissions
68+
sudo chmod 666 /dev/kvm
69+
ls -la /dev/kvm
70+
7071
- name: Configure Podman
7172
run: |
7273
podman --version

0 commit comments

Comments
 (0)