This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new c8c60e1  [FLINK-25112][tests] Remove cache-ttl for Java e2e tests
c8c60e1 is described below

commit c8c60e1e81328a237d02fc4fa7fc8dfa5ff42710
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue Nov 30 14:04:10 2021 +0100

    [FLINK-25112][tests] Remove cache-ttl for Java e2e tests
---
 flink-end-to-end-tests/run-nightly-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-end-to-end-tests/run-nightly-tests.sh 
b/flink-end-to-end-tests/run-nightly-tests.sh
index 0c1d68b..81bee0f 100755
--- a/flink-end-to-end-tests/run-nightly-tests.sh
+++ b/flink-end-to-end-tests/run-nightly-tests.sh
@@ -261,7 +261,7 @@ e2e_modules=$(find flink-end-to-end-tests -mindepth 2 
-maxdepth 5 -name 'pom.xml
 e2e_modules="${e2e_modules},$(find flink-walkthroughs -mindepth 2 -maxdepth 2 
-name 'pom.xml' -printf '%h\n' | sort -u | tr '\n' ',')"
 
 PROFILE="$PROFILE -Pe2e-travis1 -Pe2e-travis2 -Pe2e-travis3 -Pe2e-travis4 
-Pe2e-travis5 -Pe2e-travis6"
-run_mvn ${MVN_COMMON_OPTIONS} ${MVN_LOGGING_OPTIONS} ${PROFILE} verify -pl 
${e2e_modules} -DdistDir=$(readlink -e build-target) 
-Dcache-dir=$E2E_CACHE_FOLDER -Dcache-ttl=P3M 
-Dcache-download-attempt-timeout=4min -Dcache-download-global-timeout=10min
+run_mvn ${MVN_COMMON_OPTIONS} ${MVN_LOGGING_OPTIONS} ${PROFILE} verify -pl 
${e2e_modules} -DdistDir=$(readlink -e build-target) 
-Dcache-dir=$E2E_CACHE_FOLDER -Dcache-download-attempt-timeout=4min 
-Dcache-download-global-timeout=10min
 
 EXIT_CODE=$?
 

Reply via email to