Adapt to GCP-based CI
This commit is contained in:
parent
6cb8266c7b
commit
ec86b1dffa
|
@ -3,9 +3,9 @@ steps:
|
|||
name: "stable [public]"
|
||||
timeout_in_minutes: 20
|
||||
- wait
|
||||
#- command: "ci/coverage.sh"
|
||||
# name: "coverage [public]"
|
||||
# timeout_in_minutes: 20
|
||||
- command: "ci/coverage.sh"
|
||||
name: "coverage [public]"
|
||||
timeout_in_minutes: 20
|
||||
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh"
|
||||
name: "nightly [public]"
|
||||
timeout_in_minutes: 20
|
||||
|
@ -24,11 +24,9 @@ steps:
|
|||
name: "erasure"
|
||||
timeout_in_minutes: 20
|
||||
- wait
|
||||
#- command: "ci/publish-snap.sh"
|
||||
# timeout_in_minutes: 20
|
||||
# name: "publish snap"
|
||||
# agents:
|
||||
# - "queue=cuda"
|
||||
- command: "ci/publish-snap.sh"
|
||||
timeout_in_minutes: 20
|
||||
name: "publish snap"
|
||||
- command: "ci/publish-crate.sh"
|
||||
timeout_in_minutes: 20
|
||||
name: "publish crate"
|
||||
|
|
|
@ -7,8 +7,6 @@ cd "$(dirname "$0")/.."
|
|||
export LD_LIBRARY_PATH=/usr/local/cuda/lib64
|
||||
export PATH=$PATH:/usr/local/cuda/bin
|
||||
|
||||
# shellcheck disable=SC1090 # <-- shellcheck can't follow ~
|
||||
source ~/.cargo/env
|
||||
export RUST_BACKTRACE=1
|
||||
cargo test --features=cuda
|
||||
|
||||
|
|
Loading…
Reference in New Issue