pingtimeout commented on code in PR #3393:
URL: https://github.com/apache/polaris/pull/3393#discussion_r2676502863
##########
.github/workflows/release-3-build-and-publish-artifacts.yml:
##########
@@ -181,7 +181,24 @@ jobs:
source "${LIBS_DIR}/_exec.sh"
dist_dev_dir=${RELEASEY_DIR}/polaris-dist-dev
- exec_process svn checkout --username "$SVN_USERNAME" --password
"$SVN_PASSWORD" --non-interactive "${APACHE_DIST_URL}${APACHE_DIST_PATH}"
"${dist_dev_dir}"
+
+ # Retry logic for SVN checkout (Apache SVN can have transient
connectivity issues)
Review Comment:
Sure. Implementation part is done, I just need to re-test.
--
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]