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

Use PyPI constraints for PROD image in non-main branch #33789

Merged
merged 1 commit into from
Aug 27, 2023

Commits on Aug 27, 2023

  1. Use PyPI constraints for PROD image in non-main branch

    When we are building PROD image in CI for non main branch, we are
    installing providers from PyPI rather than building them locally
    from sources. Therefore we should use `PyPI` constraints for
    such builds not the "source" constraints (they might differ).
    
    This PR adds two steps:
    
    * In the CI build, when we do not build providers we generate
      PyPI constraints additionally to source constraints
    * In the PROD build we use the PyPI constraints in case we
      do not build providers locally
    potiuk committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4842c34 View commit details
    Browse the repository at this point in the history