From ae117cf72811e87abc40251a96a4e49ffa5a287b Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 5 May 2025 15:16:30 -0700 Subject: [PATCH 1/6] add model test1 Signed-off-by: Yang Wang --- buildkite/test-template-ci.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildkite/test-template-ci.j2 b/buildkite/test-template-ci.j2 index 62044d93..5a46f91f 100644 --- a/buildkite/test-template-ci.j2 +++ b/buildkite/test-template-ci.j2 @@ -256,6 +256,8 @@ steps: - group: "vllm against torch nightly" depends_on: ~ + env: + TORCH_NIGHLY: "true" steps: {% if nightly != "1" %} - block: Build torch nightly image @@ -315,7 +317,7 @@ steps: {% else %} {% set ns.blocked = 0 %} {% endif %} - + {% if ns.blocked == 1 or (step.optional and nightly != "1") %} - block: "Run Torch Nightly {{ step.label }}" depends_on: image-build-torch-nightly From 9227b58b3ba5cbaa3298ffd1d2b6a6b072bd1bf1 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 5 May 2025 15:21:24 -0700 Subject: [PATCH 2/6] add model test1 Signed-off-by: Yang Wang --- buildkite/test-template-ci.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/test-template-ci.j2 b/buildkite/test-template-ci.j2 index 5a46f91f..0ca0ab26 100644 --- a/buildkite/test-template-ci.j2 +++ b/buildkite/test-template-ci.j2 @@ -257,7 +257,7 @@ steps: - group: "vllm against torch nightly" depends_on: ~ env: - TORCH_NIGHLY: "true" + TORCH_NIGHTLY: "true" steps: {% if nightly != "1" %} - block: Build torch nightly image From 8e52a28786e74c0f6324b6608113f9421076cd12 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 5 May 2025 15:24:26 -0700 Subject: [PATCH 3/6] add model test1 Signed-off-by: Yang Wang --- buildkite/test-template-ci.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/test-template-ci.j2 b/buildkite/test-template-ci.j2 index 0ca0ab26..2e347639 100644 --- a/buildkite/test-template-ci.j2 +++ b/buildkite/test-template-ci.j2 @@ -257,7 +257,7 @@ steps: - group: "vllm against torch nightly" depends_on: ~ env: - TORCH_NIGHTLY: "true" + TORCH_NIGHTLY: "1" steps: {% if nightly != "1" %} - block: Build torch nightly image From b7fe5d2516ba892cbe3219a182638ad655fb4d36 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 5 May 2025 15:40:13 -0700 Subject: [PATCH 4/6] add model test1 Signed-off-by: Yang Wang --- buildkite/test-template-ci.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildkite/test-template-ci.j2 b/buildkite/test-template-ci.j2 index 2e347639..c401b677 100644 --- a/buildkite/test-template-ci.j2 +++ b/buildkite/test-template-ci.j2 @@ -256,8 +256,6 @@ steps: - group: "vllm against torch nightly" depends_on: ~ - env: - TORCH_NIGHTLY: "1" steps: {% if nightly != "1" %} - block: Build torch nightly image @@ -330,6 +328,8 @@ steps: {% else %} depends_on: image-build-torch-nightly {% endif %} + env: + TORCH_NIGHTLY: "1" soft_fail: true {{ render_cuda_config(step, docker_image_torch_nightly, default_working_dir, hf_home_fsx, hf_home, branch) | indent(8, true) }} {% endif %} From d5cb5b0b7b27363dfa0f43b77f61649be1b249ab Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 5 May 2025 16:04:06 -0700 Subject: [PATCH 5/6] add model test1 Signed-off-by: Yang Wang --- buildkite/test-template-ci.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/test-template-ci.j2 b/buildkite/test-template-ci.j2 index c401b677..728d5d3a 100644 --- a/buildkite/test-template-ci.j2 +++ b/buildkite/test-template-ci.j2 @@ -328,9 +328,9 @@ steps: {% else %} depends_on: image-build-torch-nightly {% endif %} + soft_fail: true env: TORCH_NIGHTLY: "1" - soft_fail: true {{ render_cuda_config(step, docker_image_torch_nightly, default_working_dir, hf_home_fsx, hf_home, branch) | indent(8, true) }} {% endif %} {% endfor %} From 544d6e0e2a3c4764c4fb801ca90aceb3b2777cb2 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 5 May 2025 17:10:33 -0700 Subject: [PATCH 6/6] add model test1 Signed-off-by: Yang Wang --- buildkite/test-template-ci.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/buildkite/test-template-ci.j2 b/buildkite/test-template-ci.j2 index 728d5d3a..9f8dbef9 100644 --- a/buildkite/test-template-ci.j2 +++ b/buildkite/test-template-ci.j2 @@ -63,6 +63,9 @@ plugins: - VLLM_USAGE_SOURCE=ci-test - HF_HOME={{ hf_home_fsx }} - HF_TOKEN + {% if step.torch_nightly == "1" %} + - TORCH_NIGHTLY=1 + {% endif %} {% if branch == "main" %} - BUILDKITE_ANALYTICS_TOKEN {% endif %} @@ -329,8 +332,6 @@ steps: depends_on: image-build-torch-nightly {% endif %} soft_fail: true - env: - TORCH_NIGHTLY: "1" {{ render_cuda_config(step, docker_image_torch_nightly, default_working_dir, hf_home_fsx, hf_home, branch) | indent(8, true) }} {% endif %} {% endfor %}