[WIP][Debug] Add wait step to tempo-upstream-tests for OCP 5.0 - #83419
[WIP][Debug] Add wait step to tempo-upstream-tests for OCP 5.0#83419IshwarKanse wants to merge 2 commits into
Conversation
This adds a wait step to enable debugging of test failures in OCP 5.0. Removes install-operators and distributed-tracing-tests-tempo-upstream steps, keeping only the operator install and wait steps. The wait step pauses the workflow before tests run, allowing QE to: - SSH into the test environment - Inspect system state and logs - Debug configuration issues - Investigate test failures OCP Version: 5.0 Job: tempo-upstream-tests Timeout: 8 hours
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IshwarKanse The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe upstream Grafana Tempo workflow now sets an eight-hour timeout and replaces the operator installation and distributed-tracing test steps with a single ChangesTempo upstream workflow
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized debug workflow change, and no supplied evidence identifies a current correctness, availability, permission, or deployment issue; no actionable merge-blocking risk remains beyond the PR’s explicit WIP/do-not-merge intent. Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The install-operators and distributed-tracing-tests-tempo-upstream steps were removed, so their env vars are no longer declared in any step and cause validation errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-grafana-tempo-operator-main-upstream-ocp-5.0-amd64-tempo-upstream-tests |
|
@IshwarKanse: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@IshwarKanse: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Summary
install-operatorsanddistributed-tracing-tests-tempo-upstreamsteps per request — only operator bundle install + wait remainThe wait step pauses the workflow after the operator is installed, allowing QE to:
Summary by CodeRabbit
The upstream OCP 5.0 CI workflow for
grafana-tempo-operatornow installs the operator bundle and then waits for 8 hours. This gives QE time to inspect the environment, logs, and system state during debugging.The workflow removes the
install-operatorsanddistributed-tracing-tests-tempo-upstreamsteps, along with their unused environment variables. The PR is intended for debugging only and must not be merged.