Skip to content

Commit

Permalink
Set and upload TESTS_LOGDIR from buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Sep 21, 2020
1 parent 0145f92 commit cfe4bab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ steps:

- label: 'Stack Rebuild'
command:
- "export TESTS_LOGDIR=$(mktemp -d)"
- "nix-build .buildkite/default.nix -o sr"
- "./sr/bin/rebuild --build-dir=$BUILD_DIR --cache-dir=$CACHE_DIR"
timeout_in_minutes: 120
artifact_paths:
- "/build/cardano-wallet/.stack-work/logs/cardano-wallet*.log"
- "$TESTS_LOGDIR/*.log"
agents:
system: x86_64-linux

Expand Down

0 comments on commit cfe4bab

Please sign in to comment.