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 40f2157 commit 60cd57bCopy full SHA for 60cd57b
.buildkite/test-template.j2
@@ -20,6 +20,7 @@ steps:
20
limit: 5
21
agents:
22
queue: amd-cpu
23
+ soft_fail: false
24
25
{% for step in steps %}
26
{% if step.mirror_hardwares and "amd" in step.mirror_hardwares %}
@@ -37,10 +38,10 @@ steps:
37
38
queue: amd_gpu
39
{% endif%}
40
commands:
- - bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" && ")) | safe }}"
41
+ - bash .buildkite/scripts/hardware_ci/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" && ")) | safe }}"
42
env:
43
DOCKER_BUILDKIT: "1"
44
priority: 100
- soft_fail: true
45
46
{% endif %}
47
{% endfor %}
0 commit comments