Fix daily status Slack links to include STS jobs#79247
Conversation
|
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 skipped from review as they are similar to previous changes (1)
WalkthroughAdds a ChangesROSA E2E CI Slack Reporting
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000 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 |
|
/retest |
| report_template: |- | ||
| {{if eq .Status.State "success"}}:large_green_circle: *ROSA CI Daily Status:* all jobs passing{{else}}:red_circle: *ROSA CI Daily Status:* failures detected{{end}} (<{{.Status.URL}}|Full report>) | ||
| <https://prow.ci.openshift.org/?type=periodic&job=*rosa-hcp-e2e-nightly*|ROSA E2E> | <https://prow.ci.openshift.org/?type=periodic&job=*ocm-fvt*rosa*|OCM FVT> | <https://prow.ci.openshift.org/?type=periodic&job=*main-nightly-*e2e-rosa-hcp-ovn|HCP Conformance> | <https://prow.ci.openshift.org/?type=periodic&job=*main-nightly-*e2e-rosa-sts-ovn|Classic STS Conformance> | ||
| <https://prow.ci.openshift.org/?type=periodic&job=*rosa-*e2e-nightly*|ROSA E2E> | <https://prow.ci.openshift.org/?type=periodic&job=*ocm-fvt*rosa*|OCM FVT> | <https://prow.ci.openshift.org/?type=periodic&job=*main-nightly-*e2e-rosa-hcp-ovn|HCP Conformance> | <https://prow.ci.openshift.org/?type=periodic&job=*main-nightly-*e2e-rosa-sts-ovn|Classic STS Conformance> |
There was a problem hiding this comment.
the job name for rosa-e2e would not be nightly once the change in #79215 merged
|
/hold |
Move reporter_config from hand-edited generated file to source ci-operator config so it survives make jobs. Update Prow filter from *rosa-hcp-e2e-nightly* to *rosa-*e2e-nightly* to include both HCP and STS nightly jobs.
Run make ci-operator-config to match canonical format.
PR openshift#79215 renamed periodic jobs from nightly to stable/candidate channel groups. Update the daily status Prow filter link from *rosa-*e2e-nightly* to *rosa-e2e-main-periodics-rosa-* to match all rosa-e2e periodic jobs regardless of channel group.
f778ae3 to
ac4352d
Compare
|
Rebased onto main (which now includes #79215) and updated the ROSA E2E Prow filter link. PR #79215 renamed the periodic jobs from @bmeng please |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/retest |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-rosa-ci-daily-status |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@dustman9000: The following test failed, say
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. |
|
/pj-rehearse ack |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
The report_template for rosa-ci-daily-status had hardcoded Prow filter links using the old
*rosa-hcp-e2e-nightly*pattern, which only showed HCP jobs. Updated to*rosa-*e2e-nightly*to include both HCP and STS nightly jobs.Moved reporter_config from hand-edited generated file to source ci-operator config so it survives
make jobs.This PR updates the ROSA E2E ci-operator config (openshift-online/rosa-e2e) to make the daily Slack status reporter durable in source and to ensure nightly STS jobs are included in the report links.
What changed
Impact