Skip to content

Commit

Permalink
Merge pull request #6523 from Xuanwo/disable-merge-queue
Browse files Browse the repository at this point in the history
ci: Disable merge queue to reduce CI usage
  • Loading branch information
Xuanwo authored Jul 7, 2022
2 parents a6fba28 + 0a50cd7 commit 97b07e5
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

1 comment on commit 97b07e5

@vercel
Copy link

@vercel vercel bot commented on 97b07e5 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend.vercel.app
databend.rs
databend-databend.vercel.app
databend-git-main-databend.vercel.app

Please sign in to comment.