diff --git a/ci-operator/config/openshift/oc/openshift-oc-main.yaml b/ci-operator/config/openshift/oc/openshift-oc-main.yaml index fa9972bf27026..86d9440d5d4fe 100644 --- a/ci-operator/config/openshift/oc/openshift-oc-main.yaml +++ b/ci-operator/config/openshift/oc/openshift-oc-main.yaml @@ -77,6 +77,13 @@ images: as: - registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 to: cli-artifacts +- dockerfile_path: images/cli-tests/Dockerfile.rhel + from: cli + inputs: + ocp_builder_rhel-9-golang-1.24-openshift-4.22: + as: + - registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 + to: cli-tests - context_dir: images/recycler/ dockerfile_path: Dockerfile.rhel from: cli @@ -89,6 +96,7 @@ promotion: - tests - must-gather - oc-base-with-rpms + - cli-tests name: "4.22" namespace: ocp raw_steps: diff --git a/ci-operator/config/openshift/oc/openshift-oc-release-4.22.yaml b/ci-operator/config/openshift/oc/openshift-oc-release-4.22.yaml index 6f5211149484a..a04736e063134 100644 --- a/ci-operator/config/openshift/oc/openshift-oc-release-4.22.yaml +++ b/ci-operator/config/openshift/oc/openshift-oc-release-4.22.yaml @@ -77,6 +77,13 @@ images: as: - registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 to: cli-artifacts +- dockerfile_path: images/cli-tests/Dockerfile.rhel + from: cli + inputs: + ocp_builder_rhel-9-golang-1.24-openshift-4.22: + as: + - registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 + to: cli-tests - context_dir: images/recycler/ dockerfile_path: Dockerfile.rhel from: cli @@ -90,6 +97,7 @@ promotion: - tests - must-gather - oc-base-with-rpms + - cli-tests name: "4.22" namespace: ocp raw_steps: diff --git a/ci-operator/config/openshift/oc/openshift-oc-release-4.23.yaml b/ci-operator/config/openshift/oc/openshift-oc-release-4.23.yaml index 7bb0c1b9f90ee..e1f5ae1cda696 100644 --- a/ci-operator/config/openshift/oc/openshift-oc-release-4.23.yaml +++ b/ci-operator/config/openshift/oc/openshift-oc-release-4.23.yaml @@ -77,6 +77,13 @@ images: as: - registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 to: cli-artifacts +- dockerfile_path: images/cli-tests/Dockerfile.rhel + from: cli + inputs: + ocp_builder_rhel-9-golang-1.24-openshift-4.22: + as: + - registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 + to: cli-tests - context_dir: images/recycler/ dockerfile_path: Dockerfile.rhel from: cli @@ -89,6 +96,7 @@ promotion: - tests - must-gather - oc-base-with-rpms + - cli-tests name: "4.23" namespace: ocp raw_steps: