Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 25, 2024
1 parent 5d4a0bb commit 9fce959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ steps:
mkdir -p .baztmp
HERMETIC_PYTHON_VERSION={{matrix.python}} bazel --output_user_root=`pwd`/.baztmp test --test_output=errors //test/...
HERMETIC_PYTHON_VERSION={{matrix.python}} bazel --output_user_root=`pwd`/.baztmp test --cache_test_results=no //test:llama
cat bazel-out/k8*/testlogs/test/llama/test.log
cat bazel-out/*/testlogs/test/llama/test.log
rm -f bazel-bin/*.whl
HERMETIC_PYTHON_VERSION={{matrix.python}} bazel --output_user_root=`pwd`/.baztmp build :wheel
cp bazel-bin/*.whl .
artifact_paths:
- "*.whl"
- "bazel-out/k8*/testlogs/test/llama/test.log"
- "bazel-out/k8*/testlogs/test/llama/bench_vs_xla.log"
- "bazel-out/*/testlogs/test/llama/test.log"
- "bazel-out/*/testlogs/test/llama/bench_vs_xla.log"

timeout_in_minutes: 180

0 comments on commit 9fce959

Please sign in to comment.