File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,11 +211,11 @@ def run_maxtext_tests(dag: models.DAG):
211211 ).run_with_quarantine (quarantine_task_group )
212212 stable_a3_gpu = gke_config .get_maxtext_end_to_end_gpu_gke_test_config (
213213 time_out_in_min = 300 ,
214- test_name = f"{ test_name_prefix } -stable-stack- { model } " ,
214+ test_name = f"{ test_name_prefix } -stable-{ model } " ,
215215 run_model_cmds = (test_script ,),
216216 num_slices = nnodes ,
217217 cluster = XpkClusters .GPU_A3_CLUSTER ,
218- docker_image = DockerImage .MAXTEXT_GPU_JAX_STABLE_STACK .value ,
218+ docker_image = DockerImage .MAXTEXT_GPU_JAX_STABLE .value ,
219219 test_owner = test_owner .YUWEI_Y ,
220220 ).run_with_quarantine (quarantine_task_group )
221221 pinned_a3plus_gpu = gke_config .get_maxtext_end_to_end_gpu_gke_test_config (
You can’t perform that action at this time.
0 commit comments