potiuk commented on code in PR #27829:
URL: https://github.com/apache/airflow/pull/27829#discussion_r1063218949
##########
.github/workflows/ci.yml:
##########
@@ -747,6 +747,41 @@ jobs:
run: breeze ci fix-ownership
if: always()
+ test-airflow-release-commands:
Review Comment:
BTW. The decision about that (sharing CI and manual commands have been
recorded here:
https://github.com/apache/airflow/blob/main/dev/breeze/doc/adr/0002-implement-standalone-python-command.md
> There is enough overlap between the CI and Breeze to reuse a lot of
commands for building images and other CI actions that they should be shared
between Breeze and CI. Therefore dev/Breeze will also become a home for all the
CI scripts that will be used in GitHubActions in CI.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]