Skip to content

Commit

Permalink
Update test-template.j2 (#283)
Browse files Browse the repository at this point in the history
Adding build only k8s node and queue names update
  • Loading branch information
dhonnappa-amd authored Dec 4, 2024
1 parent efb0432 commit d291770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/test-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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 %}
- label: "AMD: {{ step.label }}"
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:
Expand Down

0 comments on commit d291770

Please sign in to comment.