Skip to content

Commit 933d248

Browse files
wip
1 parent 6b8b654 commit 933d248

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
@@ -229,8 +229,13 @@ steps:
229229
queue: tpu_v6e_8_queue
230230
commands:
231231
- |
232-
.buildkite/scripts/run_in_docker.sh \
233-
bash -c 'python3 -m pytest -s -v -x /workspace/tpu_inference/tests/e2e/test_data_parallel.py'
232+
if [[ "$$NIGHTLY" == "1" ]]; then
233+
.buildkite/scripts/run_in_docker.sh \
234+
bash -c 'python3 -m pytest -s -v -x /workspace/tpu_inference/tests/e2e/test_data_parallel.py'
235+
else
236+
echo "Skipping: NIGHTLY environment variable not set"
237+
exit 0
238+
fi
234239
235240
- label: "lora unit tests on single chip"
236241
key: test_15

0 commit comments

Comments
 (0)