Don't block on large network test
This commit is contained in:
committed by
Michael Vines
parent
ceb5686175
commit
cb20ebc583
@ -24,8 +24,8 @@ steps:
|
|||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
agents:
|
agents:
|
||||||
- "queue=cuda"
|
- "queue=cuda"
|
||||||
- command: "ci/test-large-network.sh"
|
- command: "ci/test-large-network.sh || true"
|
||||||
name: "large-network [public]"
|
name: "large-network [public] [ignored]"
|
||||||
env:
|
env:
|
||||||
CARGO_TARGET_CACHE_NAME: "stable"
|
CARGO_TARGET_CACHE_NAME: "stable"
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
|
Reference in New Issue
Block a user