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

New solution to handle IVF_FLAT backward compatibility #76

Merged

New solution to handle IVF_FLAT backward compatibility

b67f931
Select commit
Loading
Failed to load commit list.
Merged

New solution to handle IVF_FLAT backward compatibility #76

New solution to handle IVF_FLAT backward compatibility
b67f931
Select commit
Loading
Failed to load commit list.
Mergify / Summary succeeded Sep 13, 2023 in 1s

4 rules match and 8 potential rules

⚠️ The pull request has been merged by @sre-ci-robot

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
  • -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+|$)
    • label=kind/improvement

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
    • 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
  • 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

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