Uh oh!
There was an error while loading. Please reload this page.
Limit parallelism for constraints generation in CI - #41383
Merged
kaxil merged 1 commit intoAug 12, 2024
Conversation
potiuk
commented
Aug 11, 2024
MemberAuthor
Example error here (in main - likely will affect v2-10-test/stble as well): https://github.com/apache/airflow/actions/runs/10340160246/job/28620494570#step:10:5663 |
potiukforce-pushed
the
limit-parallelism-for-constraint-generation
branch
from
August 11, 2024 19:57
c5ef553 to
8b69b97Comparepotiuk
commented
Aug 11, 2024
Uh oh!
There was an error while loading. Please reload this page.
potiukforce-pushed
the
limit-parallelism-for-constraint-generation
branch
from
August 11, 2024 21:00
8b69b97 to
e64166cComparepotiuk
commented
Aug 11, 2024
MemberAuthor
Extracted the MyPy fixes to #41386 |
potiukforce-pushed
the
limit-parallelism-for-constraint-generation
branch
from
August 11, 2024 21:22
e64166c to
3838596Comparepotiukforce-pushed
the
limit-parallelism-for-constraint-generation
branch
from
August 11, 2024 21:22
3838596 to
2341187CompareApparently constraints generation in 4 parallel docker containers causes "no space left on device" error for public runners. This one limits parallelism to 3 to limit disk usage
potiukforce-pushed
the
limit-parallelism-for-constraint-generation
branch
from
August 11, 2024 21:36
2341187 to
b0405b2Comparepotiuk
commented
Aug 11, 2024
MemberAuthor
Looks like it works and should bring back main to be |
kaxil
approved these changes
Aug 12, 2024
romsharon98 pushed a commit
to romsharon98/airflow
that referenced
this pull request
Aug 20, 2024
Apparently constraints generation in 4 parallel docker containers causes "no space left on device" error for public runners. This one limits parallelism to 3 to limit disk usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apparently constraints generation in 4 parallel docker containers causes "no space left on device" error for public runners. This one limits parallelism to 3 to limit disk usage
^ 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.rstor{issue_number}.significant.rst, in newsfragments.