[nightly] Remove node tolerations for hk cluster (#5896)

### What this PR does / why we need it?
Since we have upgrade all the nodes' `cann` HDK version to `25.3rc1`, we
should not limit nightly schedule to the specific nodes
### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

- vLLM version: v0.13.0
- vLLM main:
bde38c11df

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2026-01-15 08:55:06 +08:00
committed by GitHub
parent a9f730b853
commit f34b3b8ee9

View File

@@ -13,12 +13,6 @@ spec:
labels:
role: leader
spec:
schedulerName: volcano
tolerations:
- key: "instance"
operator: "Equal"
value: "vllm"
effect: "NoSchedule"
containers:
- name: vllm-leader
imagePullPolicy: Always
@@ -71,12 +65,6 @@ spec:
path: /usr/local/Ascend/driver/tools
workerTemplate:
spec:
schedulerName: volcano
tolerations:
- key: "instance"
operator: "Equal"
value: "vllm"
effect: "NoSchedule"
containers:
- name: vllm-worker
imagePullPolicy: Always