* Wait until budget check is complete * Ensure that multi-GPU tests run for the master branch * Fix
30 lines
872 B
YAML
30 lines
872 B
YAML
steps:
|
|
- label: ":moneybag: Enforce daily budget"
|
|
command: "tests/buildkite/enforce_daily_budget.sh"
|
|
key: enforce-daily-budget
|
|
agents:
|
|
queue: pipeline-loader
|
|
- wait
|
|
- block: ":rocket: Run this test job"
|
|
if: build.pull_request.repository.fork == true
|
|
#### -------- BUILD --------
|
|
- label: ":windows: Build XGBoost for Windows with CUDA"
|
|
command: "tests/buildkite/build-win64-gpu.ps1"
|
|
key: build-win64-gpu
|
|
agents:
|
|
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-cpu
|
|
|
|
- wait
|
|
|
|
#### -------- TEST --------
|
|
- label: ":windows: Test XGBoost on Windows"
|
|
command: "tests/buildkite/test-win64-gpu.ps1"
|
|
key: test-win64-gpu
|
|
agents:
|
|
queue: windows-gpu
|