Restrict which nodes can run stable and coverage
Band-aid fix until https://github.com/solana-labs/solana/issues/8798 is resolved
This commit is contained in:
@ -22,6 +22,8 @@ steps:
|
|||||||
name: "stable"
|
name: "stable"
|
||||||
timeout_in_minutes: 60
|
timeout_in_minutes: 60
|
||||||
artifact_paths: "log-*.txt"
|
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"
|
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-move.sh"
|
||||||
name: "move"
|
name: "move"
|
||||||
timeout_in_minutes: 20
|
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"
|
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh"
|
||||||
name: "coverage"
|
name: "coverage"
|
||||||
timeout_in_minutes: 30
|
timeout_in_minutes: 30
|
||||||
|
agents:
|
||||||
|
- "queue=rpc-test-capable"
|
||||||
- wait
|
- wait
|
||||||
- trigger: "solana-secondary"
|
- trigger: "solana-secondary"
|
||||||
branches: "!pull/*"
|
branches: "!pull/*"
|
||||||
|
Reference in New Issue
Block a user