Support faiss FLAT index get vector with metric COSINE #80
Mergify / Summary
succeeded
Sep 20, 2023 in 2s
4 rules match and 8 potential rules
Rule: Add needs-dco label when DCO check failed (label)
-
-status-success=DCO
-
base=main
Rule: Add dco-passed label when DCO check passed (label)
-
base=main
-
status-success=DCO
Rule: Blocking PR if missing a related issue or PR doesn't have kind/improvement label (label, comment)
- any of:
- all of:
-
-body~=\#[0-9]{1,6}(\s+|$)
-
-body~=https://github.com/zilliztech/Knowhere/issues/[0-9]{1,6}(\s+|$)
-
- all of:
-
-label=kind/enhancement
-
-label=kind/bug
-
-label=kind/feature
-
- all of:
-
-label=kind/improvement
-
-title~=\[automated\]
-
base=main
Rule: Dismiss block label if related issue be added into PR (label)
-
base=main
- any of:
- all of:
- any of:
-
label=kind/enhancement
-
label=kind/bug
-
label=kind/feature
-
- any of:
-
body~=\#[0-9]{1,6}(\s+|$)
-
body~=https://github.com/zilliztech/Knowhere/issues/[0-9]{1,6}(\s+|$)
-
- any of:
-
label=kind/improvement
- all of:
Rule: Blocking PR if have multiple 'kind' type labels (label, comment)
- any of:
- all of:
-
label=kind/improvement
- any of:
-
label=kind/enhancement
-
label=kind/bug
-
label=kind/feature
-
-
- all of:
- any of:
-
label=kind/bug
-
label=kind/feature
-
label=kind/improvement
-
-
label=kind/enhancement
- any of:
- all of:
-
label=kind/feature
- any of:
-
label=kind/enhancement
-
label=kind/bug
-
label=kind/improvement
-
-
- all of:
-
label=kind/bug
- any of:
-
label=kind/enhancement
-
label=kind/feature
-
label=kind/improvement
-
-
- all of:
-
base=main
Rule: Dismiss block PR if have not multiple 'kind' type labels (label)
-
base=main
- any of:
- all of:
-
-label=kind/bug
-
-label=kind/feature
-
-label=kind/improvement
-
label=kind/enhancement
-
- all of:
-
-label=kind/enhancement
-
label=kind/improvement
-
-label=kind/bug
-
-label=kind/feature
-
- all of:
-
-label=kind/enhancement
-
label=kind/feature
-
-label=kind/bug
-
-label=kind/improvement
-
- all of:
-
-label=kind/enhancement
-
label=kind/bug
-
-label=kind/feature
-
-label=kind/improvement
-
- all of:
-
-label=kind/enhancement
-
-label=kind/bug
-
-label=kind/feature
-
-label=kind/improvement
-
- all of:
Rule: Test passed for code changed for main (label)
-
status-success=e2e-gpu
-
status-success=ut-gpu
-
base=main
-
status-success=analyzer
-
status-success=e2e
-
status-success=pre-commit
-
status-success=python3 wheel
-
status-success=ut on ubuntu-20.04
Rule: Test passed for cpu code changed only for main (label)
-
-files~=^(?=src/index/ivf_raft/)
-
base=main
-
files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
-
status-success=analyzer
-
status-success=e2e
-
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=pre-commit
Rule: Test passed for title skip e2e (label)
-
-files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
-
title~=\[skip e2e\]
-
base=main
Rule: Remove ci-passed label when ut failed for main (label)
- any of:
-
status-success!=analyzer
-
status-success!=e2e
-
status-success!=pre-commit
-
status-success!=python3 wheel
-
status-success!=ut on ubuntu-20.04
-
-
base=main
-
files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
Rule: Remove ci-passed label when gpu ut failed for main (label)
-
files~=^(?=src/index/ivf_raft/)
-
base=main
-
files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
- any of:
-
status-success!=e2e-gpu
-
status-success!=ut-gpu
-
status-success!=analyzer
-
status-success!=e2e
-
status-success!=pre-commit
-
status-success!=python3 wheel
-
status-success!=ut on ubuntu-20.04
-
💖 Mergify is proud to provide this service for free to open source projects.
🚀 You can help us by becoming a sponsor!
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
Loading