Skip to content

Unified "dash-name" convention for outputs in ci workflows.#24802

Merged
potiuk merged 1 commit intomainfrom
unify-dash-names
Jul 2, 2022
Merged

Unified "dash-name" convention for outputs in ci workflows.#24802
potiuk merged 1 commit intomainfrom
unify-dash-names

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented Jul 2, 2022

There were errors with retieving constraints branch caused by
using different convention for output names (sometimes dash,
sometimes camelCase as suggested by most GitHub documents).

The "dash-name" looks much better and is far more readable so
we shoud unify all internal outputs to follow it


^ 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 a newsfragement file, named {pr_number}.significant.rst, in newsfragments.

@potiuk potiuk requested a review from ephraimbuddy July 2, 2022 14:55
@potiuk potiuk force-pushed the unify-dash-names branch 4 times, most recently from 75570c3 to 193fb70 Compare July 2, 2022 16:31
Comment thread .github/workflows/build-images.yml Outdated
There were errors with retieving constraints branch caused by
using different convention for output names (sometimes dash,
sometimes camelCase as suggested by most GitHub documents).

The "dash-name" looks much better and is far more readable so
we shoud unify all internal outputs to follow it.

During that rename some old, unused outputs were removed,
also it turned out that the new selective-check can
replace previous "dynamic outputs" written in Bash as well.

Additionally, the "defaults" are now retrieved via Python script, not
bash script which will make it much more readable - both build_images
and ci.yaml use it in the right place - before replacing
the scripts and dev with the version coming in from PR in case
of build_images.yaml.
@potiuk potiuk force-pushed the unify-dash-names branch from 193fb70 to bd7e0b0 Compare July 2, 2022 20:00
@potiuk potiuk merged commit 7179227 into main Jul 2, 2022
@eladkal eladkal deleted the unify-dash-names branch April 22, 2023 10:54
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