You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/01/14 01:03:24 UTC

[geode] branch develop updated: GEODE-8832: reduce mass test runs from 200/wk to 100/wk (#5902)

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

onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 81dc39e  GEODE-8832: reduce mass test runs from 200/wk to 100/wk (#5902)
81dc39e is described below

commit 81dc39eb60f48af451f6a4b30e8a545cc4788620
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Wed Jan 13 17:02:12 2021 -0800

    GEODE-8832: reduce mass test runs from 200/wk to 100/wk (#5902)
---
 ci/pipelines/shared/jinja.variables.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index 79f2f99..d9bc3aa 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -73,7 +73,7 @@ java_test_versions:
 
 metadata:
   initial_version: 1.14.0-((semver-prerelease-token)).0
-  mass_test_run_iterations: 200
+  mass_test_run_iterations: 100
 
 publish_artifacts:
   CPUS: '8'