[CI] Put Multi-GPU test suites in separate pipeline (#8286)

* [CI] Put Multi-GPU test suites in separate pipeline

* Avoid unset var error in Bash
This commit is contained in:
Philip Hyunsu Cho
2022-09-29 01:41:48 -07:00
committed by GitHub
parent cbf3a5f918
commit b14c44ee5e
3 changed files with 36 additions and 12 deletions

View File

@@ -40,11 +40,6 @@ steps:
key: build-jvm-packages
agents:
queue: linux-amd64-cpu
- label: ":console: Build JVM packages with CUDA"
command: "tests/buildkite/build-jvm-packages-gpu.sh"
key: build-jvm-packages-gpu
agents:
queue: linux-amd64-mgpu
- label: ":console: Build JVM package doc"
command: "tests/buildkite/build-jvm-doc.sh"
key: build-jvm-doc
@@ -69,11 +64,6 @@ steps:
key: test-python-gpu
agents:
queue: linux-amd64-gpu
- label: ":console: Test Python package, 4 GPUs"
command: "tests/buildkite/test-python-gpu.sh mgpu"
key: test-python-mgpu
agents:
queue: linux-amd64-mgpu
- label: ":console: Run Google Tests, 4 GPUs"
command: "tests/buildkite/test-cpp-gpu.sh"
key: test-cpp-gpu