Skip to content

[rhosdt] Fix OpenTelemetry Operator CI: Go 1.26 builder and opentelemetry-operator-system namespace#80005

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
IshwarKanse:updatetracing
Jun 4, 2026
Merged

[rhosdt] Fix OpenTelemetry Operator CI: Go 1.26 builder and opentelemetry-operator-system namespace#80005
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
IshwarKanse:updatetracing

Conversation

@IshwarKanse
Copy link
Copy Markdown
Member

@IshwarKanse IshwarKanse commented Jun 3, 2026

Summary

  • Fix upstream build failures: Bump build_root to rhel-9-golang-1.26-openshift-5.0 for all three upstream OpenTelemetry Operator CI variants (4.12, 4.21, 4.22) — the operator's go.mod now requires go >= 1.26.0; remove the now-unnecessary CONTROLLER_TOOLS_VERSION=v0.20.1 pin from binary_build_commands

  • Standardise install namespace: Replace openshift-opentelemetry-operator with opentelemetry-operator-system in all stage job configs (9 files) and the stage step script — operator tests hardcode this namespace; downstream configs and steps are intentionally left unchanged

  • Remove hardcoded MULTISTAGE_PARAM_OVERRIDE_* defaults: Drop stale IIB and Konflux bundle image values from steps.env across all OpenTelemetry Operator, Tempo Operator, and Distributed Tracing QE stage job configs; for arm/ibm-z/ibm-p variants that use inline install steps, replace the stale Konflux SHA default with default: "" and add a runtime guard that fails immediately with a clear error if the value is not supplied; ref YAML documentation updated accordingly

  • Parameterise stage test clone and branch: Switch the git clone URL in both otel and tempo stage test steps from a personal fork to https://github.com/os-observability/opentelemetry-operator.git / https://github.com/os-observability/tempo-operator.git; replace the hardcoded branch (rhosdt-3.9) with OTEL_TESTS_BRANCH / TEMPO_TESTS_BRANCH variables (declared with default: "" in the ref YAML, following the same pattern as MULTISTAGE_PARAM_OVERRIDE_*); a runtime guard fails early if the branch is not provided

Test plan

  • Upstream CI jobs (upstream-ocp-4.12-amd64, upstream-ocp-4.21-amd64, upstream-ocp-4.22-amd64) build successfully with Go 1.26
  • Stage jobs install the OpenTelemetry Operator into opentelemetry-operator-system and tests pass
  • Downstream jobs unaffected — still use openshift-opentelemetry-operator
  • Stage jobs triggered without MULTISTAGE_PARAM_OVERRIDE_* or OTEL_TESTS_BRANCH / TEMPO_TESTS_BRANCH fail immediately with a clear error message
  • Stage jobs triggered with all required variables (via steps.env or Gangway API) clone the correct fork and run against the specified branch

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 3, 2026

Walkthrough

CI configs and step scripts migrate OpenTelemetry/Tempo installs to opentelemetry-operator-system, require explicit bundle index images, simplify build commands and builder images, and expand test orchestration with TLS-profile validation and aggregated test error reporting.

Changes

Operator Namespace Migration and Parameter Validation

