Skip to content

Commit 19e6266

Browse files
authored
Use spot instance runners for some jobs (sirius-db#677)
1 parent e878a45 commit 19e6266

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fail-fast: false
8383
runs-on: >-
8484
${{ matrix.environment == 'vcpkg'
85-
&& fromJSON('["self-hosted", "ubuntu-22.04", "cuda-13", "cpu-xl"]')
85+
&& fromJSON('["self-hosted", "ubuntu-22.04", "cuda-13", "cpu-xl-spot"]')
8686
|| format('ubuntu-24.04{0}', case(matrix.arch == 'arm64', '-arm', '')) }}
8787
timeout-minutes: ${{ case(matrix.environment == 'vcpkg', 240, 60) }}
8888
continue-on-error: ${{ matrix.cudf-channel == 'nightly' }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
build:
2929
env:
3030
SCCACHE_GHA_ENABLED: true
31-
runs-on: [self-hosted, ubuntu-22.04, cuda-13, cpu-xl]
31+
runs-on: [self-hosted, ubuntu-22.04, cuda-13, cpu-xl-spot]
3232
timeout-minutes: 60
3333
steps:
3434
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)