From 11d652bd4f6f81d09638399885099b78a4e3b9c8 Mon Sep 17 00:00:00 2001 From: Cade Daniel Date: Tue, 16 Apr 2024 22:53:26 -0700 Subject: [PATCH] [CI] Move CPU/AMD tests to after wait (#4123) --- .buildkite/test-template.j2 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.buildkite/test-template.j2 b/.buildkite/test-template.j2 index 3ed23c62c005d..0e1acc9777d4b 100644 --- a/.buildkite/test-template.j2 +++ b/.buildkite/test-template.j2 @@ -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: