mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add manual-pass check (#17934)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/17937/head
parent
d29499d194
commit
4612e0c7ea
|
@ -186,6 +186,7 @@ pull_request_rules:
|
|||
|
||||
- name: Remove ci-passed label when status for code checker or ut is not success
|
||||
conditions:
|
||||
- label!=manual-pass
|
||||
- or:
|
||||
- base=master
|
||||
- base~=^2(\.\d+){2}$
|
||||
|
@ -202,6 +203,7 @@ pull_request_rules:
|
|||
|
||||
- name: Remove ci-passed label when status for jenkins job is not success
|
||||
conditions:
|
||||
- label!=manual-pass
|
||||
- or:
|
||||
- base=master
|
||||
- base~=^2(\.\d+){2}$
|
||||
|
|
Loading…
Reference in New Issue