-
Notifications
You must be signed in to change notification settings - Fork 2.3k
INTEROP-9357: Point OPP observability tests at maintained main branch #82365
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
Merged
openshift-merge-bot
merged 7 commits into
openshift:main
from
amp-rh:interop-9357-replace-deprecated-obs-tests
Aug 11, 2026
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2188393
INTEROP-9357: Point OPP observability tests at maintained main branch
redhat-chai-bot 5a5b4e1
INTEROP-9357: Update build_root to Go 1.25 and use root image for Doc…
redhat-chai-bot ee817b0
fix: use stolostron/builder:go1.25-linux build root for main__opp
amp-rh 9eb9b22
fix: use openshift/release:rhel-9-release-golang-1.25-openshift-4.22 …
amp-rh c3f0591
Apply mpitt conventions to preflight step script
amp-rh c39bb2d
fix: use ACM 2.17 for OCP 4.x jobs, reserve main for 5.0
amp-rh 787da40
fix: use ACM 2.17 image stream for ocp5.0 consumer
amp-rh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ base_images: | |
| namespace: ocp | ||
| tag: installer | ||
| multicluster-observability-operator-opp: | ||
| name: "2.16" | ||
| name: "2.17" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not "main"? |
||
| namespace: acm-qe | ||
| tag: multicluster-observability-operator-opp | ||
| openshift-virtualization-tests: | ||
|
|
||
23 changes: 23 additions & 0 deletions
23
...ster-observability-operator/stolostron-multicluster-observability-operator-main__opp.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| build_root: | ||
| image_stream_tag: | ||
| name: release | ||
| namespace: openshift | ||
| tag: rhel-9-release-golang-1.25-openshift-4.22 | ||
| images: | ||
| items: | ||
| - dockerfile_path: Dockerfile.interop | ||
| to: multicluster-observability-operator-opp | ||
| promotion: | ||
| to: | ||
| - name: main | ||
| namespace: acm-qe | ||
| resources: | ||
| '*': | ||
| requests: | ||
| cpu: 100m | ||
| memory: 1Gi | ||
| zz_generated_metadata: | ||
| branch: main | ||
| org: stolostron | ||
| repo: multicluster-observability-operator | ||
| variant: opp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ base_images: | |
| namespace: acm-qe | ||
| tag: fetch-managed-clusters | ||
| multicluster-observability-operator-opp: | ||
| name: "2.16" | ||
| name: "2.17" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not "main"? |
||
| namespace: acm-qe | ||
| tag: multicluster-observability-operator-opp | ||
| ocs-ci-tests: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not "main"?