You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2018/08/09 16:42:59 UTC

[geode] branch develop updated: GEODE-5212: Add windows jobs to develop pipeline

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

sai_boorlagadda 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 887faa2  GEODE-5212: Add windows jobs to develop pipeline
887faa2 is described below

commit 887faa2e8f5351dc5a9b370fde7386736678368c
Author: Sai Boorlagadda <sb...@pivotal.io>
AuthorDate: Thu Aug 9 09:41:24 2018 -0700

    GEODE-5212: Add windows jobs to develop pipeline
    
        fix base.yml to refer to correct job names
---
 ci/pipelines/geode-build/base.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/pipelines/geode-build/base.yml b/ci/pipelines/geode-build/base.yml
index f199e3f..919ca01 100644
--- a/ci/pipelines/geode-build/base.yml
+++ b/ci/pipelines/geode-build/base.yml
@@ -93,9 +93,9 @@ groups:
   - DistributedTest
   - AcceptanceTest
   - IntegrationTest
-  - WindowsUnitTests
-  - WindowsIntegrationTests
-  - WindowsAcceptanceTests
+  - WindowsUnitTest
+  - WindowsIntegrationTest
+  - WindowsAcceptanceTest
   - WindowsGfshDistributedTest
   - UpgradeTest
   - UpdatePassingRef