mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-11 04:11:22 +08:00
[CI] Add retry for agent lost (#4633)
This commit is contained in:
parent
e186d37cb1
commit
19cb4716ee
@ -14,6 +14,8 @@ steps:
|
|||||||
automatic:
|
automatic:
|
||||||
- exit_status: -1 # Agent was lost
|
- exit_status: -1 # Agent was lost
|
||||||
limit: 5
|
limit: 5
|
||||||
|
- exit_status: -10 # Agent was lost
|
||||||
|
limit: 5
|
||||||
- wait
|
- wait
|
||||||
|
|
||||||
- group: "AMD Tests"
|
- group: "AMD Tests"
|
||||||
@ -53,6 +55,8 @@ steps:
|
|||||||
automatic:
|
automatic:
|
||||||
- exit_status: -1 # Agent was lost
|
- exit_status: -1 # Agent was lost
|
||||||
limit: 5
|
limit: 5
|
||||||
|
- exit_status: -10 # Agent was lost
|
||||||
|
limit: 5
|
||||||
plugins:
|
plugins:
|
||||||
- kubernetes:
|
- kubernetes:
|
||||||
podSpec:
|
podSpec:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user