Various CI savings (#8291)
This commit is contained in:
committed by
GitHub
parent
299e5000a4
commit
9af99760d4
@@ -1,4 +1,9 @@
|
||||
steps:
|
||||
- label: ":moneybag: Enforce daily budget"
|
||||
command: "tests/buildkite/enforce_daily_budget.sh"
|
||||
key: enforce-daily-budget
|
||||
agents:
|
||||
queue: pipeline-loader
|
||||
- block: ":rocket: Run this test job"
|
||||
if: build.pull_request.repository.fork == true
|
||||
#### -------- BUILD --------
|
||||
@@ -6,12 +11,12 @@ steps:
|
||||
command: "tests/buildkite/build-win64-gpu.ps1"
|
||||
key: build-win64-gpu
|
||||
agents:
|
||||
queue: windows-gpu
|
||||
queue: windows-cpu
|
||||
- label: ":windows: Build XGBoost R package for Windows with CUDA"
|
||||
command: "tests/buildkite/build-rpkg-win64-gpu.ps1"
|
||||
key: build-rpkg-win64-gpu
|
||||
agents:
|
||||
queue: windows-gpu
|
||||
queue: windows-cpu
|
||||
|
||||
- wait
|
||||
|
||||
|
||||
Reference in New Issue
Block a user