Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function upgrade() {
TARGET_RELEASES="$(< "${SHARED_DIR}/override-releases")"
echo "Overriding upgrade target to ${TARGET_RELEASES}"
fi
openshift-tests run-upgrade all \
openshift-tests run-upgrade "${TEST_UPGRADE_SUITE}" \
--to-image "${TARGET_RELEASES}" \
--options "${TEST_UPGRADE_OPTIONS-}" \
--provider "${TEST_PROVIDER}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ ref:
- name: TEST_SUITE
default: openshift/conformance/parallel
documentation: The test suite to run. Use 'openshift-test run --help' to list available suites.
- name: TEST_UPGRADE_SUITE
default: all
documentation: The test suite to run in upgrade tests. Use 'openshift-test run --help' to list available suites.
- name: TEST_SKIPS
default: ""
documentation: Regular expression (POSIX basic regular expression) of tests to skip.
Expand Down