Skip to content

Add europe-west4 Region in the openshift-org-gcp profile set#77979

Open
danilo-gemoli wants to merge 1 commit intoopenshift:mainfrom
danilo-gemoli:chore/boskos/add-gcp-region
Open

Add europe-west4 Region in the openshift-org-gcp profile set#77979
danilo-gemoli wants to merge 1 commit intoopenshift:mainfrom
danilo-gemoli:chore/boskos/add-gcp-region

Conversation

@danilo-gemoli
Copy link
Copy Markdown
Contributor

@danilo-gemoli danilo-gemoli commented Apr 17, 2026

We have been using only the us-central1 region so far and, recently, we are noticing the ZONE_RESOURCE_POOL_EXHAUSTED in the GCP audit logs.
Add another region to mitigate this kind of quota limit issue.

Summary by CodeRabbit

  • Chores
    • Rebalanced GCP quota allocations by introducing capacity in europe-west4 and reducing corresponding us-central1 allocations, creating a two-region split for several quota slices.
    • Updated public-facing quota identifiers to reflect the europe-west4 region for affected slices, improving regional distribution and availability.

@danilo-gemoli
Copy link
Copy Markdown
Contributor Author

/hold
Next Monday

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 17, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 28672e3a-ebc0-4e79-8acf-ccbf4d5cd6d1

📥 Commits

Reviewing files that changed from the base of the PR and between 53a2545 and 7210a18.

📒 Files selected for processing (2)
  • core-services/prow/02_config/_boskos.yaml
  • core-services/prow/02_config/generate-boskos.py
🚧 Files skipped from review as they are similar to previous changes (1)
  • core-services/prow/02_config/generate-boskos.py

Walkthrough

Regional GCP quota-slice entries were moved from us-central1 to europe-west4 in Boskos configuration; the generator script's CONFIG was updated to split quota counts between us-central1 and europe-west4 for several quota-slice types.

Changes

Cohort / File(s) Summary
Boskos configuration
core-services/prow/02_config/_boskos.yaml
Replaced multiple us-central1 quota-slice names with europe-west4 equivalents and added new europe-west4 names for types: gcp-quota-slice, gcp-3-quota-slice, gcp-arm64-quota-slice, gcp-openshift-gce-devel-ci-2-quota-slice (specific index ranges updated; corresponding us-central1 entries removed).
Configuration generator
core-services/prow/02_config/generate-boskos.py
Adjusted CONFIG counts to split slices across regions: for gcp-quota-slice, gcp-3-quota-slice, gcp-openshift-gce-devel-ci-2-quota-slice us-central1 reduced from 70→55 and europe-west4 added as 15; for gcp-arm64-quota-slice us-central1 reduced from 30→24 and europe-west4 added as 6. No control-flow or interface changes.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 10
✅ Passed checks (10 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding the europe-west4 region to the openshift-org-gcp profile set, which is the core objective across both modified files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed The PR modifies only boskos YAML configuration and Python generation script, neither containing Ginkgo test definitions or Go test code.
Test Structure And Quality ✅ Passed This custom check is not applicable to the provided pull request. The PR exclusively modifies configuration files (a YAML boskos configuration file and a Python script for generating that configuration) and does not include any Ginkgo test code.
Microshift Test Compatibility ✅ Passed This custom check for MicroShift Test Compatibility is not applicable to this pull request. The PR only modifies Boskos resource configuration files (YAML and Python), with no Ginkgo test patterns found.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR modifies infrastructure configuration files (YAML boskos config and Python generation script) without adding any new Ginkgo e2e tests, making the SNO test compatibility check inapplicable.
Topology-Aware Scheduling Compatibility ✅ Passed Changes are limited to Boskos CI/CD infrastructure quota configuration, adding europe-west4 GCP region support. No Kubernetes pod scheduling constraints or topology-related configurations are involved.
Ote Binary Stdout Contract ✅ Passed This custom check for OTE Binary Stdout Contract is not applicable to this pull request. The PR modifies only configuration files and a Python script with no changes to OTE test binaries or stdout behavior.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR modifies only configuration files for Prow CI resource management, not Ginkgo e2e test files. No new e2e tests are being introduced.

✏️ 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 pruan-rht and psalajova April 17, 2026 14:59
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 17, 2026
@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Apr 17, 2026
@danilo-gemoli danilo-gemoli force-pushed the chore/boskos/add-gcp-region branch from 53a2545 to 7210a18 Compare April 17, 2026 15:18
@deepsm007
Copy link
Copy Markdown
Contributor

/lgtm

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

openshift-ci Bot commented Apr 17, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danilo-gemoli, deepsm007

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-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@danilo-gemoli: no rehearsable tests are affected by this change

Note: If this PR includes changes to step registry files (ci-operator/step-registry/) and you expected jobs to be found, try rebasing your PR onto the base branch. This helps pj-rehearse accurately detect changes when the base branch has moved forward.

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
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 17, 2026

@danilo-gemoli: 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.

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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. 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.

2 participants