Skip to content

Add new profile: azure-perfscale-qe#78943

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
mehabhalodiya:add-azure-perfscale-qe
May 7, 2026
Merged

Add new profile: azure-perfscale-qe#78943
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
mehabhalodiya:add-azure-perfscale-qe

Conversation

@mehabhalodiya

@mehabhalodiya mehabhalodiya commented May 6, 2026

Copy link
Copy Markdown
Contributor

https://redhat.atlassian.net/browse/CNTRLPLANE-3394

related to openshift/ci-tools#5164

Ref: https://redhat-internal.slack.com/archives/C0780C0J6HJ/p1776870549694489

Summary by CodeRabbit

  • Chores
    • Added support for a new Azure testing environment to enable additional capacity for performance and scale testing.
    • Provisioned new quota slices in the Central US region to increase available concurrent test capacity.
    • Created corresponding secrets and configuration entries to enable the new Azure test quotas.

@openshift-ci openshift-ci Bot requested review from bear-redhat and smg247 May 6, 2026 19:18
@coderabbitai

coderabbitai Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Adds Azure perfscale QE infra configuration: a new CI cluster secret entry, a new Boskos quota-slice with six centralus slots, and the corresponding generator entry in the Boskos config script.

Changes

Azure Perfscale QE Infrastructure

Layer / File(s) Summary
Generator Configuration
core-services/prow/02_config/generate-boskos.py
Adds azure-perfscale-qe-quota-slice to CONFIG with centralus: 6.
Boskos Quota Slice
core-services/prow/02_config/_boskos.yaml
Introduces azure-perfscale-qe-quota-slice containing six centralus--azure-perfscale-qe-quota-slice-0..5 entries, each state: free, type: azure-perfscale-qe-quota-slice. Replaces the broader azure-perfscale-quota-slice block.
CI Secret Bootstrap
core-services/ci-secret-bootstrap/_config.yaml
Adds a cluster-secrets-azure-perfscale-qe cluster secret under non_app_ci in the ci namespace.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Add new profile: azure-perfscale-qe' clearly and specifically describes the main change across all three modified files, which collectively add a new Azure perfscale QE profile to the configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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 PR does not introduce or modify any Ginkgo tests. All changes are in infrastructure/configuration files (YAML and Python). Check is not applicable.
Test Structure And Quality ✅ Passed The custom check targets Ginkgo test code quality. This PR contains only configuration files (YAML and Python config generator) with no test code. The check is not applicable.
Microshift Test Compatibility ✅ Passed No Ginkgo e2e tests added in this PR. Changes are CI infrastructure configuration files (YAML + Python script) for adding a new 'azure-perfscale-qe' profile. Check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR does not add any Ginkgo e2e tests. Changes are CI infrastructure configuration only (secrets, Boskos quota, resource allocation). Check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR adds CI infrastructure config (secrets, resource quotas) for azure-perfscale-qe profile. No K8s manifests, operators, controllers, or scheduling constraints introduced.
Ote Binary Stdout Contract ✅ Passed PR adds infrastructure configuration for azure-perfscale-qe. Changes are to configuration and generator files, not OTE test binaries. The OTE Stdout Contract check is not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds cluster profile via infrastructure configuration (YAML and Python), not new Ginkgo e2e tests. Check not applicable.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ 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-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 6, 2026
Signed-off-by: mehabhalodiya <mehabhalodiya@gmail.com>
@mehabhalodiya mehabhalodiya force-pushed the add-azure-perfscale-qe branch from d01b9fe to aa1ed28 Compare May 6, 2026 19:24
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@mehabhalodiya: 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.

@mukrishn mukrishn 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
/approve

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

Copy link
Copy Markdown
Contributor

/lgtm
/hold until ci-tools PR is merged and build

@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 May 7, 2026
@openshift-ci

openshift-ci Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afcollins, deepsm007, mehabhalodiya, mukrishn

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 7, 2026
@deepsm007

Copy link
Copy Markdown
Contributor

/unhold

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 7, 2026
@openshift-ci

openshift-ci Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

@mehabhalodiya: 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.

@openshift-merge-bot openshift-merge-bot Bot merged commit 7a16060 into openshift:main May 7, 2026
15 checks passed
@openshift-ci

openshift-ci Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

@mehabhalodiya: Updated the following 3 configmaps:

  • ci-secret-bootstrap configmap in namespace ci at cluster core-ci using the following files:
    • key _config.yaml using file core-services/ci-secret-bootstrap/_config.yaml
  • resources configmap in namespace ci at cluster app.ci using the following files:
    • key boskos.yaml using file core-services/prow/02_config/_boskos.yaml
  • ci-secret-bootstrap configmap in namespace ci at cluster app.ci using the following files:
    • key _config.yaml using file core-services/ci-secret-bootstrap/_config.yaml
Details

In response to this:

https://redhat.atlassian.net/browse/CNTRLPLANE-3394

related to openshift/ci-tools#5164

Ref: https://redhat-internal.slack.com/archives/C0780C0J6HJ/p1776870549694489

Summary by CodeRabbit

  • Chores
  • Added support for a new Azure testing environment to enable additional capacity for performance and scale testing.
  • Provisioned new quota slices in the Central US region to increase available concurrent test capacity.
  • Created corresponding secrets and configuration entries to enable the new Azure test quotas.

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.

mhanss pushed a commit to mhanss/release that referenced this pull request May 26, 2026
Signed-off-by: mehabhalodiya <mehabhalodiya@gmail.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.

4 participants