We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d567353 commit 9f6d5f7Copy full SHA for 9f6d5f7
.buildkite/test-template.j2
@@ -19,15 +19,15 @@ steps:
19
- exit_status: -10 # Agent was lost
20
limit: 5
21
agents:
22
- queue: amd
+ queue: amd-cpu
23
24
{% for step in steps %}
25
{% if step.mirror_hardwares and "amd" in step.mirror_hardwares %}
26
- label: "AMD: {{ step.label }}"
27
depends_on:
28
- "amd-build"
29
30
+ queue: amd_rocm_gpu
31
commands:
32
- bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" && ")) | safe }}"
33
env:
0 commit comments