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

This commit is contained in:
Cade Daniel 2024-04-16 22:53:26 -07:00 committed by GitHub
parent d150e4f89f
commit 11d652bd4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
@ -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: