Skip to content

OCPBUGS-77895: Allow for override of agent vcpu and memory#1862

Open
bfournie wants to merge 1 commit intoopenshift-metal3:masterfrom
bfournie:allow-agent-overides
Open

OCPBUGS-77895: Allow for override of agent vcpu and memory#1862
bfournie wants to merge 1 commit intoopenshift-metal3:masterfrom
bfournie:allow-agent-overides

Conversation

@bfournie
Copy link
Contributor

@bfournie bfournie commented Mar 8, 2026

The CI conformance tests need more resources than currently configured for installations. Allow these settings to be overridden. This requires a corresponding change in openshift/release to use higher limits.

@openshift-ci openshift-ci bot requested review from andfasano and elfosardo March 8, 2026 16:25
@openshift-ci
Copy link

openshift-ci bot commented Mar 8, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign zaneb for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@bfournie bfournie force-pushed the allow-agent-overides branch from 40d6034 to cd31964 Compare March 8, 2026 18:11
@bfournie
Copy link
Contributor Author

bfournie commented Mar 8, 2026

/hold

@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 Mar 8, 2026
@bfournie
Copy link
Contributor Author

bfournie commented Mar 8, 2026

/retest

@bfournie bfournie force-pushed the allow-agent-overides branch from cd31964 to 0e08c59 Compare March 8, 2026 19:12
@bfournie
Copy link
Contributor Author

bfournie commented Mar 8, 2026

/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 Mar 8, 2026
@bfournie bfournie force-pushed the allow-agent-overides branch 4 times, most recently from 29ce364 to 567b3d4 Compare March 8, 2026 23:53
common.sh Outdated
export ARM_WORKER_MEMORY=${ARM_WORKER_MEMORY:-${WORKER_MEMORY}}
export ARM_WORKER_DISK=${ARM_WORKER_DISK:-${WORKER_DISK}}
export ARM_WORKER_VCPU=${ARM_WORKER_VCPU:-${WORKER_VCPU}}
if [[ -z ${AGENT_E2E_TEST_SCENARIO:-} ]]; then
Copy link
Member

Choose a reason for hiding this comment

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

It doesn't look the right approach to modify the very base initial config. We've got already a section to specify agent stuff conditionally, so eventually we should insert the changes there rather than duplicating. Wondering also why we need so many resources for the conformance tests, but we can discuss it separately

The CI conformance tests need more resources than currently
configured for installations. Allow these settings to be
overridden. This requires a corresponding change in
openshift/release to use higher limits.
@bfournie bfournie force-pushed the allow-agent-overides branch from 567b3d4 to 6d54ebc Compare March 9, 2026 20:23
@bfournie
Copy link
Contributor Author

bfournie commented Mar 9, 2026

/test e2e-agent-sno-ipv6

@openshift-ci
Copy link

openshift-ci bot commented Mar 10, 2026

@bfournie: 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/prow/e2e-metal-ipi-serial-ipv4-1of2 6d54ebc link true /test e2e-metal-ipi-serial-ipv4-1of2
ci/prow/e2e-metal-ipi-bm 6d54ebc link true /test e2e-metal-ipi-bm
ci/prow/e2e-metal-ipi-serial-ipv4-2of2 6d54ebc link true /test e2e-metal-ipi-serial-ipv4-2of2
ci/prow/e2e-agent-compact-ipv4-iso-no-registry 6d54ebc link false /test e2e-agent-compact-ipv4-iso-no-registry
ci/prow/e2e-metal-ipi-ovn-dualstack 6d54ebc link false /test e2e-metal-ipi-ovn-dualstack
ci/prow/e2e-metal-ipi-serial-ovn-ipv6 6d54ebc link false /test e2e-metal-ipi-serial-ovn-ipv6

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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants