Unverified Commit fec5aeca authored by Kevin H. Luu's avatar Kevin H. Luu Committed by GitHub
Browse files

[ci] Soft fail and disable retry for AMD build image job (#38505)


Signed-off-by: default avatarKevin H. Luu <khluu000@gmail.com>
parent d816834c
...@@ -5,6 +5,7 @@ steps: ...@@ -5,6 +5,7 @@ steps:
depends_on: [] depends_on: []
device: amd_cpu device: amd_cpu
no_plugin: true no_plugin: true
soft_fail: true
commands: commands:
- > - >
docker build docker build
...@@ -20,11 +21,3 @@ steps: ...@@ -20,11 +21,3 @@ steps:
- docker push "rocm/vllm-ci:${BUILDKITE_COMMIT}" - docker push "rocm/vllm-ci:${BUILDKITE_COMMIT}"
env: env:
DOCKER_BUILDKIT: "1" DOCKER_BUILDKIT: "1"
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 1
- exit_status: -10 # Agent was lost
limit: 1
- exit_status: 1 # Machine occasionally fail
limit: 1
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