mirror of https://github.com/milvus-io/milvus.git
[skip e2e]remove ci-passed label when test is pending or failed (#13601)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/13615/head
parent
69e8924b1c
commit
3a096a22a3
|
@ -151,4 +151,18 @@ pull_request_rules:
|
|||
actions:
|
||||
label:
|
||||
add:
|
||||
- ci-passed
|
||||
|
||||
|
||||
|
||||
- name: Remove ci-passed label when rerun test
|
||||
conditions:
|
||||
- base=master
|
||||
- or:
|
||||
- "status-success!=Code Checker AMD64 Ubuntu 18.04"
|
||||
- "status-success!=Build and test AMD64 Ubuntu 18.04"
|
||||
- "status-success!=continuous-integration/jenkins/pr-merge"
|
||||
actions:
|
||||
label:
|
||||
remove:
|
||||
- ci-passed
|
Loading…
Reference in New Issue