Skip to content

Commit 9c6e556

Browse files
Merge pull request #6684 from smarterclayton/test_options
templates: Use test --options for upgrade jobs
2 parents 1bef1f4 + 831980f commit 9c6e556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ objects:
318318
319319
function run-upgrade-tests() {
320320
openshift-tests run-upgrade "${TEST_SUITE}" --to-image "${RELEASE_IMAGE_LATEST}" \
321+
--options "${TEST_OPTIONS}" \
321322
--provider "${TEST_PROVIDER:-}" -o /tmp/artifacts/e2e.log --junit-dir /tmp/artifacts/junit
322323
}
323324

0 commit comments

Comments
 (0)