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 6ec299497c GEODE-10309: Enable parallel tests for
windows-gfsh-distributed-test (#7689)
6ec299497c is described below
commit 6ec299497c229781248cb998df1dcfeb47e41ebf
Author: Robert Houghton <[email protected]>
AuthorDate: Mon May 16 10:47:45 2022 -0700
GEODE-10309: Enable parallel tests for windows-gfsh-distributed-test (#7689)
Using the test-isolation plugin for parallelism, instead of Docker,
enables parallel testing on Windows for some jobs.
---
ci/pipelines/shared/jinja.variables.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ci/pipelines/shared/jinja.variables.yml
b/ci/pipelines/shared/jinja.variables.yml
index 08dbb30f3e..061cfa74fc 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -177,17 +177,17 @@ tests:
RAM: '8'
name: windows-acceptance
- ARTIFACT_SLUG: windows-gfshdistributedtest
- CPUS: '6'
+ CPUS: '16'
DISK: '200GB'
- DUNIT_PARALLEL_FORKS: '0'
+ DUNIT_PARALLEL_FORKS: '8'
EXECUTE_TEST_TIMEOUT: 6h
GRADLE_TASK: distributedTest
GRADLE_TASK_OPTIONS:
-PtestCategory=org.apache.geode.test.junit.categories.GfshTest
MAX_IN_FLIGHT: 3
- PARALLEL_DUNIT: 'false'
- PARALLEL_GRADLE: 'false'
+ PARALLEL_DUNIT: 'true'
+ PARALLEL_GRADLE: 'true'
PLATFORM: windows
- RAM: '12'
+ RAM: '32'
name: windows-gfsh-distributed
- ARTIFACT_SLUG: windows-integrationtestfiles
CPUS: '6'