Layer / File(s) Summary
OpenTelemetry operator namespace migration & install steps
ci-operator/config/openshift/open-telemetry-opentelemetry-operator/*, ci-operator/step-registry/distributed-tracing/tests/opentelemetry/stage/*
opentelemetry-product install targets changed from openshift-opentelemetry-operatoropentelemetry-operator-system; install scripts create/label the new namespace, run operator-sdk run bundle -n opentelemetry-operator-system, wait for opentelemetry-operator-controller-manager Available, and add TLS-profile e2e invocation.
Tempo env removal and install guards
ci-operator/config/openshift/grafana-tempo-operator/*, ci-operator/config/openshift/distributed-tracing-qe/*
Removed pinned MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE entries from multiple stage env blocks; added in-step shell guards that fail if MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE is unset; disconnected config drops OTEL/Tempo overrides.
Test orchestration: aggregated failures and extra suites
ci-operator/step-registry/distributed-tracing/tests/tempo/stage/*, ci-operator/step-registry/distributed-tracing/tests/opentelemetry/stage/*
Tempo scripts introduce any_errors to record failures across chainsaw test runs and exit after all suites; Tempo test --test-dir list expanded; OpenTelemetry stage adds a TLS-profile chainsaw test with JUnit reporting and test-branch-driven repo checkout.
Parameter docs and manifest edits
ci-operator/step-registry/distributed-tracing/install/*-konflux-catalogsource/*ref.yaml
Reordered default: "" before documentation for MULTISTAGE_PARAM_OVERRIDE_*_INDEX_IMAGE entries and expanded documentation to state the parameter is mandatory and the job fails if not provided.

Build Configuration Updates

Layer / File(s) Summary
Build commands and builder image updates
ci-operator/config/openshift/open-telemetry-opentelemetry-operator/*upstream-ocp-4.*.yaml
Removed CONTROLLER_TOOLS_VERSION=v0.20.1 prefix from make invocations (use plain make targets) and updated build_root.image_stream_tag.tag from rhel-9-golang-1.25-openshift-4.22rhel-9-golang-1.26-openshift-5.0 across upstream variants.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main changes: bumping Go to 1.26 and updating the namespace from openshift-opentelemetry-operator to opentelemetry-operator-system for OpenTelemetry Operator CI.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR modifies only CI configuration (YAML) and helper scripts (bash), not Ginkgo test files. Check is not applicable as no Go test files with Ginkgo patterns are modified.
Test Structure And Quality ✅ Passed PR contains no Ginkgo test code. Changes are CI config YAML and shell scripts, not Go test files subject to the custom check requirements.
Microshift Test Compatibility ✅ Passed This PR only modifies CI configuration files and test runner scripts; it does not add any new Ginkgo e2e test definitions, so the check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR does not add any Ginkgo e2e tests. All changes are CI configuration and infrastructure updates (Go builder bump, namespace config changes, CI step definitions).
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only CI job configurations and test scripts, not deployment manifests or operator code. No scheduling constraints are introduced.
Ote Binary Stdout Contract ✅ Passed PR contains only CI configuration and step script changes, not modifications to OTE operator source code or test binaries that would be subject to the Binary Stdout Contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests are added. This PR modifies only CI configuration YAML files and test runner scripts that invoke external test repositories.
No-Weak-Crypto ✅ Passed No weak cryptography patterns (MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB) or custom crypto implementations found. Changes are CI configuration and deployment scripts, not cryptographic code.
Container-Privileges ✅ Passed PR modifies CI configs and test scripts only; contains no container/K8s manifests with privileged: true, hostPID/hostNetwork/hostIPC, SYS_ADMIN, allowPrivilegeEscalation: true, or runAsUser: 0.
No-Sensitive-Data-In-Logs ✅ Passed No sensitive data logging found. Echo statements only log static error messages about missing env vars or metadata filter status, not actual secret values.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 3, 2026
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with 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.

Inline comments:
In
`@ci-operator/step-registry/distributed-tracing/tests/opentelemetry/stage/distributed-tracing-tests-opentelemetry-stage-commands.sh`:
- Line 81: The shell command invoking oc -n opentelemetry-operator-system patch
csv $OTEL_CSV_NAME should quote the variable to prevent word-splitting and
globbing; update the invocation to use "$OTEL_CSV_NAME" (referencing the
OTEL_CSV_NAME variable and the patch csv command) so the CSV name is treated as
a single safe argument.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 4ad4c50a-492e-469a-ac8d-a24b3398c716

📥 Commits

Reviewing files that changed from the base of the PR and between f9f993b and 246ebba.

📒 Files selected for processing (14)
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.12-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.14-arm-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.14-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.16-ibm-z-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.17-fips-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.17-ibm-p-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.19-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.20-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__opentelemetry-product-ocp-4.21-stage.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__upstream-ocp-4.12-amd64.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__upstream-ocp-4.21-amd64.yaml
  • ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__upstream-ocp-4.22-amd64.yaml
  • ci-operator/step-registry/distributed-tracing/tests/opentelemetry/stage/distributed-tracing-tests-opentelemetry-stage-commands.sh
  • ci-operator/step-registry/distributed-tracing/tests/tempo/stage/distributed-tracing-tests-tempo-stage-commands.sh

@IshwarKanse
Copy link
Copy Markdown
Member Author

/pj-rehearse pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-opentelemetry-upstream-tests

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@IshwarKanse: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@IshwarKanse
Copy link
Copy Markdown
Member Author

/pj-rehearse pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-opentelemetry-upstream-tests

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@IshwarKanse: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@IshwarKanse
Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@IshwarKanse: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 3, 2026
@openshift-ci openshift-ci Bot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 4, 2026
@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 4, 2026
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 4, 2026
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@IshwarKanse: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.12-amd64-ci-index-opentelemetry-bundle openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.12-amd64-images openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.12-amd64-opentelemetry-upstream-tests openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.12-amd64-security-sast-otel openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-ci-index-opentelemetry-bundle openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-images openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-opentelemetry-upstream-tests openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-security-sast-otel openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.21-amd64-ci-index-opentelemetry-bundle openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.21-amd64-images openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.21-amd64-opentelemetry-upstream-tests openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.14-arm-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.12-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.19-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.20-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.21-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.20-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.17-ibm-p-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.12-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.14-arm-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.14-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.17-fips-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.16-ibm-z-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.17-ibm-p-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-distributed-tracing-qe-main-ocp-4.16-disconnected-distributed-tracing-tests-disconnected N/A periodic Ci-operator config changed

A total of 30 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@IshwarKanse: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-ci-index-opentelemetry-bundle openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-images openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-opentelemetry-upstream-tests openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-security-sast-otel openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.21-amd64-ci-index-opentelemetry-bundle openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.21-amd64-images openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.21-amd64-opentelemetry-upstream-tests openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.12-amd64-ci-index-opentelemetry-bundle openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.12-amd64-images openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.12-amd64-opentelemetry-upstream-tests openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.12-amd64-security-sast-otel openshift/open-telemetry-opentelemetry-operator presubmit Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.17-fips-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.21-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.16-ibm-z-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-distributed-tracing-qe-main-ocp-4.16-disconnected-distributed-tracing-tests-disconnected N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.14-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.17-ibm-p-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.19-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.20-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.12-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.21-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.14-arm-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-grafana-tempo-operator-main-tempo-product-ocp-4.20-stage-tempo-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.16-ibm-z-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-open-telemetry-opentelemetry-operator-main-opentelemetry-product-ocp-4.14-stage-opentelemetry-stage-tests N/A periodic Ci-operator config changed

A total of 30 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@IshwarKanse
Copy link
Copy Markdown
Member Author

/pj-rehearse pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-opentelemetry-upstream-tests

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@IshwarKanse: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@IshwarKanse
Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@IshwarKanse: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 4, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 4, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 4, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IshwarKanse, pavolloffay

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 4, 2026

@IshwarKanse: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/openshift/open-telemetry-opentelemetry-operator/main/upstream-ocp-4.22-amd64-opentelemetry-upstream-tests 373ee87 link unknown /pj-rehearse pull-ci-openshift-open-telemetry-opentelemetry-operator-main-upstream-ocp-4.22-amd64-opentelemetry-upstream-tests

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot Bot merged commit 6580326 into openshift:main Jun 4, 2026
16 of 17 checks passed
fracappa pushed a commit to fracappa/release that referenced this pull request Jun 4, 2026
TimurMP pushed a commit to TimurMP/release that referenced this pull request Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants