Skip to content

Replace t2a-standard-4 with n4a-standard-4 MTO#78879

Open
AnnaZivkovic wants to merge 1 commit intoopenshift:mainfrom
AnnaZivkovic:update-instance-type
Open

Replace t2a-standard-4 with n4a-standard-4 MTO#78879
AnnaZivkovic wants to merge 1 commit intoopenshift:mainfrom
AnnaZivkovic:update-instance-type

Conversation

@AnnaZivkovic
Copy link
Copy Markdown
Contributor

@AnnaZivkovic AnnaZivkovic commented May 6, 2026

Replace t2a-standard-4 with n4a-standard-4 in multiarch-tuning-operator configs

Updates COMPUTE_NODE_TYPE from t2a-standard-4 to n4a-standard-4 for ARM64 test configurations across openshift, openshift-priv, and outrigger-project multiarch-tuning-operator variants.

t2a-standard-4 is old and starting to be phased out.

level=error msg=A t2a-standard-4 VM instance is currently unavailable in the us-central1-a zone. Consider trying your request in the us-central1-f, us-central1-b zone(s), which currently has capacity to accommodate your request. Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation.

Summary by CodeRabbit

  • Chores
    • Updated test infrastructure configurations across multiple versions and environments.

…tor configs

 Updates COMPUTE_NODE_TYPE from t2a-standard-4 to n4a-standard-4 for ARM64 test configurations across openshift, openshift-priv, and outrigger-project multiarch-tuning-operator variants.

 This follows the repository's style of being concise and imperative, while explaining what changed and the scope of the update.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 6, 2026

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

Run ID: b0728217-cc13-48a4-867c-ef8ddd2e9f36

📥 Commits

Reviewing files that changed from the base of the PR and between eb34031 and 49bebfa.

📒 Files selected for processing (26)
  • ci-operator/config/openshift-priv/multiarch-tuning-operator/openshift-priv-multiarch-tuning-operator-v0.0.1.yaml
  • ci-operator/config/openshift-priv/multiarch-tuning-operator/openshift-priv-multiarch-tuning-operator-v0.9.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-main__ocp416.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-main__ocp417.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-main__ocp420.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-main__ocp421.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-main__ocp422.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v0.0.1.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v0.9.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp416.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp417.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp420.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp421.yaml
  • ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp422.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-main__ocp416.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-main__ocp417.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-main__ocp420.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-main__ocp421.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-main__ocp422.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v0.0.1.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v0.9.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp416.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp417.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp420.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp421.yaml
  • ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp422.yaml

Walkthrough

This PR updates compute node types used in CI end-to-end test configurations for the multiarch-tuning-operator. The COMPUTE_NODE_TYPE environment variable is changed from t2a-standard-4 to n4a-standard-4 across 24 CI operator YAML configuration files spanning three organization/repository combinations and multiple OpenShift versions and operator release versions.

Changes

CI Compute Node Type Upgrade

Layer / File(s) Summary
Configuration
ci-operator/config/openshift-priv/multiarch-tuning-operator/*.yaml, ci-operator/config/openshift/multiarch-tuning-operator/*.yaml, ci-operator/config/outrigger-project/multiarch-tuning-operator/*.yaml
COMPUTE_NODE_TYPE environment variable updated from t2a-standard-4 to n4a-standard-4 in e2e-gcp and e2e-gcp-multi-operator test blocks across all 24 config files (v0.0.1, v0.9, v1.x with ocp416/417/420/421/422 variants, and main branch variants).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Replace t2a-standard-4 with n4a-standard-4 MTO' clearly and specifically describes the main change: updating compute node types across multiple CI operator configurations in the multiarch-tuning-operator.
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 Check not applicable. PR modifies only CI config YAML files, not Ginkgo test source code. No test names changed.
Test Structure And Quality ✅ Passed The custom check for Ginkgo test code is not applicable. The PR only modifies 26 YAML CI configuration files, updating compute node types. No test code or Go files are present.
Microshift Test Compatibility ✅ Passed This PR only modifies CI configuration YAML files, updating COMPUTE_NODE_TYPE values. No new Ginkgo e2e test code is added. The custom check applies only to new tests, so it is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR modifies only CI configuration files (YAML), not Ginkgo test code. The custom check applies only to new e2e tests; not applicable here.
Topology-Aware Scheduling Compatibility ✅ Passed Changes are CI-operator configuration files only, not deployment manifests, operator code, or controllers. No scheduling constraints introduced. Check not applicable.
Ote Binary Stdout Contract ✅ Passed PR contains only CI configuration file changes (YAML), no source code modifications. OTE Binary Stdout Contract check applies to source code process-level stdout emissions, not config files.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR does not add new Ginkgo e2e tests. It only updates CI operator YAML configuration files to change compute node types. The custom check applies only to new test code, so it is not applicable.

✏️ 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 aleskandro and jmguzik May 6, 2026 00:29
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 6, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AnnaZivkovic

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 6, 2026
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@AnnaZivkovic: 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-multiarch-tuning-operator-v1.x-ocp422-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-main-ocp420-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp417-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-v0.0.1-e2e-gcp-multi-operator openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-v0.0.1-e2e-gcp-multi-operator-olm openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp420-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-main-ocp417-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-v0.9-e2e-gcp-multi-operator openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-v0.9-e2e-gcp-multi-operator-olm openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp421-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-main-ocp421-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-main-ocp416-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp416-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-openshift-multiarch-tuning-operator-main-ocp422-e2e-gcp openshift/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-main-ocp416-e2e-gcp outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-main-ocp420-e2e-gcp outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp416-e2e-gcp outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-v0.9-e2e-gcp-multi-operator outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-v0.9-e2e-gcp-multi-operator-olm outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-v0.0.1-e2e-gcp-multi-operator outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-v0.0.1-e2e-gcp-multi-operator-olm outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp420-e2e-gcp outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-main-ocp417-e2e-gcp outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp422-e2e-gcp outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed
pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp417-e2e-gcp outrigger-project/multiarch-tuning-operator presubmit Ci-operator config changed

A total of 28 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

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 May 6, 2026

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant