Skip to content

Commit 60cd57b

Browse files
Update test-template.j2 to fix new location of run-amd-test.sh (#518)
* Update test-template.j2 to fix new location of run-amd-test.sh Update test-template.j2 to fix new location of run-amd-test.sh Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com> * Update test-template.j2 upsie, wrong path initially Update test-template.j2 upsie, wrong path initially Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com> * Update test-template.j2 Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com> --------- Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com>
1 parent 40f2157 commit 60cd57b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/test-template.j2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ steps:
2020
limit: 5
2121
agents:
2222
queue: amd-cpu
23+
soft_fail: false
2324

2425
{% for step in steps %}
2526
{% if step.mirror_hardwares and "amd" in step.mirror_hardwares %}
@@ -37,10 +38,10 @@ steps:
3738
queue: amd_gpu
3839
{% endif%}
3940
commands:
40-
- 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 }}"
4142
env:
4243
DOCKER_BUILDKIT: "1"
4344
priority: 100
44-
soft_fail: true
45+
soft_fail: false
4546
{% endif %}
4647
{% endfor %}

0 commit comments

Comments
 (0)