You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/05/30 21:58:17 UTC

[geode] branch develop updated: split Windows tests into Core and non-Core (#3647)

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

onichols 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 0b3ff12  split Windows tests into Core and non-Core (#3647)
0b3ff12 is described below

commit 0b3ff12d075ecead22010941728d3691cf28e510
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Thu May 30 14:58:05 2019 -0700

    split Windows tests into Core and non-Core (#3647)
---
 ci/pipelines/shared/jinja.variables.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index e25d14f..1c5d51a 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -149,6 +149,16 @@ tests:
   ARTIFACT_SLUG: windows-integrationtestfiles
   DUNIT_PARALLEL_FORKS: "0"
   GRADLE_TASK: integrationTest
+  GRADLE_TASK_OPTIONS: "-x geode-core:integrationTest"
+  execute_test_timeout: 6h
+  PARALLEL_DUNIT: "false"
+  PARALLEL_GRADLE: "false"
+- name: "WindowsCoreIntegration"
+  CPUS: "16"
+  RAM: "64"
+  ARTIFACT_SLUG: windows-coreintegrationtestfiles
+  DUNIT_PARALLEL_FORKS: "0"
+  GRADLE_TASK: geode-core:integrationTest
   execute_test_timeout: 6h
   PARALLEL_DUNIT: "false"
   PARALLEL_GRADLE: "false"