Skip to content

Commit d03aeb4

Browse files
py4Pooya Moradi
andauthored
[Buildkite] Merge lora tests pipelines (#1222)
Signed-off-by: Pooya Moradi <pooyam@google.com> Co-authored-by: Pooya Moradi <pooyam@google.com>
1 parent 681df0e commit d03aeb4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.buildkite/pipeline_jax.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ 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 \
122121
--ignore=/workspace/tpu_inference/tests/e2e \
123122
--ignore=/workspace/tpu_inference/tpu_inference/mock \
124123
--ignore=/workspace/tpu_inference/tests/layers/vllm/test_compressed_tensors_moe.py \
@@ -134,6 +133,7 @@ steps:
134133
if [[ "$$NIGHTLY" == "1" ]] || git diff --name-only HEAD~1 | grep -qE '^(tpu_inference/kernels|tests/kernels|requirements\.txt)'; then
135134
.buildkite/scripts/run_in_docker.sh \
136135
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,17 +226,6 @@ steps:
226226
exit 0
227227
fi
228228
229-
- label: "lora unit tests on single chip"
230-
key: test_15
231-
soft_fail: true
232-
agents:
233-
queue: tpu_v6e_queue
234-
commands:
235-
- |
236-
.buildkite/scripts/run_in_docker.sh \
237-
bash -c ' python3 -m pytest -s -v -x /workspace/tpu_inference/tests/lora/test_bgmv.py && \
238-
python3 -m pytest -s -v -x /workspace/tpu_inference/tests/lora/test_layers.py'
239-
240229
- label: "lora unit tests on multi chips"
241230
key: test_16
242231
soft_fail: true

0 commit comments

Comments
 (0)