[Test] Stabilize test_proxy - #7558
Merged
gmarciani merged 4 commits intoAug 14, 2026
Merged
Conversation
Fractional-GPU instances require the NVIDIA GRID/vGPU driver. ParallelCluster installs the data-center driver instead, so it cannot bind to the vGPU and cluster creation fails.
1. use dynamic capacity reservation to reduce the risk of ICE. 2. reduce the number of compute nodes to the strictly required ones. 3. reduce the risk of dpkg locking failure by disabling boot-time apt jobs.
gmarciani
marked this pull request as ready for review
August 13, 2026 21:55
gmarciani
enabled auto-merge (rebase)
August 14, 2026 00:42
Comment on lines
+885
to
+886
| - regions: [{{ c5_xlarge_CAPACITY_RESERVATION_4_INSTANCES_2_HOURS_NOPG_OS_X86_6 }}] | ||
| instances: ["c5.xlarge"] |
Contributor
There was a problem hiding this comment.
We don't need this change. As long as the availability zone is aligned, the test framework make capacity reservation automatically for smaller instance types like .xlarge
See the PR description here #7461
hanwen-cluster
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Stabilize test_proxy.
1. use dynamic capacity reservation to reduce the risk of ICE.
2. reduce the number of compute nodes to the strictly required ones.
3. reduce the risk of dpkg locking failure by disabling boot-time apt jobs.
Tests
SUCCESS
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.