This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch support/1.13 in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.13 by this push: new b6b10bf GEODE-8740: increase test job timeouts (#5771) b6b10bf is described below commit b6b10bf6cdaa23872c22ce22ed8c41db93b68123 Author: Owen Nichols <34043438+onichols-pivo...@users.noreply.github.com> AuthorDate: Mon Nov 30 16:44:50 2020 -0800 GEODE-8740: increase test job timeouts (#5771) (cherry picked from commit 4a3ac924b6a392ca87f78fa6ee774e348293dc61) --- ci/pipelines/geode-build/jinja.template.yml | 2 +- ci/pipelines/shared/jinja.variables.yml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml index 67a8ce4..55002e9 100644 --- a/ci/pipelines/geode-build/jinja.template.yml +++ b/ci/pipelines/geode-build/jinja.template.yml @@ -505,7 +505,7 @@ jobs: - name: concourse-metadata-resource outputs: - name: results - timeout: 8h + timeout: {{ run_var.timeout }} ensure: do: - task: cleanup_benchmarks diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml index 0b7d705..0dc5933 100644 --- a/ci/pipelines/shared/jinja.variables.yml +++ b/ci/pipelines/shared/jinja.variables.yml @@ -24,14 +24,17 @@ benchmarks: flag: '' options: '' max_in_flight: 4 + timeout: 24h - title: '_with_ssl' flag: '-PwithSsl -PtestJVM=/usr/lib/jvm/bellsoft-java11-amd64' options: '--tests=*GetBenchmark --tests=*PutBenchmark' max_in_flight: 1 + timeout: 3h - title: '_with_security_manager' flag: '-PwithSecurityManager' options: '--tests=Partitioned*' max_in_flight: 2 + timeout: 5h build_test: ARTIFACT_SLUG: build @@ -129,10 +132,10 @@ tests: RAM: '90' name: Integration - ARTIFACT_SLUG: upgradetestfiles - CALL_STACK_TIMEOUT: '3000' + CALL_STACK_TIMEOUT: '4800' CPUS: '96' DUNIT_PARALLEL_FORKS: '48' - EXECUTE_TEST_TIMEOUT: 1h + EXECUTE_TEST_TIMEOUT: 90m GRADLE_TASK: upgradeTest MAX_IN_FLIGHT: 2 PARALLEL_DUNIT: 'true'