mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-11 08:55:01 +08:00
[CI] mark AMD test as softfail to prevent blockage (#5256)
This commit is contained in:
parent
45c35f0d58
commit
9ca62d8668
@ -28,6 +28,7 @@ steps:
|
|||||||
command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" ; ")) | safe }}"
|
command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" ; ")) | safe }}"
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: "1"
|
DOCKER_BUILDKIT: "1"
|
||||||
|
soft_fail: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
@ -36,7 +37,7 @@ steps:
|
|||||||
agents:
|
agents:
|
||||||
queue: neuron
|
queue: neuron
|
||||||
command: bash .buildkite/run-neuron-test.sh
|
command: bash .buildkite/run-neuron-test.sh
|
||||||
soft_fail: true
|
soft_fail: false
|
||||||
|
|
||||||
- label: "Intel Test"
|
- label: "Intel Test"
|
||||||
depends_on: ~
|
depends_on: ~
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user