Update slack template for COO 4.19 periodics#80086
Conversation
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
|
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 ignored due to path filters (1)
📒 Files selected for processing (3)
WalkthroughCI operator configurations for observability-operator tests and the konflux-catalogsource command script receive formatting and template updates. Report templates expand from inline single-line strings to multi-line YAML block scalars with additional static context fields. The bash script undergoes whitespace and comment normalization with no functional logic changes. ChangesCI Operator Configuration Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-rhobs-observability-operator-main-amd64-ocp-4.19-gcp-coo-stage |
|
@simonpasquier: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/cc @jan--f |
|
@simonpasquier: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command. |
|
@openshift-ci[bot]: your |
|
/pj-rehearse periodic-ci-rhobs-observability-operator-main-upstream-ocp-4.19-aws-coo-compat |
|
/pj-rehearse periodic-ci-rhobs-observability-operator-main-amd64-ocp-4.19-gcp-coo-stage |
|
@simonpasquier: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@simonpasquier: 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 |
|
@simonpasquier: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jan--f, simonpasquier 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 |
54f50de
into
openshift:main
Summary by CodeRabbit
This PR updates the Slack notification templates used by the Cluster Observability Operator (COO) CI jobs for OpenShift 4.19.
What's changing:
The Slack message templates for two COO test definitions (
coo-stageandcoo-compat) have been redesigned to provide clearer, more structured information in CI notifications. Instead of single-line inline templates, the new templates use multi-line YAML block scalars that include:These template changes make the periodic CI notifications more readable and informative while preserving the conditional success/failure styling and "View logs" link functionality.
Additionally, a minor refactoring was made to the Konflux CatalogSource helper script (
rhobs-konflux-catalogsource-commands.sh), where the command sequencing afterupdate_global_authwas normalized and a sleep was added for stability purposes.