Skip to content

[Test] Exclude fractional GPU instance types from all tests - #7552

Merged
gmarciani merged 1 commit into
aws:developfrom
gmarciani:wip/mgiacomo/3160/test-exclude-fractional-gpu-0812-1
Aug 13, 2026
Merged

[Test] Exclude fractional GPU instance types from all tests#7552
gmarciani merged 1 commit into
aws:developfrom
gmarciani:wip/mgiacomo/3160/test-exclude-fractional-gpu-0812-1

Conversation

@gmarciani

@gmarciani gmarciani commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Description of changes

Exclude fractional GPU instance types from all tests as pcluster does not support instance types with fractional GPUs.
Instance tpyes with fractional GPUs (e.g. g6f) are recognizable by having GPU manufacturer = Nvidia and Gpu.count = 0.

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.

Tests

Logs proving that fractional GPUs are excluded from the list of types used by tests.

2026-08-12 23:00:06,601 - INFO - config_renderer - Selected .xlarge instance types: [...fractional not included in the list...]
2026-08-12 23:00:07,783 - INFO - config_renderer - Selected GPU instance types: [...fractional not included in the list...']

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@gmarciani
gmarciani changed the base branch from develop to release-3.16 August 12, 2026 17:35
@gmarciani
gmarciani changed the base branch from release-3.16 to develop August 12, 2026 17:35
@gmarciani gmarciani added the skip-changelog-update Disables the check that enforces changelog updates in PRs label Aug 12, 2026
@gmarciani
gmarciani changed the base branch from develop to release-3.16 August 12, 2026 17:37
@gmarciani
gmarciani marked this pull request as ready for review August 12, 2026 17:37
@gmarciani
gmarciani requested review from a team as code owners August 12, 2026 17:37
hanwen-cluster
hanwen-cluster previously approved these changes Aug 12, 2026
@gmarciani
gmarciani force-pushed the wip/mgiacomo/3160/test-exclude-fractional-gpu-0812-1 branch from 86c5411 to 2fa2c60 Compare August 12, 2026 22:40
@gmarciani gmarciani changed the title [Test] Exclude g6f and gr6f instance types from testing as pcluster d… [Test] Exclude fractional GPU instance types from all tests Aug 12, 2026
@gmarciani
gmarciani changed the base branch from release-3.16 to develop August 13, 2026 14:09
Comment thread tests/integration-tests/framework/tests_configuration/config_renderer.py Outdated
hanwen-cluster
hanwen-cluster previously approved these changes Aug 13, 2026
@gmarciani
gmarciani force-pushed the wip/mgiacomo/3160/test-exclude-fractional-gpu-0812-1 branch from 2fa2c60 to 751291b Compare August 13, 2026 15:09
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.
@gmarciani
gmarciani force-pushed the wip/mgiacomo/3160/test-exclude-fractional-gpu-0812-1 branch from 751291b to a31ee55 Compare August 13, 2026 15:10
@gmarciani
gmarciani enabled auto-merge (rebase) August 13, 2026 15:10
@gmarciani
gmarciani merged commit b489b56 into aws:develop Aug 13, 2026
19 checks passed
@gmarciani
gmarciani deleted the wip/mgiacomo/3160/test-exclude-fractional-gpu-0812-1 branch August 13, 2026 15:23
@github-actions

Copy link
Copy Markdown
Contributor

✅ Cherry-pick to integ-tests-3.16.0 opened: #7556

@github-actions

Copy link
Copy Markdown
Contributor

✅ Cherry-pick to release-3.16 opened: #7559

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.x skip-changelog-update Disables the check that enforces changelog updates in PRs Test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants