diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 8fd0bb5be..5bcd1efa7 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -2,7 +2,7 @@ name: periodic on: schedule: - - cron: '0,6,12,18 0 * * *' # Runs at midnight UTC and every 6 hours + - cron: '0,12 0 * * *' # Runs at midnight UTC and every 12 hours push: tags: - ciflow/periodic/* @@ -115,7 +115,7 @@ jobs: matrix: ${{ fromJSON(needs.gather-models-gpu.outputs.models) }} fail-fast: false with: - runner: linux.g5.4xlarge.nvidia.gpu + runner: linux.gcp.a100 gpu-arch-type: cuda gpu-arch-version: "12.1" script: | @@ -149,7 +149,7 @@ jobs: matrix: ${{ fromJSON(needs.gather-models-gpu.outputs.models) }} fail-fast: false with: - runner: linux.g5.4xlarge.nvidia.gpu + runner: linux.gcp.a100.large gpu-arch-type: cuda gpu-arch-version: "12.1" script: |