Skip to content

Update rebasebot alert configs for PIXAA organisation#79597

Open
JoelSpeed wants to merge 1 commit into
openshift:mainfrom
JoelSpeed:update-pixaa-rebasebot-alerts
Open

Update rebasebot alert configs for PIXAA organisation#79597
JoelSpeed wants to merge 1 commit into
openshift:mainfrom
JoelSpeed:update-pixaa-rebasebot-alerts

Conversation

@JoelSpeed
Copy link
Copy Markdown
Contributor

@JoelSpeed JoelSpeed commented May 21, 2026

As part of the pixaa reorg, I'm moving all alerts for the rebase bot related to PIXAA repos to a new #pixaa-rebasebot-alerts channel.

The old team cloud rebasebot channel will be archived.

There currently isn't a good place to redirect the IBM or nutanix webhooks to, I don't think PIXAA is intending to own these going forward.

I've also updated the kubernetes autoscaler to move to the autoscaling team

CC @damdo @RadekManak @elmiko

Summary by CodeRabbit

This pull request updates the rebasebot scheduled job alert configuration in OpenShift CI infrastructure to route Slack notifications based on organizational changes.

Changes Made

File Modified: ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml

The PR reconfigures Slack webhook destinations for several rebasebot scheduled jobs that monitor upstream Kubernetes and cloud provider repositories:

  1. Cloud Provider Jobs Migrated to PIXAA Channel: Updated the Slack webhook for the following rebasebot jobs to send alerts to the new PIXAA organization's dedicated channel:

    • cloud-provider-aws
    • cluster-api-provider-azure
    • cluster-api-provider-aws
    • cluster-api-provider-gcp

    These jobs previously sent alerts to /secrets/rebasebot/team-cloud-slack-webhook and now use /secrets/rebasebot/pixaa-alerts-slack-webhook.

  2. Kubernetes Autoscaler Ownership Transferred: The kubernetes-autoscaler job was updated to use autoscaling-team specific credentials and alert routing:

    • Changed Slack webhook to /secrets/rebasebot/autoscaling-team-bot-spam-slack-incoming-webhook
    • Updated GitHub application credentials to autoscaling-team bot identities (GitHub app ID 1183368)
    • Changed git bot username/email and bot email recipients to reflect autoscaling team ownership

Impact

This reorganization consolidates cloud infrastructure rebasebot alerts under the PIXAA organization's dedicated Slack channel while transferring the Kubernetes autoscaler monitoring responsibility to the autoscaling team, allowing each team to manage their relevant upstream rebase notifications independently.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: bf61392b-a84f-4778-a527-b7da2fbaaf9a

📥 Commits

Reviewing files that changed from the base of the PR and between 73b60fd and aeef9fb.

📒 Files selected for processing (1)
  • ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml

Walkthrough

The PR updates rebasebot CI job configuration to redistribute Slack notifications across teams and reassign ownership. Nine cloud provider and cluster-api jobs are rerouted to pixaa-alerts, six jobs have notifications disabled, and the kubernetes-autoscaler job transfers to autoscaling-team with updated credentials and bot identities.

Changes

Rebasebot notification and team configuration

Layer / File(s) Summary
Cloud provider jobs migrated to pixaa-alerts webhook
ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml
Nine cloud provider and cluster-api rebase jobs switch Slack webhook from team-cloud-slack-webhook to pixaa-alerts-slack-webhook: cloud-provider-aws, cluster-api-provider-azure, cluster-api-provider-aws, cluster-api-provider-gcp, cluster-api-provider-vsphere, cluster-api, cloud-provider-azure, cloud-provider-gcp, and cloud-provider-vsphere.
Cloud provider jobs with webhook notifications removed
ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml
Six cloud provider and cluster-api rebase jobs have the Slack webhook notification argument removed: cluster-api-provider-nutanix, cluster-api-provider-ibmcloud, cloud-provider-ibm, cloud-provider-vpc-controller, cloud-provider-powervs, and cloud-provider-nutanix.
Kubernetes autoscaler team ownership transfer
ci-operator/config/openshift-eng/rebasebot/openshift-eng-rebasebot-main.yaml
The kubernetes-autoscaler rebase job is reassigned to autoscaling-team: Slack webhook changed to autoscaling-team-bot-spam-slack-incoming-webhook, GitHub app and cloner credentials updated to autoscaling-team identities, bot username and email changed to autoscaling-team bot account, and --bot-emails recipient list updated.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

lgtm, rehearsals-ack

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main purpose of the changeset: updating rebasebot alert configurations for the PIXAA organisation by routing alerts to a new dedicated Slack channel.
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 only modifies CI configuration YAML file (rebasebot webhook URLs/credentials). No Ginkgo tests or test definitions are present, making the check inapplicable.
Test Structure And Quality ✅ Passed Check is not applicable—PR contains only YAML CI configuration (openshift-eng-rebasebot-main.yaml), not Ginkgo test code.
Microshift Test Compatibility ✅ Passed This PR only modifies YAML CI configuration files and documentation files; it adds no Ginkgo e2e tests. The check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR contains only CI configuration changes (YAML), not new Ginkgo e2e tests. The custom check applies only to new test code additions.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only a CI operator config file with Slack webhook settings, not Kubernetes deployment manifests, operator code, or controllers. No scheduling constraints are present or introduced.
Ote Binary Stdout Contract ✅ Passed PR modifies only YAML CI configuration; no Go source code changes present. OTE Binary Stdout Contract check applies to Go test binaries, not configuration manifests.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR contains no new Ginkgo e2e tests. Changes are only to a CI configuration YAML file (rebasebot Slack alert webhooks), not test code. Check is not applicable.

✏️ 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 requested review from mdbooth and nrb May 21, 2026 11:54
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 21, 2026
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@JoelSpeed: 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
periodic-ci-openshift-eng-rebasebot-main-cluster-api N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cluster-api-provider-azure N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cloud-provider-aws N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cloud-provider-ibm N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cloud-provider-powervs N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cluster-api-provider-ibmcloud N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cloud-provider-azure N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cloud-provider-vsphere N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cloud-provider-gcp N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cluster-api-provider-aws N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-kubernetes-autoscaler N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cluster-api-provider-gcp N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cloud-provider-vpc-controller N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cluster-api-provider-vsphere N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cloud-provider-nutanix N/A periodic Ci-operator config changed
periodic-ci-openshift-eng-rebasebot-main-cluster-api-provider-nutanix N/A periodic Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

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.

@damdo
Copy link
Copy Markdown
Member

damdo commented May 21, 2026

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 21, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 21, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: damdo, JoelSpeed

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

@JoelSpeed
Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 21, 2026

@JoelSpeed: The following tests 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/periodic-ci-openshift-eng-rebasebot-main-kubernetes-autoscaler aeef9fb link unknown /pj-rehearse periodic-ci-openshift-eng-rebasebot-main-kubernetes-autoscaler
ci/rehearse/periodic-ci-openshift-eng-rebasebot-main-cluster-api-provider-vsphere aeef9fb link unknown /pj-rehearse periodic-ci-openshift-eng-rebasebot-main-cluster-api-provider-vsphere

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.

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants