Skip to content

Fix relevant auto run e2e-aws-ci-tests for release-4.12 to release-4.18 versions - #85290

Open
tavital wants to merge 1 commit into
openshift:mainfrom
tavital:fix-relevant-versions-aws-ci-tests
Open

tavital wants to merge 1 commit into
openshift:mainfrom
tavital:fix-relevant-versions-aws-ci-tests

Conversation

@tavital

@tavital tavital commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Fix auto run e2e-aws-ci-tests for release-4.12 to release-4.18 versions.

Set always_run: false for the e2e-aws-ci-tests presubmit on the release-4.12 through release-4.18 branches so it no longer runs automatically, matching the opt-in behavior already in place on master and release-4.19 through 5.0.

Summary by CodeRabbit

Updated e2e-aws-ci-tests in the openshift-kni/cnf-features-deploy CI configuration for release-4.12 through release-4.18.

The test now uses always_run: false, so it no longer runs automatically for every change. This aligns these release branches with the existing configuration on master and later release branches.

@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

We couldn't safely recover the incremental review. No full review was started, and the last reviewed checkpoint was preserved. Retry later, or explicitly request a full review by commenting @coderabbitai full review.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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: Advanced

Run ID: ceaf800b-2dd7-4aa8-b094-fa248b7e0dfe

📥 Commits

Reviewing files that changed from the base of the PR and between 1653540 and 78e5a5e.

⛔ Files ignored due to path filters (7)
  • ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.12-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.13-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.14-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.15-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.16-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.18-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (7)
  • ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.12.yaml
  • ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.13.yaml
  • ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.14.yaml
  • ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.15.yaml
  • ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.16.yaml
  • ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17.yaml
  • ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.18.yaml

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


Walkthrough

Changes

CNF features deploy CI configuration

