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

Increase time for constraints generation #27534

Merged
merged 1 commit into from Nov 6, 2022

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Nov 6, 2022

In case we have some new versions of dependencies released, generation of the constraints (especially for PyPI-released providers) might take more time than usual. Increasing time for the constraint generation will help to handle those cases (note that once constraint generation succeeds, the constraints will be committed to repository and next time constraint generation should be faster.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

In case we have some new versions of dependencies released, generation
of the constraints (especially for PyPI-released providers) might
take more time than usual. Increasing time for the constraint generation
will help to handle those cases (note that once constraint generation
succeeds, the constraints will be committed to repository and next time
constraint generation should be faster.
@potiuk
Copy link
Member Author

potiuk commented Nov 6, 2022

Example failure here: everything was cool (main getting to green) - but constraint generation did not complete on time https://github.com/apache/airflow/actions/runs/3406064525/jobs/5664843562

@potiuk potiuk merged commit 1947638 into apache:main Nov 6, 2022
@potiuk potiuk deleted the increase-time-for-constraints-building branch November 6, 2022 23:52
ephraimbuddy pushed a commit that referenced this pull request Nov 11, 2022
In case we have some new versions of dependencies released, generation
of the constraints (especially for PyPI-released providers) might
take more time than usual. Increasing time for the constraint generation
will help to handle those cases (note that once constraint generation
succeeds, the constraints will be committed to repository and next time
constraint generation should be faster.

(cherry picked from commit 1947638)
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Nov 11, 2022
@ephraimbuddy ephraimbuddy added this to the Airflow 2.4.3 milestone Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants