Skip to content

Skip hypershift e2e jobs when only .coderabbit.yaml changes - #75997

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
enxebre:skip-coderabbit-e2e
Mar 10, 2026
Merged

Skip hypershift e2e jobs when only .coderabbit.yaml changes#75997
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
enxebre:skip-coderabbit-e2e

Conversation

@enxebre

@enxebre enxebre commented Mar 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds (^\.coderabbit\.yaml$) to the skip_if_only_changed / pipeline_skip_if_only_changed patterns for all hypershift presubmit jobs that already have skip patterns (unit, e2e-aks, e2e-aws, e2e-v2-aws, e2e-azure-self-managed, e2e-aws-upgrade-hypershift-operator, e2e-kubevirt-aws-ovn-reduced, security)
  • Prevents triggering expensive e2e test suites when the only change is to the CodeRabbit configuration file
  • Related to NO-JIRA: Add CodeRabbit config to exclude autogenerated files hypershift#7905 which adds .coderabbit.yaml to hypershift

Test plan

  • Verify that PRs touching only .coderabbit.yaml in hypershift no longer trigger e2e jobs
  • Verify that PRs touching code files still trigger e2e jobs as expected

🤖 Generated with Claude Code

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@openshift-ci
openshift-ci Bot requested review from devguyio and muraee March 10, 2026 13:16
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 10, 2026

@bryan-cox bryan-cox left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@enxebre: 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-hypershift-main-e2e-aks openshift/hypershift presubmit Ci-operator config changed
pull-ci-openshift-hypershift-main-e2e-aws openshift/hypershift presubmit Ci-operator config changed
pull-ci-openshift-hypershift-main-e2e-aws-upgrade-hypershift-operator openshift/hypershift presubmit Ci-operator config changed
pull-ci-openshift-hypershift-main-e2e-azure-self-managed openshift/hypershift presubmit Ci-operator config changed
pull-ci-openshift-hypershift-main-e2e-kubevirt-aws-ovn-reduced openshift/hypershift presubmit Ci-operator config changed
pull-ci-openshift-hypershift-main-e2e-v2-aws openshift/hypershift presubmit Ci-operator config changed
pull-ci-openshift-hypershift-main-security openshift/hypershift presubmit Ci-operator config changed
pull-ci-openshift-hypershift-main-unit openshift/hypershift presubmit 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.

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Mar 10, 2026
@openshift-ci

openshift-ci Bot commented Mar 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bryan-cox, enxebre

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

openshift-ci Bot commented Mar 10, 2026

Copy link
Copy Markdown
Contributor

@enxebre: all tests passed!

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.

@enxebre

enxebre commented Mar 10, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

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

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Mar 10, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 58fa890 into openshift:main Mar 10, 2026
15 checks passed
mpkredhat pushed a commit to mpkredhat/release that referenced this pull request Mar 11, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kasturinarra pushed a commit to kasturinarra/release that referenced this pull request Mar 11, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ibm-adarsh pushed a commit to ibm-adarsh/release that referenced this pull request Mar 12, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
amp-rh pushed a commit to amp-rh/openshift-release that referenced this pull request Mar 12, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
tareqalayan pushed a commit to tareqalayan/release that referenced this pull request Mar 13, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
qiliRedHat pushed a commit to qiliRedHat/release that referenced this pull request Mar 13, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
MayXuQQ pushed a commit to MayXuQQ/release that referenced this pull request Mar 17, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kasturinarra pushed a commit to kasturinarra/release that referenced this pull request Mar 17, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sairameshv pushed a commit to sairameshv/release that referenced this pull request Mar 23, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhouying7780 pushed a commit to zhouying7780/release that referenced this pull request Mar 25, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
rrasouli pushed a commit to rrasouli/release that referenced this pull request Mar 25, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
anpingli pushed a commit to anpingli/release that referenced this pull request Mar 30, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
eliorerz pushed a commit to eliorerz/release that referenced this pull request Jun 3, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fjglira pushed a commit to fjglira/release that referenced this pull request Jun 3, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
andrej1991 pushed a commit to andrej1991/release that referenced this pull request Jul 6, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
malingatembo pushed a commit to malingatembo/release that referenced this pull request Aug 5, 2026
…shift#75997)

Add (^\.coderabbit\.yaml$) to the skip_if_only_changed and
pipeline_skip_if_only_changed patterns for all hypershift e2e,
unit, and security presubmit jobs. This prevents triggering
expensive e2e test suites when the only change is to the
CodeRabbit configuration file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

3 participants