Skip to content

Commit d58ce0a

Browse files
committed
test cuda
1 parent 9e01bec commit d58ce0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/periodic.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: periodic
22

33
on:
44
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
66
push:
77
tags:
88
- ciflow/periodic/*
@@ -115,7 +115,7 @@ jobs:
115115
matrix: ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
116116
fail-fast: false
117117
with:
118-
runner: linux.g5.4xlarge.nvidia.gpu
118+
runner: linux.gcp.a100
119119
gpu-arch-type: cuda
120120
gpu-arch-version: "12.1"
121121
script: |
@@ -149,7 +149,7 @@ jobs:
149149
matrix: ${{ fromJSON(needs.gather-models-gpu.outputs.models) }}
150150
fail-fast: false
151151
with:
152-
runner: linux.g5.4xlarge.nvidia.gpu
152+
runner: linux.gcp.a100.large
153153
gpu-arch-type: cuda
154154
gpu-arch-version: "12.1"
155155
script: |

0 commit comments

Comments
 (0)