Layer / File(s) Summary
Disable automatic AWS E2E runs
ci-operator/config/openshift-kni/cnf-features-deploy/*release-4.12.yaml, *release-4.13.yaml, *release-4.14.yaml, *release-4.15.yaml, *release-4.16.yaml, *release-4.17.yaml, *release-4.18.yaml
The e2e-aws-ci-tests entry sets always_run: false for releases 4.12 through 4.18. The test no longer runs automatically for every change.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Bug fix

Suggested reviewers: psalajova

Merge Risk: ⚪ Minimal · up to 78e5a

This PR only makes AWS E2E tests opt-in on the specified release branches; no concrete merge-blocking risk remains.

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title identifies the e2e-aws-ci-tests configuration change and the affected release versions. It is related to the main change, despite minor grammatical awkwardness.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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 PASS. The review-scoped diff changes only YAML CI configuration. Each release 4.12–4.18 config changes the e2e-aws-ci-tests entry by adding always_run: false, and each matching presubmit changes `…
Test Structure And Quality ✅ Passed PASS. The pull request changes only CI-operator YAML configuration and generated presubmit YAML. It does not add or modify Ginkgo test code, test setup, cleanup, waits, or assertions. The custom check…
Microshift Test Compatibility ✅ Passed PASS — The pull request changes only CI configuration and generated presubmit YAML files. The authoritative diff adds no Ginkgo tests, OpenShift API references, namespaces, or MicroShift-unsupported a…
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: The pull request adds no Ginkgo tests or test code. The authoritative diff changes only CI configuration and generated presubmit entries by setting e2e-aws-ci-tests to always_run: false for …
Topology-Aware Scheduling Compatibility ✅ Passed PASS: The review-range diff changes only CI-operator test configuration and generated presubmit job settings. Each change sets always_run: false for e2e-aws-ci-tests. The added lines do not introd…
Ote Binary Stdout Contract ✅ Passed PASS. The review-scoped diff changes only YAML configuration and generated presubmit settings. It adds or changes always_run: false for e2e-aws-ci-tests; it adds no OTE binary code, suite setup, i…
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The pull request changes only CI YAML metadata. It adds always_run: false for e2e-aws-ci-tests in seven release configurations and changes matching presubmit metadata from always_run: true to `f…
No-Weak-Crypto ✅ Passed PASS. The pull request changes only CI configuration. It sets always_run: false for e2e-aws-ci-tests in release 4.12 through 4.18 and updates the generated presubmit jobs from always_run: true t…
Container-Privileges ✅ Passed PASS. The pull request changes only always_run from true to false for e2e-aws-ci-tests in seven CI configs and seven generated presubmit files. The diff adds no privileged, hostPID, `hostN…
No-Sensitive-Data-In-Logs ✅ Passed PASS. The pull request changes only CI execution settings. The config files add always_run: false, and the generated presubmit files change always_run: true to false. The patch adds no logging, …
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@yanirq

yanirq commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Sep 16, 2026
Set always_run: false for the e2e-aws-ci-tests presubmit on the
release-4.12 through release-4.18 branches so it no longer runs
automatically, matching the opt-in behavior already in place on
master and release-4.19 through 5.0.

Signed-off-by: Tomer Avital <tavital@redhat.com>
@tavital
tavital force-pushed the fix-relevant-versions-aws-ci-tests branch from 78e5a5e to 6e6ff57 Compare September 16, 2026 12:48
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Sep 16, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@tavital: 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-kni-cnf-features-deploy-release-4.14-e2e-aws-ci-tests openshift-kni/cnf-features-deploy presubmit Ci-operator config changed
pull-ci-openshift-kni-cnf-features-deploy-release-4.17-e2e-aws-ci-tests openshift-kni/cnf-features-deploy presubmit Ci-operator config changed
pull-ci-openshift-kni-cnf-features-deploy-release-4.16-e2e-aws-ci-tests openshift-kni/cnf-features-deploy presubmit Ci-operator config changed
pull-ci-openshift-kni-cnf-features-deploy-release-4.12-e2e-aws-ci-tests openshift-kni/cnf-features-deploy presubmit Ci-operator config changed
pull-ci-openshift-kni-cnf-features-deploy-release-4.13-e2e-aws-ci-tests openshift-kni/cnf-features-deploy presubmit Ci-operator config changed
pull-ci-openshift-kni-cnf-features-deploy-release-4.18-e2e-aws-ci-tests openshift-kni/cnf-features-deploy presubmit Ci-operator config changed
pull-ci-openshift-kni-cnf-features-deploy-release-4.15-e2e-aws-ci-tests openshift-kni/cnf-features-deploy presubmit Ci-operator config changed
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.

secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-aws-ci-tests,?($|\s.*)
trigger: (?m)^/test( | .* )(e2e-aws-ci-tests|remaining-required),?($|\s.*)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

what is "remaining-required" addition ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

we talked.

@yanirq

yanirq commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

/lgtm

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

tavital commented Sep 16, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@tavital: your /pj-rehearse request was not processed because the request waited in queue for longer than 5 minutes. Please retry in a few minutes.

@tavital

tavital commented Sep 16, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@yanirq

yanirq commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

/approve

@openshift-ci

openshift-ci Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: tavital, yanirq
Once this PR has been reviewed and has the lgtm label, please assign zeeke for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 Sep 16, 2026

Copy link
Copy Markdown
Contributor

@tavital: 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/openshift-kni/cnf-features-deploy/release-4.15/e2e-aws-ci-tests 6e6ff57 link unknown /pj-rehearse pull-ci-openshift-kni-cnf-features-deploy-release-4.15-e2e-aws-ci-tests
ci/rehearse/openshift-kni/cnf-features-deploy/release-4.14/e2e-aws-ci-tests 6e6ff57 link unknown /pj-rehearse pull-ci-openshift-kni-cnf-features-deploy-release-4.14-e2e-aws-ci-tests
ci/rehearse/openshift-kni/cnf-features-deploy/release-4.12/e2e-aws-ci-tests 6e6ff57 link unknown /pj-rehearse pull-ci-openshift-kni-cnf-features-deploy-release-4.12-e2e-aws-ci-tests
ci/rehearse/openshift-kni/cnf-features-deploy/release-4.17/e2e-aws-ci-tests 6e6ff57 link unknown /pj-rehearse pull-ci-openshift-kni-cnf-features-deploy-release-4.17-e2e-aws-ci-tests

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

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