mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Change failure checks to ut (#13924)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/13997/head
parent
a275417b54
commit
514cbde13f
|
@ -4,7 +4,7 @@ on:
|
|||
types: [created]
|
||||
jobs:
|
||||
rerun-checks:
|
||||
if: "github.event_name == 'issue_comment'&& startsWith(github.event.comment.body, 'rerun failure checks')"
|
||||
if: "github.event_name == 'issue_comment'&& startsWith(github.event.comment.body, 'rerun ut')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Is Organization Member
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
with:
|
||||
repo_owner: milvus-io # replace here to your repo owner
|
||||
repo_name: milvus # replace here to your repo name
|
||||
rerun_cmd: rerun failure checks
|
||||
rerun_cmd: rerun ut
|
||||
comment: ${{ github.event.comment.body }}
|
||||
|
||||
|
|
@ -9,4 +9,4 @@
|
|||
| Command | Description |
|
||||
| -------------------------|----------------------------------------------------------------------------|
|
||||
| /run-checks | Trigger Jenkins Job for e2e test |
|
||||
| rerun failure checks | Trigger failed github workflow jobs, including code checker & unit test. |
|
||||
| rerun ut | Trigger failed github workflow jobs, including code checker & unit test. |
|
||||
|
|
Loading…
Reference in New Issue