This is an automated email from the ASF dual-hosted git repository.
pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 8c135d4 KNOX-2639. Build instability because of maven artifact
download failure (#475)
8c135d4 is described below
commit 8c135d42529df20d5bdb8fb3b43d06b224716a2c
Author: Attila Magyar <[email protected]>
AuthorDate: Fri Aug 6 15:36:10 2021 +0200
KNOX-2639. Build instability because of maven artifact download failure
(#475)
* KNOX-2639. Build instability because maven artifact download failure
Co-authored-by: zeroflag <[email protected]>
---
.github/workflows/main.yml | 2 +-
.travis.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 93074dc..7fbe76e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: 'Build and Test'
- run: mvn -T.75C clean verify -U -Dsurefire.useFile=false
-Djavax.net.ssl.trustStorePassword=changeit -B -V
+ run: mvn -T.75C clean verify -U -Dsurefire.useFile=false
-Djavax.net.ssl.trustStorePassword=changeit
-Dmaven.wagon.http.retryHandler.count=5
-Dmaven.wagon.http.retryHandler.class=default
-Dmaven.wagon.http.retryHandler.nonRetryableClasses=java.io.InterruptedIOException
-Dhttp.keepAlive=false -B -V
# This is failing due to not finding files? - See KNOX-2347
# - name: shellcheck
# uses: reviewdog/action-shellcheck@v1
diff --git a/.travis.yml b/.travis.yml
index 07d1509..80c79a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ before_install:
- lscpu
- docker pull $IMAGE
script:
- - $DOCKERRUN $IMAGE mvn -T.75C clean verify -U -Dshellcheck=true
-Dsurefire.useFile=false -Djavax.net.ssl.trustStorePassword=changeit -B -V
+ - $DOCKERRUN $IMAGE mvn -T.75C clean verify -U -Dshellcheck=true
-Dsurefire.useFile=false -Djavax.net.ssl.trustStorePassword=changeit
-Dmaven.wagon.http.retryHandler.count=5
-Dmaven.wagon.http.retryHandler.class=default
-Dmaven.wagon.http.retryHandler.nonRetryableClasses=java.io.InterruptedIOException
-Dhttp.keepAlive=false -B -V
git:
depth: 1000
cache: