File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: periodic
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 0,6,12,18 0 * * *' # Runs at midnight UTC and every 6 hours
5
+ - cron : ' 0,12 0 * * *' # Runs at midnight UTC and every 12 hours
6
6
push :
7
7
tags :
8
8
- ciflow/periodic/*
@@ -115,7 +115,7 @@ jobs:
115
115
matrix : ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
116
116
fail-fast : false
117
117
with :
118
- runner : linux.g5.4xlarge.nvidia.gpu
118
+ runner : linux.gcp.a100
119
119
gpu-arch-type : cuda
120
120
gpu-arch-version : " 12.1"
121
121
script : |
@@ -149,7 +149,7 @@ jobs:
149
149
matrix : ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
150
150
fail-fast : false
151
151
with :
152
- runner : linux.g5.4xlarge.nvidia.gpu
152
+ runner : linux.gcp.a100.large
153
153
gpu-arch-type : cuda
154
154
gpu-arch-version : " 12.1"
155
155
script : |
You can’t perform that action at this time.
0 commit comments