Skip to content

Commit

Permalink
OCPBUGS-46532: bump OPCT to v0.5.1 (#60205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio authored Dec 30, 2024
1 parent f108af0 commit 2a5b38c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ workflow:
- chain: opct-post
- ref: assisted-oci-teardown
env:
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.0"
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.1"
documentation: |-
This workflow installs an OCP cluster by running assisted-installer on Oracle cloud and runs the OPCT on it.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workflow:
PROVIDER_NAME: aws
PLATFORM_EXTERNAL_CCM_ENABLED: no
BASE_DOMAIN: origin-ci-int-aws.dev.rhcloud.com
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.0"
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.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 @@ -14,7 +14,7 @@ workflow:
- ref: upi-deprovision-vsphere-dns
- ref: ipi-deprovision-vsphere-lease
env:
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.0"
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.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.5.0"
OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.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
2 changes: 1 addition & 1 deletion core-services/image-mirroring/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ supplementalCIImages:
ci/opct:latest:
image: quay.io/opct/opct:latest
ci/opct:v0.5:
image: quay.io/opct/opct:v0.5.0
image: quay.io/opct/opct:v0.5.1
ci/nested-environment-builder:latest:
image: quay.io/ocp-splat/nested-environment-builder:latest
ci/govc:v0.29.0:
Expand Down

0 comments on commit 2a5b38c

Please sign in to comment.