docs(ci): document release smoke testing process#4449
docs(ci): document release smoke testing process#4449openshift-merge-bot[bot] merged 2 commits intoredhat-developer:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The container image build workflow finished with status: |
|
|
/lgtm |
30f6369
into
redhat-developer:main
zdrapela
left a comment
There was a problem hiding this comment.
@gustavolira @josephca
Have you guys tried #4355? Did it work for you, or do you have any ideas for improvement? I believe it's a superior way of triggering jobs with the option to override the image, rather than opening a PR with specific values.
| ## Step 2: Override Image in `values_showcase.yaml` | ||
|
|
||
| Edit `.ci/pipelines/value_files/values_showcase.yaml` and update the `upstream.backstage.image` | ||
| section: | ||
|
|
||
| ```yaml | ||
| upstream: | ||
| backstage: | ||
| image: | ||
| pullPolicy: Always | ||
| registry: quay.io | ||
| repository: rhdh/rhdh-hub-rhel9 # was: rhdh-community/rhdh | ||
| tag: "1.9-211" # was: next-1.9 | ||
| ``` | ||
|
|
||
| ## Step 3: Override Image in `values_showcase-rbac.yaml` | ||
|
|
||
| Apply the same image changes in `.ci/pipelines/value_files/values_showcase-rbac.yaml`: | ||
|
|
||
| ```yaml | ||
| upstream: | ||
| backstage: | ||
| image: | ||
| pullPolicy: Always | ||
| registry: quay.io | ||
| repository: rhdh/rhdh-hub-rhel9 # was: rhdh-community/rhdh | ||
| tag: "1.9-211" # was: next-1.9 | ||
| ``` |
There was a problem hiding this comment.
These steps are completely redundant. They are basically placeholders which are getting overriden by helm upgrade -i which uses this function for params:
rhdh/.ci/pipelines/lib/helm.sh
Lines 214 to 225 in 30f6369
It's actually pretty misleading, and we should replace them or delete them from the value files.
…loper#4449)" This reverts commit 30f6369.



Summary
.ci/release-smoke-testing.mddocumenting how to run the CI test suite against productized RHDH images for release validation[skip-build]tipJira
https://redhat.atlassian.net/browse/RHIDP-8640
Test plan
🤖 Generated with Claude Code