@@ -15,15 +15,17 @@ def test_linux_gfx94X(self):
1515 # gfx94x is the outer key used to construct workflow pipelines, while
1616 # gfx94X-dcgpu is the inner key, which we use for package names. When
1717 # run from a workflow, we expect to only work on the inner keys.
18+ # JAX tests use the multi-GPU runner for the family.
1819 runner_label = configure_target_run .get_runner_label ("gfx94x" , "linux" )
19- self .assertEqual (runner_label , "linux-gfx942-1gpu-ccs-csp -ossci-rocm" )
20+ self .assertEqual (runner_label , "linux-gfx942-8gpu -ossci-rocm" )
2021
2122 def test_linux_gfx94X_dcgpu (self ):
2223 # gfx94x is the outer key used to construct workflow pipelines, while
2324 # gfx94X-dcgpu is the inner key, which we use for package names. When
2425 # run from a workflow, we expect to only work on the inner keys.
26+ # JAX tests use the multi-GPU runner for the family.
2527 runner_label = configure_target_run .get_runner_label ("gfx94X-dcgpu" , "linux" )
26- self .assertEqual (runner_label , "linux-gfx942-1gpu-ccs-csp -ossci-rocm" )
28+ self .assertEqual (runner_label , "linux-gfx942-8gpu -ossci-rocm" )
2729
2830 def test_windows_gfx115x (self ):
2931 runner_label = configure_target_run .get_runner_label ("gfx1151" , "windows" )
0 commit comments