This is an automated email from the ASF dual-hosted git repository.
jensdeppe 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 5b59595 GEODE-6305: Disable Gradle parallel mode for
WindowsGfshDistributedTest jobs (#3103)
5b59595 is described below
commit 5b59595b3585e16d6f117bdd847befd2c3bdf1c7
Author: Jens Deppe <[email protected]>
AuthorDate: Tue Jan 22 11:38:19 2019 -0800
GEODE-6305: Disable Gradle parallel mode for WindowsGfshDistributedTest
jobs (#3103)
- This option is most likely causing bind exceptions in CI.
---
ci/pipelines/shared/jinja.variables.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/pipelines/shared/jinja.variables.yml
b/ci/pipelines/shared/jinja.variables.yml
index 3d3162f..e9d36f7 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -137,6 +137,7 @@ tests:
GRADLE_TASK_OPTIONS:
"-PtestCategory=org.apache.geode.test.junit.categories.GfshTest"
execute_test_timeout: 6h
PARALLEL_DUNIT: "false"
+ PARALLEL_GRADLE: "false"
- name: "WindowsIntegration"
CPUS: "16"
RAM: "64"