This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new a72455cb992 [v3-1-test] Adding a basic retry mechanism for svn based
commands (#61620) (#61721)
a72455cb992 is described below
commit a72455cb99280caee117df837d46f725a8da4099
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Feb 10 11:36:02 2026 +0100
[v3-1-test] Adding a basic retry mechanism for svn based commands (#61620)
(#61721)
(cherry picked from commit ceb87dd1837fbf31aa495bf16c3e331ac323a747)
Co-authored-by: Amogh Desai <[email protected]>
---
dev/breeze/src/airflow_breeze/commands/release_candidate_command.py | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/dev/breeze/src/airflow_breeze/commands/release_candidate_command.py
b/dev/breeze/src/airflow_breeze/commands/release_candidate_command.py
index 8a5e49d41d9..faa5d299e6a 100644
--- a/dev/breeze/src/airflow_breeze/commands/release_candidate_command.py
+++ b/dev/breeze/src/airflow_breeze/commands/release_candidate_command.py
@@ -55,6 +55,8 @@ from airflow_breeze.utils.shared_options import get_dry_run
RC_PATTERN =
re.compile(r"^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)rc(?P<rc>\d+)$")
SVN_NUM_TRIES = 3
SVN_OPERATION_RETRY_DELAY = 5
+SVN_NUM_TRIES = 3
+SVN_OPERATION_RETRY_DELAY = 5
def is_ci_environment():