[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:
committed by
GitHub
parent
cbf3a5f918
commit
b14c44ee5e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user