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

Make PRs changing pyproject.toml neutral for breeze tests #37314

Merged

Commits on Feb 10, 2024

  1. Make PRs changing pyproject.toml neutral for breeze tests

    The apache#37305 optimized CI jobs to limit tests run when pyproject.toml
    is changed without impacting dependencies, optional_dependencies and
    build-system. However it impacts results of other unit tests as they
    were using `HEAD` as commit in selective checks,
    
    Instead of using HEAD, we are using neutral commit (one only changing
    INTHEWILD) for all such tests, so that we do not introduce side effects
    coming from the incoming PR.
    potiuk committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6f2ca6b View commit details
    Browse the repository at this point in the history