From d291770df08a29e14b616d9ce1538b00ba09a432 Mon Sep 17 00:00:00 2001 From: dhonnappa-amd Date: Wed, 4 Dec 2024 15:46:32 -0600 Subject: [PATCH] Update test-template.j2 (#283) Adding build only k8s node and queue names update --- .buildkite/test-template.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/test-template.j2 b/.buildkite/test-template.j2 index e7b24268ba398..ce448836a8278 100644 --- a/.buildkite/test-template.j2 +++ b/.buildkite/test-template.j2 @@ -19,7 +19,7 @@ steps: - exit_status: -10 # Agent was lost limit: 5 agents: - queue: amd + queue: amd-cpu {% for step in steps %} {% if step.mirror_hardwares and "amd" in step.mirror_hardwares %} @@ -27,7 +27,7 @@ steps: depends_on: - "amd-build" agents: - queue: amd + queue: amd_gpu commands: - bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" && ")) | safe }}" env: