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 @@ -16,7 +16,7 @@ workflow:
env:
PROVIDER_NAME: aws
PLATFORM_EXTERNAL_CCM_ENABLED: no
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.0"
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.1"
documentation: |-
The OPCT Conformance External E2E workflow executes the common end-to-end test suite using
OPCT tool.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ if [ -n "${OPCT_DEV_EXTRA_CMD:-}" ]; then
${OPCT_CLI} run --watch ${OPCT_DEV_EXTRA_CMD:-}
elif [ "${OPCT_RUN_MODE:-}" == "upgrade" ]; then
echo "Running OPCT with upgrade mode"
${OPCT_CLI} run --watch --mode=upgrade --upgrade-to-image="${TARGET_RELEASE_IMAGE}"
${OPCT_CLI} run \
--watch \
--mode=upgrade \
--upgrade-to-image="${TARGET_RELEASE_IMAGE}" \
--validation-timeout=900 \
--validation-retry-interval=30
else
echo "Running OPCT with regular mode"
${OPCT_CLI} run --watch
${OPCT_CLI} run \
--watch \
--validation-timeout=900 \
--validation-retry-interval=30
fi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflow:
- ref: upi-deprovision-vsphere-dns
- ref: ipi-deprovision-vsphere-lease
env:
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.0"
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.1"
documentation: |-
The OPCT workflow installs OpenShift on vSphere using platform type None, then
the run test steps using conformance workflow using OPCT, gather's the results archive, and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflow:
- ref: upi-deprovision-vsphere-dns
- ref: ipi-deprovision-vsphere-lease
env:
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.0"
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.1"
documentation: |-
The OPCT workflow installs OpenShift on vSphere using platform type None, then
the run test steps using conformance workflow using OPCT, gather's the results archive, and
Expand Down