mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Change failure checks to ut (#13924)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
a275417b54
commit
514cbde13f
4
.github/workflows/rerun-failure-checks.yaml
vendored
4
.github/workflows/rerun-failure-checks.yaml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
types: [created]
|
types: [created]
|
||||||
jobs:
|
jobs:
|
||||||
rerun-checks:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Is Organization Member
|
- name: Is Organization Member
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_owner: milvus-io # replace here to your repo owner
|
repo_owner: milvus-io # replace here to your repo owner
|
||||||
repo_name: milvus # replace here to your repo name
|
repo_name: milvus # replace here to your repo name
|
||||||
rerun_cmd: rerun failure checks
|
rerun_cmd: rerun ut
|
||||||
comment: ${{ github.event.comment.body }}
|
comment: ${{ github.event.comment.body }}
|
||||||
|
|
||||||
|
|
||||||
@ -9,4 +9,4 @@
|
|||||||
| Command | Description |
|
| Command | Description |
|
||||||
| -------------------------|----------------------------------------------------------------------------|
|
| -------------------------|----------------------------------------------------------------------------|
|
||||||
| /run-checks | Trigger Jenkins Job for e2e test |
|
| /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…
x
Reference in New Issue
Block a user