Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HCO: Fix smoke test by updating OCP 4.17 to 4.18 #60185

Merged
merged 1 commit into from
Dec 31, 2024
Merged
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 @@ -4,7 +4,7 @@ base_images:
namespace: ocp
tag: "9"
cli:
name: "4.17"
name: "4.18"
namespace: ocp
tag: cli
cli-operator-sdk:
Expand All @@ -19,16 +19,16 @@ base_images:
name: hyperconverged-cluster-bundle
namespace: ci
tag: 1.14.0-unstable
ocp_builder_rhel-9-golang-1.22-openshift-4.17:
ocp_builder_rhel-9-golang-1.22-openshift-4.18:
name: builder
namespace: ocp
tag: rhel-9-golang-1.22-openshift-4.17
tag: rhel-9-golang-1.22-openshift-4.18
binary_build_commands: make install
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.22-openshift-4.17
tag: rhel-9-release-golang-1.22-openshift-4.18
images:
- dockerfile_path: build/Dockerfile.okd
from: base
Expand All @@ -51,9 +51,9 @@ images:
to: virt-artifacts-server
- dockerfile_path: build/Dockerfile.functest.ci
inputs:
ocp_builder_rhel-9-golang-1.22-openshift-4.17:
ocp_builder_rhel-9-golang-1.22-openshift-4.18:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
to: hyperconverged-cluster-functest
- dockerfile_literal: |
FROM src
Expand Down Expand Up @@ -114,12 +114,12 @@ operator:
releases:
initial:
integration:
name: "4.17"
name: "4.18"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.17"
name: "4.18"
namespace: ocp
resources:
'*':
Expand Down