Skip to content

Commit ce571d3

Browse files
py4Pooya Moradi
andauthored
[Buildkite] Move multi chip lora to nightly, keep single chip for pre merge. (#1224)
Signed-off-by: Pooya Moradi <pooyam@google.com> Co-authored-by: Pooya Moradi <pooyam@google.com>
1 parent 5928476 commit ce571d3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.buildkite/pipeline_jax.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,13 @@ steps:
236236
queue: tpu_v6e_8_queue
237237
commands:
238238
- |
239-
.buildkite/scripts/run_in_docker.sh \
240-
bash -c 'python3 -m pytest -s -v -x /workspace/tpu_inference/tests/lora/test_layers.py'
239+
if [[ "$$NIGHTLY" == "1" ]]; then
240+
.buildkite/scripts/run_in_docker.sh \
241+
bash -c 'python3 -m pytest -s -v -x /workspace/tpu_inference/tests/lora/test_layers.py'
242+
else
243+
echo "Skipping: NIGHTLY environment variable not set"
244+
exit 0
245+
fi
241246
# -----------------------------------------------------------------
242247
# NOTIFICATION STEP
243248
# -----------------------------------------------------------------

0 commit comments

Comments
 (0)