From e8c6c164650654c8ae8206621e2dd288637a28ab Mon Sep 17 00:00:00 2001 From: "William S. Moses" Date: Sun, 25 Aug 2024 01:02:08 -0400 Subject: [PATCH] GPU results --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e9878a2b..663bc200 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -48,6 +48,8 @@ steps: fi mkdir -p .baztmp HERMETIC_PYTHON_VERSION={{matrix.python}} bazel --output_user_root=`pwd`/.baztmp test //test/... + HERMETIC_PYTHON_VERSION={{matrix.python}} bazel --output_user_root=`pwd`/.baztmp test i--cache_test_results=no //test:llama + cat bazel-out/k8*/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 .