diff --git a/ci-operator/jobs/openshift/release/openshift-release-release-4.7-periodics.yaml b/ci-operator/jobs/openshift/release/openshift-release-release-4.7-periodics.yaml index db60a93c951d8..80b22ae46c9e0 100644 --- a/ci-operator/jobs/openshift/release/openshift-release-release-4.7-periodics.yaml +++ b/ci-operator/jobs/openshift/release/openshift-release-release-4.7-periodics.yaml @@ -526,24 +526,24 @@ periodics: EOSCRIPT chmod +x invert_excluded.py cat > excluded_tests < test-suite.txt - TEST_SUITE="--file=test-suite.txt" run-tests + TEST_SUITE="--file=test-suite.txt" TEST_OPTIONS="--from-repository=quay.io/multi-arch/community-e2e-images" run-tests image: ci-operator:latest imagePullPolicy: Always name: "" @@ -783,350 +722,53 @@ periodics: EOSCRIPT chmod +x invert_excluded.py cat > excluded_tests < test-suite.txt - TEST_SUITE="--file=test-suite.txt" run-tests + TEST_SUITE="--file=test-suite.txt" TEST_OPTIONS="--from-repository=quay.io/multi-arch/community-e2e-images" run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-remote-libvirt-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-remote-libvirt-e2e.yaml index 14208aa7ad10a..d357a27c0149c 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-remote-libvirt-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-remote-libvirt-e2e.yaml @@ -296,7 +296,7 @@ objects: } function run-tests() { - openshift-tests run "${TEST_SUITE}" \ + openshift-tests run "${TEST_SUITE}" "${TEST_OPTIONS}" \ --provider "${TEST_PROVIDER:-}" -o ${ARTIFACT_DIR}/e2e.log --junit-dir ${ARTIFACT_DIR}/junit }