Conversation
42774be to
cff91f8
Compare
stevekuznetsov
left a comment
There was a problem hiding this comment.
/lgtm
/approve
/pj-rehearse ack
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: raelga, stevekuznetsov 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@raelga: all tests passed! 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. |
What
Reduce
aro-hcp-stg-quota-sliceBoskos resource count from 5 to 1.Why
The
periodic-ci-Azure-ARO-HCP-main-periodic-stage-e2e-paralleljob has a ~70% failure rate (14 failures out of 20 recent runs): https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-Azure-ARO-HCP-main-periodic-stage-e2e-parallelThe staging environment has a quota of 300 public IP addresses and each HCP requires at least 9. With 5 concurrent quota slices, multiple e2e runs compete for the limited pool of public IPs, leading to resource exhaustion and cascading failures. Reducing to 1 slice serializes the runs, preventing concurrent access and quota contention.
Testing
make boskos-configand verified the output.Special notes for your reviewer
Source change and generated config are in separate commits for easier review.