Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.22-openshift-4.19
tag: rhel-9-release-golang-1.24-openshift-4.20
use_build_cache: true
releases:
latest:
release:
architecture: amd64
channel: fast
version: "4.15"
version: "4.20"
resources:
'*':
limits:
Expand Down Expand Up @@ -293,7 +293,7 @@ tests:
steps:
allow_skip_on_success: true
env:
OSD_VERSION: 4.17.12
OSD_VERSION: 4.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if exactly 4.20.0 is available on OSD-GCP, and maybe we want a newer z-stream release, like 4.20.6 or whatever is available. cc @subhashkhileri

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds great, while testing the following locally, are the available 4.20.x versions for OpenShift Dedicated on GCP with marketplace subscription, therefore i will update the version to 4.20.17:

$ command -v ocm && ocm version
/home/fndlovu/.local/bin/ocm
1.0.12
$ ocm list versions --channel-group=stable 2>&1 |
      grep "^4\.20\." | sort -V
4.20.0
4.20.1
4.20.2
4.20.3
4.20.4
4.20.5
4.20.6
4.20.8
4.20.10
4.20.11
4.20.12
4.20.13
4.20.14
4.20.15
4.20.16
4.20.17

post:
- ref: redhat-developer-rhdh-send-data-router
- ref: redhat-developer-rhdh-send-alert
Expand All @@ -309,7 +309,7 @@ tests:
steps:
allow_skip_on_success: true
env:
OSD_VERSION: 4.17.12
OSD_VERSION: 4.20.0
post:
- ref: redhat-developer-rhdh-send-data-router
- ref: redhat-developer-rhdh-send-alert
Expand Down