This is an automated email from the ASF dual-hosted git repository. rmetzger pushed a commit to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git
commit fb42772920366dceb26d593d1c1da75afd3309c9 Author: Robert Metzger <[email protected]> AuthorDate: Fri Jun 25 09:22:50 2021 +0200 [FLINK-23052][ci] Improve stability of maven snapshot deployment --- tools/azure-pipelines/build-nightly-dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/azure-pipelines/build-nightly-dist.yml b/tools/azure-pipelines/build-nightly-dist.yml index 5e170bc..0d5d5a3 100644 --- a/tools/azure-pipelines/build-nightly-dist.yml +++ b/tools/azure-pipelines/build-nightly-dist.yml @@ -65,7 +65,7 @@ jobs: pool: vmImage: 'ubuntu-20.04' container: flink-build-container - timeoutInMinutes: 100 # 40 minutes per scala version + 20 buffer + timeoutInMinutes: 240 workspace: clean: all steps: @@ -109,7 +109,7 @@ jobs: </settings> EOF - export CUSTOM_OPTIONS="-Dgpg.skip -Drat.skip -Dcheckstyle.skip --settings $(pwd)/deploy-settings.xml" + export CUSTOM_OPTIONS="-Dgpg.skip -Drat.skip -Dcheckstyle.skip -Dmaven.wagon.http.pool=false --settings $(pwd)/deploy-settings.xml" export MVN_RUN_VERBOSE=true ./releasing/deploy_staging_jars.sh env:
