From 58a049ebe5164d833a9360823c8a9df7075c6c39 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Wed, 10 Apr 2019 17:05:39 -0700 Subject: [PATCH] pick up logs as artifacts (#3721) --- ci/buildkite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 093fddb982..573f4b59a9 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -9,6 +9,7 @@ steps: - command: "ci/test-stable-perf.sh" name: "stable-perf" timeout_in_minutes: 20 + artifact_paths: "log-*.txt" agents: - "queue=cuda" - command: "ci/test-bench.sh" @@ -17,6 +18,7 @@ steps: - command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-stable.sh" name: "stable" timeout_in_minutes: 25 + artifact_paths: "log-*.txt" - command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh" name: "coverage" timeout_in_minutes: 20