Restrict which nodes can run stable and coverage (#8807)

automerge
This commit is contained in:
Dan Albert
2020-03-11 19:18:10 -07:00
committed by GitHub
parent 91dfd962e5
commit 921994e588

View File

@@ -22,6 +22,8 @@ steps:
name: "stable"
timeout_in_minutes: 60
artifact_paths: "log-*.txt"
agents:
- "queue=rpc-test-capable"
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-move.sh"
name: "move"
timeout_in_minutes: 20
@@ -32,6 +34,8 @@ steps:
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh"
name: "coverage"
timeout_in_minutes: 30
agents:
- "queue=rpc-test-capable"
- wait
- trigger: "solana-secondary"
branches: "!pull/*"