Unverified Commit 9ca62d86 authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

[CI] mark AMD test as softfail to prevent blockage (#5256)

parent 45c35f0d
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
steps: steps:
- label: ":docker: build image" - label: ":docker: build image"
commands: commands:
- "docker build --build-arg max_jobs=16 --tag {{ docker_image }} --target test --progress plain ." - "docker build --build-arg max_jobs=16 --tag {{ docker_image }} --target test --progress plain ."
- "docker push {{ docker_image }}" - "docker push {{ docker_image }}"
env: env:
...@@ -28,6 +28,7 @@ steps: ...@@ -28,6 +28,7 @@ steps:
command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" ; ")) | safe }}" command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" ; ")) | safe }}"
env: env:
DOCKER_BUILDKIT: "1" DOCKER_BUILDKIT: "1"
soft_fail: true
{% endif %} {% endif %}
{% endfor %} {% endfor %}
...@@ -36,7 +37,7 @@ steps: ...@@ -36,7 +37,7 @@ steps:
agents: agents:
queue: neuron queue: neuron
command: bash .buildkite/run-neuron-test.sh command: bash .buildkite/run-neuron-test.sh
soft_fail: true soft_fail: false
- label: "Intel Test" - label: "Intel Test"
depends_on: ~ depends_on: ~
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment