Merge pull request #4698 from dweomer/test-selinux-enforcing

test: run tests with selinux enforcing
This commit is contained in:
Michael Crosby
2020-11-10 10:22:46 -05:00
committed by GitHub
2 changed files with 3 additions and 10 deletions

View File

@@ -347,15 +347,11 @@ jobs:
- name: Integration
env:
RUNC_FLAVOR: ${{ matrix.runc }}
# SELinux: replace Permissive with Enforcing after https://github.com/containers/container-selinux/pull/98
# is merged and the package becomes generally available.
SELINUX: Permissive
SELINUX: Enforcing
run: vagrant up --provision-with=selinux,install-runc,test-integration
- name: CRI test
env:
RUNC_FLAVOR: ${{ matrix.runc }}
# SELinux: replace Permissive with Enforcing after https://github.com/containers/container-selinux/pull/98
# is merged and the package becomes generally available.
SELINUX: Permissive
SELINUX: Enforcing
run: vagrant up --provision-with=selinux,install-runc,test-cri