[CI] Migrate CI pipelines from Jenkins to BuildKite (#8142)
* [CI] Migrate CI pipelines from Jenkins to BuildKite * Require manual approval * Less verbose output when pulling Docker * Remove us-east-2 from metadata.py * Add documentation * Add missing underscore * Add missing punctuation * More specific instruction * Better paragraph structure
This commit is contained in:
committed by
GitHub
parent
b397d64c96
commit
e888eb2fa9
22
tests/buildkite/pipeline-win64.yml
Normal file
22
tests/buildkite/pipeline-win64.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
steps:
|
||||
- block: ":rocket: Run this test job"
|
||||
#### -------- BUILD --------
|
||||
- label: ":windows: Build XGBoost for Windows with CUDA"
|
||||
command: "tests/buildkite/build-win64-gpu.ps1"
|
||||
key: build-win64-gpu
|
||||
agents:
|
||||
queue: windows-gpu
|
||||
- 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
|
||||
|
||||
- wait
|
||||
|
||||
#### -------- TEST --------
|
||||
- label: ":windows: Test XGBoost on Windows"
|
||||
command: "tests/buildkite/test-win64-gpu.ps1"
|
||||
key: test-win64-gpu
|
||||
agents:
|
||||
queue: windows-gpu
|
||||
Reference in New Issue
Block a user