Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Disable merge queue to reduce CI usage #6523

Merged
merged 1 commit into from
Jul 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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