Skip to content

Commit

Permalink
[CI] Move CPU/AMD tests to after wait (vllm-project#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel authored Apr 17, 2024
1 parent d150e4f commit 11d652b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .buildkite/test-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
{% set default_working_dir = "/vllm-workspace/tests" %}

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"
commands:
Expand All @@ -23,6 +16,14 @@ steps:
limit: 5
- 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 %}
- label: "{{ step.label }}"
agents:
Expand Down

0 comments on commit 11d652b

Please sign in to comment.