Skip to content

Commit

Permalink
GEODE-10309: Enable parallel tests for windows tests (#7743)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
robbadler authored Jun 1, 2022
1 parent eedbe29 commit 96113d1
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions ci/pipelines/shared/jinja.variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 96113d1

Please sign in to comment.