Skip to content

Commit 6570a1e

Browse files
py4Pooya Moradi
andauthored
[Buildkite] Roll back lora changes in buildkite (#1227)
Signed-off-by: Pooya Moradi <pooyam@google.com> Co-authored-by: Pooya Moradi <pooyam@google.com>
1 parent ce571d3 commit 6570a1e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.buildkite/pipeline_jax.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ steps:
118118
.buildkite/scripts/run_in_docker.sh \
119119
python3 -m pytest -s -v -x /workspace/tpu_inference/tests/ \
120120
--ignore=/workspace/tpu_inference/tests/kernels \
121+
--ignore=/workspace/tpu_inference/tests/lora \
121122
--ignore=/workspace/tpu_inference/tests/e2e \
122123
--ignore=/workspace/tpu_inference/tpu_inference/mock \
123124
--ignore=/workspace/tpu_inference/tests/layers/vllm/test_compressed_tensors_moe.py \
@@ -133,7 +134,6 @@ steps:
133134
if [[ "$$NIGHTLY" == "1" ]] || git diff --name-only HEAD~1 | grep -qE '^(tpu_inference/kernels|tests/kernels|requirements\.txt)'; then
134135
.buildkite/scripts/run_in_docker.sh \
135136
python3 -m pytest -s -v -x /workspace/tpu_inference/tests/kernels \
136-
--ignore=/workspace/tpu_inference/tests/lora/test_lora.py \
137137
--ignore=/workspace/tpu_inference/tests/kernels/ragged_paged_attention_kernel_v2_test.py \
138138
--ignore=/workspace/tpu_inference/tests/kernels/ragged_kv_cache_update_v2_test.py \
139139
--ignore=/workspace/tpu_inference/tests/kernels/collectives \
@@ -226,6 +226,18 @@ steps:
226226
exit 0
227227
fi
228228
229+
230+
- label: "lora unit tests on single chip"
231+
key: test_15
232+
soft_fail: true
233+
agents:
234+
queue: tpu_v6e_queue
235+
commands:
236+
- |
237+
.buildkite/scripts/run_in_docker.sh \
238+
bash -c ' python3 -m pytest -s -v -x /workspace/tpu_inference/tests/lora/test_bgmv.py && \
239+
python3 -m pytest -s -v -x /workspace/tpu_inference/tests/lora/test_layers.py'
240+
229241
- label: "lora unit tests on multi chips"
230242
key: test_16
231243
soft_fail: true
@@ -263,10 +275,11 @@ steps:
263275
- test_11
264276
- test_12
265277
- test_13
278+
- test_15
266279
- test_16
267280
agents:
268281
queue: cpu
269282
commands:
270283
- |
271284
.buildkite/scripts/check_results.sh \
272-
"TPU JAX Tests Failed" test_0 test_1 test_2 test_3 test_4 test_5 test_6 test_7 test_8 test_9 test_10 test_11 test_12 test_13 test_16
285+
"TPU JAX Tests Failed" test_0 test_1 test_2 test_3 test_4 test_5 test_6 test_7 test_8 test_9 test_10 test_11 test_12 test_13 test_15 test_16

0 commit comments

Comments
 (0)