Unverified Commit 11d652bd authored by Cade Daniel's avatar Cade Daniel Committed by GitHub
Browse files

[CI] Move CPU/AMD tests to after wait (#4123)

parent d150e4f8
...@@ -3,13 +3,6 @@ ...@@ -3,13 +3,6 @@
{% set default_working_dir = "/vllm-workspace/tests" %} {% set default_working_dir = "/vllm-workspace/tests" %}
steps: steps:
- label: "AMD Test"
agents:
queue: amd
command: bash .buildkite/run-amd-test.sh
- label: "CPU Test"
command: bash .buildkite/run-cpu-test.sh
- label: ":docker: build image" - label: ":docker: build image"
commands: commands:
...@@ -23,6 +16,14 @@ steps: ...@@ -23,6 +16,14 @@ steps:
limit: 5 limit: 5
- wait - wait
- label: "AMD Test"
agents:
queue: amd
command: bash .buildkite/run-amd-test.sh
- label: "CPU Test"
command: bash .buildkite/run-cpu-test.sh
{% for step in steps %} {% for step in steps %}
- label: "{{ step.label }}" - label: "{{ step.label }}"
agents: agents:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment