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

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


The following commit(s) were added to refs/heads/release/1.9.0 by this push:
     new be092db  GEODE-6447: Windows Acceptance and Integration tests should 
not run in parallel (#3231)
be092db is described below

commit be092db8bda75509b4dfa4aef1f215679918403c
Author: Jens Deppe <[email protected]>
AuthorDate: Mon Feb 25 10:14:01 2019 -0800

    GEODE-6447: Windows Acceptance and Integration tests should not run in 
parallel (#3231)
    
    
    (cherry picked from commit db471b40c8eb33eb4dacc1c2fbb17eb17bf2cc66)
---
 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"

Reply via email to