Skip to content

OCPEDGE-1958: feat: lower hardware specs for arbiter #66487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eggfoobar
Copy link
Contributor

No description provided.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 26, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Jun 26, 2025

@eggfoobar: This pull request references OCPEDGE-1958 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 story to target the "4.20.0" version, but no target version was set.

In 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.

@eggfoobar
Copy link
Contributor Author

/pj-rehearse

@openshift-ci-robot
Copy link
Contributor

@eggfoobar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci openshift-ci bot requested review from Neilhamza and neisw June 26, 2025 12:20
Copy link
Contributor

openshift-ci bot commented Jun 26, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: eggfoobar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

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 Jun 26, 2025
@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@eggfoobar: 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-machine-config-operator-main-e2e-metal-ovn-two-node-arbiter openshift/machine-config-operator presubmit Registry content changed
pull-ci-openshift-machine-config-operator-release-4.21-e2e-metal-ovn-two-node-arbiter openshift/machine-config-operator presubmit Registry content changed
pull-ci-openshift-machine-config-operator-release-4.20-e2e-metal-ovn-two-node-arbiter openshift/machine-config-operator presubmit Registry content changed
pull-ci-openshift-installer-main-e2e-metal-ovn-two-node-arbiter openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.21-e2e-metal-ovn-two-node-arbiter openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.20-e2e-metal-ovn-two-node-arbiter openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.19-e2e-metal-ovn-two-node-arbiter openshift/installer presubmit Registry content changed
pull-ci-openshift-origin-main-e2e-metal-ovn-two-node-arbiter openshift/origin presubmit Registry content changed
pull-ci-openshift-origin-release-4.21-e2e-metal-ovn-two-node-arbiter openshift/origin presubmit Registry content changed
pull-ci-openshift-origin-release-4.20-e2e-metal-ovn-two-node-arbiter openshift/origin presubmit Registry content changed
pull-ci-openshift-origin-release-4.19-e2e-metal-ovn-two-node-arbiter openshift/origin presubmit Registry content changed
periodic-ci-openshift-release-master-nightly-4.19-e2e-metal-ovn-two-node-arbiter-upgrade N/A periodic Registry content changed
periodic-ci-openshift-release-master-nightly-4.20-e2e-metal-ovn-two-node-arbiter-upgrade N/A periodic Registry content changed
periodic-ci-openshift-release-master-nightly-4.19-e2e-metal-ovn-two-node-arbiter N/A periodic Registry content changed
periodic-ci-openshift-release-master-nightly-4.19-e2e-metal-ovn-two-node-arbiter-techpreview N/A periodic Registry content changed
periodic-ci-openshift-release-master-nightly-4.20-e2e-metal-ovn-two-node-arbiter-techpreview N/A periodic Registry content changed
periodic-ci-openshift-release-master-nightly-4.20-e2e-metal-ovn-two-node-arbiter-openshift-test-private-tests N/A periodic Registry content changed
periodic-ci-openshift-release-master-nightly-4.20-e2e-metal-ovn-two-node-arbiter N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.19-multi-nightly-metal-ipi-ovn-tna-disasterrecovery-destructive-f14 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.19-multi-nightly-metal-ipi-ovn-tna-disasterrecovery-sanity-f14 N/A periodic Registry content changed
periodic-ci-openshift-release-master-nightly-4.19-e2e-metal-ovn-two-node-arbiter-openshift-test-private-tests N/A periodic Registry content changed

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.

@@ -16,6 +16,7 @@ workflow:
NUM_MASTERS=2
NUM_ARBITERS=1
NUM_WORKERS=0
ARBITER_VCPU=2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there also a MASTER_VCPU setting? Should we rely on the default, or nail it down to what we want (i think its 4)?

Copy link
Contributor Author

@eggfoobar eggfoobar Jun 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, the default right now is 8vCPUs for master, do you want to try 4vCPUs for master?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, no, not yet. 8 vCPU (4 Cores with HT) is the current min sys reqs for regular OCP CP nodes. Let keep that and focus on the arbiter first.

@eggfoobar
Copy link
Contributor Author

/pj-rehearse

@openshift-ci-robot
Copy link
Contributor

@eggfoobar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@eggfoobar
Copy link
Contributor Author

/pj-rehearse more

@openshift-ci-robot
Copy link
Contributor

@eggfoobar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

Copy link
Contributor

openshift-ci bot commented Jun 27, 2025

@eggfoobar: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/openshift/machine-config-operator/release-4.20/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-machine-config-operator-release-4.20-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/installer/release-4.20/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-installer-release-4.20-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/installer/release-4.19/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-installer-release-4.19-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/origin/release-4.21/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-origin-release-4.21-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/origin/release-4.19/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-origin-release-4.19-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/installer/release-4.21/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-installer-release-4.21-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/installer/main/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-installer-main-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/origin/release-4.20/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-origin-release-4.20-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/machine-config-operator/release-4.21/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-machine-config-operator-release-4.21-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/machine-config-operator/main/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-machine-config-operator-main-e2e-metal-ovn-two-node-arbiter
ci/rehearse/openshift/origin/main/e2e-metal-ovn-two-node-arbiter ed3b579 link unknown /pj-rehearse pull-ci-openshift-origin-main-e2e-metal-ovn-two-node-arbiter

Full PR test history. Your PR dashboard.

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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants