Skip to content

Commit

Permalink
Add e2e(arm) in mergify (#852)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain authored Sep 19, 2024
1 parent cda1401 commit 6a7e00e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ pull_request_rules:
- 'status-success=analyzer'
- 'status-success=python3 wheel'
- "status-success=e2e"
- "status-success=e2e(arm)"
- "status-success=e2e-sse"
- "status-success=e2e-gpu"
- "status-success=ut-gpu"
Expand All @@ -187,6 +188,7 @@ pull_request_rules:
- 'status-success=analyzer'
- 'status-success=python3 wheel'
- "status-success=e2e"
- "status-success=e2e(arm)"
- "status-success=e2e-sse"
actions:
label:
Expand All @@ -202,6 +204,7 @@ pull_request_rules:
- 'status-success=pre-commit'
- 'status-success=analyzer'
- "status-success=e2e"
- "status-success=e2e(arm)"
- "status-success=e2e-sse"
actions:
label:
Expand Down Expand Up @@ -253,6 +256,7 @@ pull_request_rules:
- "status-success!=analyzer"
- "status-success!=python3 wheel"
- "status-success!=e2e"
- "status-success!=e2e(arm)"
- "status-success!=e2e-sse"
- files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
actions:
Expand All @@ -271,6 +275,7 @@ pull_request_rules:
- "status-success!=analyzer"
- "status-success!=python3 wheel"
- "status-success!=e2e"
- "status-success!=e2e(arm)"
- "status-success!=e2e-sse"
- "status-success!=e2e-gpu"
- "status-success!=ut-gpu"
Expand Down

0 comments on commit 6a7e00e

Please sign in to comment.