potiuk commented on code in PR #49616:
URL: https://github.com/apache/airflow/pull/49616#discussion_r2056937813
##########
.github/workflows/basic-tests.yml:
##########
@@ -337,24 +337,24 @@ jobs:
- name: Install twine
run: pip install twine
- name: "Check Airflow create minor branch command"
- run: |
- ./scripts/ci/testing/run_breeze_command_with_retries.sh \
- release-management create-minor-branch --version-branch 2-8 --answer
yes
+ run: >
+ breeze release-management create-minor-branch
Review Comment:
I think those retries were really needed when we wanted to run more stuff -
let's see if it will work - if not then we will add retries in internal SVN
operations.
--
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]