Skip to content

Commit

Permalink
ci/openshift-ci: Set SELinux permissive
Browse files Browse the repository at this point in the history
Configure the worker nodes on the test cluster to SELinux permissive
mode so that it doesn't fail to fork the QEMU process.

Fixes kata-containers#2527

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Jan 25, 2021
1 parent bc531a8 commit 04f6c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/openshift-ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export PATH=/tmp/shared:$PATH
oc version || die "Test cluster is unreachable"

info "Install and configure kata into the test cluster"
export SELINUX_PERMISSIVE="yes"
${script_dir}/cluster/install_kata.sh || die "Failed to install kata-containers"

info "Run test suite: $suite"
Expand Down

0 comments on commit 04f6c1f

Please sign in to comment.