You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -347,15 +347,11 @@ jobs:
347
347
- name: Integration
348
348
env:
349
349
RUNC_FLAVOR: ${{ matrix.runc }}
350
-
# SELinux: replace Permissive with Enforcing after https://github.com/containers/container-selinux/pull/98
351
-
# is merged and the package becomes generally available.
352
-
SELINUX: Permissive
350
+
SELINUX: Enforcing
353
351
run: vagrant up --provision-with=selinux,install-runc,test-integration
354
352
355
353
- name: CRI test
356
354
env:
357
355
RUNC_FLAVOR: ${{ matrix.runc }}
358
-
# SELinux: replace Permissive with Enforcing after https://github.com/containers/container-selinux/pull/98
359
-
# is merged and the package becomes generally available.
360
-
SELINUX: Permissive
356
+
SELINUX: Enforcing
361
357
run: vagrant up --provision-with=selinux,install-runc,test-cri
0 commit comments