diff --git a/gating.yaml b/gating.yaml index 4b4c460..c80192d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,10 +3,10 @@ product_versions: - fedora-* decision_context: bodhi_update_push_testing rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete } + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional } --- !Policy product_versions: - fedora-* decision_context: bodhi_update_push_stable rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete } + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional } diff --git a/tests/run-podman-checkpoint-restore.sh b/tests/run-podman-checkpoint-restore.sh index 0e082b4..525755f 100755 --- a/tests/run-podman-checkpoint-restore.sh +++ b/tests/run-podman-checkpoint-restore.sh @@ -4,30 +4,6 @@ set -eux ls -la -echo "Load additional SELinux policy for checkpointing" - -# Add missing selinux policy -cat << EOF > criu.te - -module criu 1.0; - -require { - type container_t; - type container_var_lib_t; - type sysctl_kernel_ns_last_pid_t; - class file { append write }; -} - -allow container_t sysctl_kernel_ns_last_pid_t:file write; -allow container_t container_var_lib_t:file append; -EOF - -cat criu.te - -checkmodule -M -m criu.te -o criu.mod -semodule_package -o criu.pp -m criu.mod -#semodule -i criu.pp - echo "Start container with tomcat" podman --log-level debug run --tmpfs /tmp --tmpfs /usr/local/tomcat/logs -d docker://docker.io/yovfiatbeb/podman-criu-test