Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Apr 5, 2021

Originally, the constraints were generated in separate jobs and uploaded as
artifacts and then joined be a separate push job. Thanks to parallel
processing, we can now do that all in a single job, with both cost and
time savings.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, 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 UPDATING.md.

@potiuk
Copy link
Member Author

potiuk commented Apr 5, 2021

Yet another step for speeding up/smaller number of the CI jobs by utilising parallellisation instead of job matrix.

Originally, the constraints were generated in separate jobs and uploaded as
artifacts and then joined be a separate push job. Thanks to parallel
processing, we can now do that all in a single job, with both cost and
time savings.
@potiuk potiuk force-pushed the constraint-generation-run-in-parallel branch from b49e9b3 to 01c8546 Compare April 5, 2021 18:35
@github-actions
Copy link

github-actions bot commented Apr 6, 2021

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest master at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Apr 6, 2021
@potiuk potiuk merged commit aebacd7 into apache:master Apr 6, 2021
@potiuk potiuk deleted the constraint-generation-run-in-parallel branch April 6, 2021 02:08
potiuk added a commit that referenced this pull request Apr 6, 2021
Originally, the constraints were generated in separate jobs and uploaded as
artifacts and then joined be a separate push job. Thanks to parallel
processing, we can now do that all in a single job, with both cost and
time savings.

(cherry picked from commit aebacd7)
ashb pushed a commit that referenced this pull request Apr 15, 2021
Originally, the constraints were generated in separate jobs and uploaded as
artifacts and then joined be a separate push job. Thanks to parallel
processing, we can now do that all in a single job, with both cost and
time savings.

(cherry picked from commit aebacd7)
@potiuk potiuk restored the constraint-generation-run-in-parallel branch April 26, 2022 20:54
@potiuk potiuk deleted the constraint-generation-run-in-parallel branch July 29, 2022 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools full tests needed We need to run full set of tests for this PR to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants