File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 49
49
torch-commit : ${{needs.get-torch-commit.outputs.torch_commit}}
50
50
timeout-minutes : 240
51
51
has_code_changes : ${{ needs.check_code_changes.outputs.has_code_changes }}
52
+ runner : linux.24xlarge
52
53
secrets :
53
54
gcloud-service-key : ${{ secrets.GCLOUD_SERVICE_KEY }}
54
55
73
74
with :
74
75
dev-image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_cuda_12.3
75
76
has_code_changes : ${{ needs.check_code_changes.outputs.has_code_changes }}
77
+ runner : linux.24xlarge
76
78
secrets :
77
79
gcloud-service-key : ${{ secrets.GCLOUD_SERVICE_KEY }}
78
80
84
86
dev-image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_tpuvm
85
87
timeout-minutes : 120
86
88
collect-coverage : false
89
+ runner : linux.24xlarge
87
90
torch-commit : ${{needs.get-torch-commit.outputs.torch_commit}}
88
91
has_code_changes : ${{ needs.check_code_changes.outputs.has_code_changes }}
89
92
secrets :
You can’t perform that action at this time.
0 commit comments