This is an automated email from the ASF dual-hosted git repository. jensdeppe 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 db471b4 GEODE-6447: Windows Acceptance and Integration tests should not run in parallel (#3231) db471b4 is described below commit db471b40c8eb33eb4dacc1c2fbb17eb17bf2cc66 Author: Jens Deppe <jde...@pivotal.io> AuthorDate: Mon Feb 25 10:14:01 2019 -0800 GEODE-6447: Windows Acceptance and Integration tests should not run in parallel (#3231) --- ci/pipelines/shared/jinja.variables.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml index e9d36f7..81b95c5 100644 --- a/ci/pipelines/shared/jinja.variables.yml +++ b/ci/pipelines/shared/jinja.variables.yml @@ -128,6 +128,7 @@ tests: GRADLE_TASK: :geode-assembly:acceptanceTest execute_test_timeout: 6h PARALLEL_DUNIT: "false" + PARALLEL_GRADLE: "false" - name: "WindowsGfshDistributed" CPUS: "16" RAM: "64" @@ -146,6 +147,7 @@ tests: GRADLE_TASK: integrationTest execute_test_timeout: 6h PARALLEL_DUNIT: "false" + PARALLEL_GRADLE: "false" - name: "WindowsUnit" CPUS: "16" RAM: "64"