Skip to content

Commit

Permalink
ci: Disable merge queue to reduce CI usage
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jul 7, 2022
1 parent a6fba28 commit 0a50cd7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
queue_rules:
- name: shared_queue
# Enable speculative_checks and batch size so that we can rollup
# enqueued PRs at the same time instead of one by one.
#
# Reference: https://docs.mergify.com/actions/queue/#id4
speculative_checks: 2
batch_size: 5
conditions:
- "#approved-reviews-by>=2"

Expand All @@ -27,14 +21,6 @@ pull_request_rules:
conditions:
- "#approved-reviews-by>=2"
- -draft
- check-success=check
- check-success~=^build_(aarch64|x86_64)_musl$
- check-success=test_unit
- check-success=test_metactl
- check-success=test_stateless_standalone_linux
- check-success=test_stateless_cluster_linux
- check-success=test_stateful_standalone_linux
- check-success=test_sqllogic_standalone_linux
actions:
queue:
name: shared_queue
Expand Down

0 comments on commit 0a50cd7

Please sign in to comment.