Skip to content

Fix handling cached parameters for Breeze2#21849

Merged
potiuk merged 1 commit intoapache:mainfrom
potiuk:handle-breeze2-build-image-parameters-better
Feb 27, 2022
Merged

Fix handling cached parameters for Breeze2#21849
potiuk merged 1 commit intoapache:mainfrom
potiuk:handle-breeze2-build-image-parameters-better

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Feb 27, 2022

  • if parameter is not passed and not in cache - default is used
  • if parameter is passed as -- it is stored in cache
    and used
  • if parameter is not passed and in cache - it is retrieved from
    cache and used.

^ 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 Feb 27, 2022

cc: @Bowrna @edithturn @eladkal

@potiuk potiuk requested review from dstandish and eladkal February 27, 2022 10:03
@github-actions
Copy link

The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the okay to merge It's ok to merge this PR as it does not require more tests label Feb 27, 2022
* if parameter is not passed and not in cache - default is used
* if parameter is passed as --<parameter> it is stored in cache
  and used
* if parameter is not passed and in cache - it is retrieved from
  cache and used.
@potiuk potiuk force-pushed the handle-breeze2-build-image-parameters-better branch from 9e3ee9f to 50ec0bb Compare February 27, 2022 11:32
@potiuk
Copy link
Member Author

potiuk commented Feb 27, 2022

I'v also added tests for this @Bowrna :)

@potiuk potiuk merged commit 3e4fab4 into apache:main Feb 27, 2022
@potiuk potiuk deleted the handle-breeze2-build-image-parameters-better branch February 27, 2022 11:38
@Bowrna
Copy link
Contributor

Bowrna commented Feb 27, 2022

I'v also added tests for this @Bowrna :)

Cool :) I will take a look at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools okay to merge It's ok to merge this PR as it does not require more tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants