Test multi node dynamic network ci (#696)

Buildkite automation for multinode test.  This test is ignored by default because it requires a large cpu machine to run.
This commit is contained in:
anatoly yakovenko 2018-07-19 07:50:44 -07:00 committed by GitHub
parent 9d2d9a0189
commit fece91c4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -23,6 +23,13 @@ steps:
limit: 2
agents:
- "queue=cuda"
- command: "ci/test-large-network.sh"
name: "large-network [public]"
env:
CARGO_TARGET_CACHE_NAME: "stable"
timeout_in_minutes: 20
agents:
- "queue=large"
- command: "ci/pr-snap.sh"
timeout_in_minutes: 20
name: "snap [public]"

8
ci/test-large-network.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash -e
here=$(dirname "$0")
cd "$here"/..
export RUST_BACKTRACE=1
export RUST_LOG=multinode=info
set -x
exec cargo test --release test_multi_node_dynamic_network -- --ignored