Skip to content

Commit a9d2322

Browse files
johnny90facebook-github-bot
authored andcommitted
Migrate non-MIG A100 RE tests to A100-exclusive subplatform
Summary: Replace the `subplatform = "A100"` + `mig = "false"` combination with `subplatform = "A100-exclusive"` across gpu-remote-execution test targets, and register `A100-exclusive` in the RE subplatform allowlist in `re_test_utils.bzl`. This is safe after the previous cfgr commit Differential Revision: D108299291
1 parent b47e588 commit a9d2322

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backends/cuda/tests/TARGETS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ python_unittest_remote_gpu(
2424
],
2525
keep_gpu_sections = True,
2626
remote_execution = re_test_utils.remote_execution(
27-
subplatform = "A100",
28-
mig = "false",
27+
subplatform = "A100-exclusive",
2928
platform = "gpu-remote-execution",
3029
),
3130
)

0 commit comments

Comments
 (0)