From ec86b1dffab5f966e580f52b7b87920863d3ef32 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 23 Jun 2018 00:23:25 -0700 Subject: [PATCH] Adapt to GCP-based CI --- ci/buildkite.yml | 14 ++++++-------- ci/test-cuda.sh | 2 -- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index b495090ba..4be794aba 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -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" diff --git a/ci/test-cuda.sh b/ci/test-cuda.sh index ae05406bb..ba6f0b1c1 100755 --- a/ci/test-cuda.sh +++ b/ci/test-cuda.sh @@ -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