Skip to content

Commit

Permalink
GEODE-6447: Windows Acceptance and Integration tests should not run i…
Browse files Browse the repository at this point in the history
…n parallel (apache#3231)
  • Loading branch information
jdeppe-pivotal authored Feb 25, 2019
1 parent c10fe07 commit db471b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/pipelines/shared/jinja.variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -146,6 +147,7 @@ tests:
GRADLE_TASK: integrationTest
execute_test_timeout: 6h
PARALLEL_DUNIT: "false"
PARALLEL_GRADLE: "false"
- name: "WindowsUnit"
CPUS: "16"
RAM: "64"
Expand Down

0 comments on commit db471b4

Please sign in to comment.