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

Optimize IVFFLAT without codes #21

Merged
merged 1 commit into from
Aug 22, 2023

Optimize IVFFLAT without codes

fadfd87
Select commit
Loading
Failed to load commit list.
Merged

Optimize IVFFLAT without codes #21

Optimize IVFFLAT without codes
fadfd87
Select commit
Loading
Failed to load commit list.
Mergify / Summary succeeded Aug 22, 2023 in 1s

3 rules match and 5 potential rules

⚠️ The pull request has been merged by @liliu-z

Rule: Add needs-dco label when DCO check failed (label)

  • -status-success=DCO
  • any of:
    • base=main
    • base=1.x
    • base=support_diskann

Rule: Add dco-passed label when DCO check passed (label)

  • status-success=DCO
  • any of:
    • base=main
    • base=1.x
    • base=support_diskann

Rule: Blocking PR if missing a related issue or PR doesn't have kind/improvement label (label, comment)

  • -label=kind/improvement
  • -title~=\[automated\]
  • all of:
    • -body~=\#[0-9]{1,6}(\s+|$)
    • -body~=https://github.com/zilliztech/Knowhere/issues/[0-9]{1,6}(\s+|$)
  • any of:
    • base=main
    • base=1.x
    • base=support_diskann

Rule: Dismiss block label if related issue be added into PR (label)

  • any of:
    • base=main
    • base=1.x
    • base=support_diskann
  • any of:
    • label=kind/improvement
    • any of:
      • body~=\#[0-9]{1,6}(\s+|$)
      • body~=https://github.com/zilliztech/Knowhere/issues/[0-9]{1,6}(\s+|$)

Rule: Test passed for code changed for main (label)

  • base=main
  • status-success=analyzer
  • status-success=e2e
  • status-success=e2e-gpu
  • status-success=pre-commit
  • status-success=python3 wheel
  • status-success=ut on ubuntu-20.04

Rule: Test passed for non c++ or go code changed for main (label)

  • -files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
  • base=main
  • status-success=analyzer
  • status-success=e2e
  • status-success=e2e-gpu
  • status-success=pre-commit

Rule: Test passed for title skip e2e (label)

  • -files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
  • title~=\[skip e2e\]
  • any of:
    • base=main
    • base=1.x
    • base=support_diskann

Rule: Remove ci-passed label when ut failed for main (label)

  • any of:
    • status-success!=analyzer
    • status-success!=e2e
    • status-success!=e2e-gpu
    • status-success!=pre-commit
    • status-success!=python3 wheel
    • status-success!=ut on ubuntu-20.04
  • base=main
  • files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$

💖  Mergify is proud to provide this service for free to open source projects.

🚀  You can help us by becoming a sponsor!


2 not applicable rules

Rule: Test passed for code changed for 1.x (label)

  • base=1.x
  • status-success=Python3 SWIG compile
  • status-success=Unit Test on centos7
  • status-success=Unit Test on macos-11
  • status-success=Unit Test on ubuntu-20.04

Rule: Remove ci-passed label when ut failed for 1.x (label)

  • base=1.x
  • files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
  • any of:
    • status-success!=Python3 SWIG compile
    • status-success!=Unit Test on centos7
    • status-success!=Unit Test on macos-11
    • status-success!=Unit Test on ubuntu-20.04
Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com