Skip to content

Commit 52bf899

Browse files
committed
Applies merge base commit logic to fast-check pipeline
See also: #230 This is in follow up to that PR.
1 parent d2c544d commit 52bf899

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

buildkite/test-template-fastcheck.j2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ steps:
2626
--build-arg buildkite_commit=$BUILDKITE_COMMIT
2727
--build-arg USE_SCCACHE=1
2828
--build-arg VLLM_DOCKER_BUILD_CONTEXT=1
29-
--build-arg VLLM_USE_PRECOMPILED={{ vllm_use_precompiled | default("0") }}{% if vllm_use_precompiled is defined and vllm_use_precompiled == "1" %}
30-
--build-arg USE_FLASHINFER_PREBUILT_WHEEL=true{% endif %}
29+
--build-arg VLLM_USE_PRECOMPILED={{ vllm_use_precompiled | default("0") }}
30+
{% if vllm_use_precompiled == "1" %}
31+
--build-arg VLLM_MERGE_BASE_COMMIT={{ vllm_merge_base_commit }}
32+
{% endif %}
3133
--tag {{ docker_image }}
3234
--target test --progress plain .
3335
- "docker push {{ docker_image }}"

0 commit comments

Comments
 (0)