[skip e2e] Change failure checks to ut (#13924)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-12-22 09:55:00 +08:00 committed by GitHub
parent a275417b54
commit 514cbde13f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -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. |