You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2022/06/01 17:36:49 UTC

[geode] branch develop updated: GEODE-10309: Enable parallel tests for windows tests (#7743)

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

rhoughton 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 96113d137b GEODE-10309: Enable parallel tests for windows tests (#7743)
96113d137b is described below

commit 96113d137b974b4b71fe1348c84b699cbbbb426f
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Wed Jun 1 10:36:43 2022 -0700

    GEODE-10309: Enable parallel tests for windows tests (#7743)
    
    * more parallelism for windows (not acceptance) tests
    
    Using the test-isolation plugin for parallelism, instead of Docker,
    enables parallel testing on Windows for some jobs.
---
 ci/pipelines/shared/jinja.variables.yml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index 061cfa74fc..6a982d15f9 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -190,29 +190,29 @@ tests:
   RAM: '32'
   name: windows-gfsh-distributed
 - ARTIFACT_SLUG: windows-integrationtestfiles
-  CPUS: '6'
+  CPUS: '16'
   DISK: '200GB'
-  DUNIT_PARALLEL_FORKS: '0'
+  DUNIT_PARALLEL_FORKS: 12
   EXECUTE_TEST_TIMEOUT: 4h
   GRADLE_TASK: integrationTest
   GRADLE_TASK_OPTIONS: -x geode-core:integrationTest
   MAX_IN_FLIGHT: 2
-  PARALLEL_DUNIT: 'false'
-  PARALLEL_GRADLE: 'false'
+  PARALLEL_DUNIT: 'true'
+  PARALLEL_GRADLE: 'true'
   PLATFORM: windows
-  RAM: '8'
+  RAM: '16'
   name: windows-integration
 - ARTIFACT_SLUG: windows-coreintegrationtestfiles
-  CPUS: '6'
+  CPUS: '16'
   DISK: '200GB'
-  DUNIT_PARALLEL_FORKS: '0'
+  DUNIT_PARALLEL_FORKS: 12
   EXECUTE_TEST_TIMEOUT: 7h
   GRADLE_TASK: geode-core:integrationTest
   MAX_IN_FLIGHT: 3
-  PARALLEL_DUNIT: 'false'
-  PARALLEL_GRADLE: 'false'
+  PARALLEL_DUNIT: 'true'
+  PARALLEL_GRADLE: 'true'
   PLATFORM: windows
-  RAM: '10'
+  RAM: '16'
   name: windows-core-integration
 - ARTIFACT_SLUG: windows-unittestfiles
   CPUS: '10'
@@ -223,6 +223,7 @@ tests:
   MAX_IN_FLIGHT: 1
   ONLY_JDK: 11
   PARALLEL_DUNIT: 'false'
+  PARALLEL_GRADLE: 'true'
   PLATFORM: windows
   RAM: '10'
   name: windows-unit