Skip to content

Commit 9f6d5f7

Browse files
authored
change the queue for the jobs (ROCm#353)
1 parent d567353 commit 9f6d5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/test-template.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ steps:
1919
- exit_status: -10 # Agent was lost
2020
limit: 5
2121
agents:
22-
queue: amd
22+
queue: amd-cpu
2323

2424
{% for step in steps %}
2525
{% if step.mirror_hardwares and "amd" in step.mirror_hardwares %}
2626
- label: "AMD: {{ step.label }}"
2727
depends_on:
2828
- "amd-build"
2929
agents:
30-
queue: amd
30+
queue: amd_rocm_gpu
3131
commands:
3232
- bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" && ")) | safe }}"
3333
env:

0 commit comments

Comments
 (0)