Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Mar 31, 2022

This change fixes passing upgrade-to-newer-dependencies
parameter as string. The previous fix (#22597) did not actually
fix handling of the parameter passed and "false" passed as string
was considered as "true" :)

This should speed UP most CI builds immensely.


^ 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.

This change fixes passing upgrade-to-newer-dependencies
parameter as string. The previous fix (#22597) did not actually
fix handling of the parameter passed and "false" passed as string
was considered as "true" :)

This should speed UP most CI builds immensely.
@potiuk
Copy link
Member Author

potiuk commented Mar 31, 2022

I looked at the speed of builds @Bowrna and I noticed that I have not fixed the actual problem last time :).

@potiuk potiuk requested review from eladkal and kaxil March 31, 2022 13:42
@potiuk
Copy link
Member Author

potiuk commented Mar 31, 2022

LAst one to get most of the CI builds to ~ 1 minute instead of 7 minutes, I think

@potiuk
Copy link
Member Author

potiuk commented Mar 31, 2022

Yep: https://github.com/apache/airflow/runs/5772041073?check_suite_focus=true - 1m 10s instead of main. @eladkal - I believe this was also the reason for the Arango problem (upgrading stuff where it was not needed). So we should merge that one and rebase Arango to verify.

Copy link
Contributor

@eladkal eladkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets see if that unblocks #22548

@potiuk potiuk merged commit f414167 into main Mar 31, 2022
@potiuk potiuk mentioned this pull request Mar 31, 2022
@potiuk potiuk deleted the fix-upgrade-to-newer-dependencies-breeze2 branch April 29, 2022 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants