Skip to content

Commit 0368c39

Browse files
skip[ci]: use warm pool for ci (#7253)
Use warm pools to speed up CI runs. Saves 40s per run. Will merge and can see if we want for all of CI runs? --------- Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 2eb4f7d commit 0368c39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395
name: "Rust tests (${{ matrix.sanitizer }})"
396396
runs-on: >-
397397
${{ github.repository == 'vortex-data/vortex'
398-
&& format('runs-on={0}/runner=amd64-medium/image=ubuntu24-full-x64-pre-v2/tag=rust-test-sanitizer', github.run_id)
398+
&& format('runs-on={0}/pool=amd64-medium-pre-v2/tag=rust-test-sanitizer', github.run_id)
399399
|| 'ubuntu-latest' }}
400400
timeout-minutes: 40
401401
env:
@@ -699,7 +699,7 @@ jobs:
699699
name: "Java"
700700
runs-on: >-
701701
${{ github.repository == 'vortex-data/vortex'
702-
&& format('runs-on={0}/runner=amd64-medium/image=ubuntu24-full-x64-pre-v2/tag=java', github.run_id)
702+
&& format('runs-on={0}/pool=amd64-medium-pre-v2/tag=java', github.run_id)
703703
|| 'ubuntu-latest' }}
704704
timeout-minutes: 40
705705
steps:

0 commit comments

Comments
 (0)