Skip to content
Open
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 @@ -7,6 +7,10 @@ base_images:
name: observability-operator-test-harness
namespace: ci
tag: latest
upi-installer:
name: "4.20"
namespace: ocp
tag: upi-installer
Comment on lines +10 to +13
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.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Run make update (or confirm no-op) for this ci-operator config change.

Since this PR modifies ci-operator/config (Lines 10-13), please run make update and include any generated artifact diff, or explicitly note that it was a no-op.

As per coding guidelines: "After modifying CI configuration files in ci-operator/config/, regenerate downstream artifacts by running make update".

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@ci-operator/config/rhobs/observability-operator/rhobs-observability-operator-main__amd64-ocp-4.20-azure.yaml`
around lines 10 - 13, You changed the ci-operator config entry (upi-installer
with name: "4.20" tag: upi-installer) under ci-operator/config; run `make
update` in the repo root to regenerate downstream artifacts, add any resulting
file diffs to this PR, or explicitly confirm in the PR description that `make
update` was a no-op and no artifacts changed so reviewers can verify compliance
with the CI-config regeneration rule.

build_root:
image_stream_tag:
name: builder
Expand Down