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