From 7979a9558281fa8a5e89f180dec87421a2335cee Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Fri, 20 Dec 2019 11:51:18 +0000 Subject: [PATCH] (DO NOT MERGE): Expose the JSON files So I can see the dump. It would be nice if the sentry tests didn't cause the e2e tests to fail locally. --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 18151f7893e..0560c3ec43c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -194,6 +194,7 @@ steps: - .buildkite/scripts/test_e2e.sh artifact_paths: - e2e/**/*.log + - e2e/**/*.json - coverage-e2e-*.tar.gz env: OASIS_E2E_COVERAGE: enable @@ -214,6 +215,7 @@ steps: - .buildkite/scripts/test_e2e.sh artifact_paths: - e2e/**/*.log + - e2e/**/*.json - coverage-e2e-sgx-*.tar.gz env: OASIS_E2E_COVERAGE: enable