Skip to content

Commit

Permalink
Do not check e2e-sse for ci (#886)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain authored Oct 14, 2024
1 parent d0d7eef commit c0083f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ pull_request_rules:
- 'status-success=python3 wheel'
- "status-success=e2e"
- "status-success=e2e(arm)"
- "status-success=e2e-sse"
- "status-success=e2e-gpu"
- "status-success=ut-gpu"
actions:
Expand All @@ -189,7 +188,6 @@ pull_request_rules:
- 'status-success=python3 wheel'
- "status-success=e2e"
- "status-success=e2e(arm)"
- "status-success=e2e-sse"
actions:
label:
add:
Expand All @@ -205,7 +203,6 @@ pull_request_rules:
- 'status-success=analyzer'
- "status-success=e2e"
- "status-success=e2e(arm)"
- "status-success=e2e-sse"
actions:
label:
add:
Expand Down Expand Up @@ -257,7 +254,6 @@ pull_request_rules:
- "status-success!=python3 wheel"
- "status-success!=e2e"
- "status-success!=e2e(arm)"
- "status-success!=e2e-sse"
- files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
actions:
label:
Expand All @@ -276,7 +272,6 @@ pull_request_rules:
- "status-success!=python3 wheel"
- "status-success!=e2e"
- "status-success!=e2e(arm)"
- "status-success!=e2e-sse"
- "status-success!=e2e-gpu"
- "status-success!=ut-gpu"
- files~=^(?=src/index/ivf_raft/)
Expand Down

0 comments on commit c0083f3

Please sign in to comment.