SPLAT-2754/WIP: aws: create job for public-ipv4-pool#79125
Conversation
|
@mtulio: This pull request references SPLAT-2754 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
WalkthroughA new scheduled E2E test job named Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
|
@mtulio: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mtulio The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@ci-operator/config/openshift/release/.config.prowgen`:
- Around line 853-872: The YAML list under excluded_variants contains a
malformed entry where the ci-4.15-related item and ci-4.16 were accidentally
concatenated; fix the excluded_variants list by splitting that merged string
into two separate list items (one for the existing
ci-4.15-upgrade-from-stable-4.14-from-stable-4.13 entry and a new "- ci-4.16"
entry) so each variant is its own dash-prefixed line; edit the excluded_variants
block to ensure proper YAML list formatting and that "ci-4.16" is on its own
line starting with a dash.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 7222aad2-df19-44be-95c0-f169a355dcd8
⛔ Files ignored due to path filters (1)
ci-operator/jobs/openshift/release/openshift-release-main-periodics.yamlis excluded by!ci-operator/jobs/**
📒 Files selected for processing (2)
ci-operator/config/openshift/release/.config.prowgenci-operator/config/openshift/release/openshift-release-main__nightly-4.22.yaml
|
@mtulio, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
blocked by #79093 |
Overview
This PR adds a new scheduled test job to the OpenShift 4.22 nightly release CI pipeline to validate AWS public IPv4 pool functionality. The job is currently in draft status and blocked by a CI infrastructure bug related to cluster profile filtering.
Changes
Added a monthly scheduled E2E test job (
e2e-aws-public-ipv4-pool) to the OpenShift nightly 4.22 release configuration that:aws-3-quota-sliceleaseipv4pool-ec2-0768267342e327ea9)This ensures the public IPv4 pool feature is continuously validated in each release cycle.
Status