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/10 19:57:52 UTC

[geode] branch develop updated: GEODE-5212: run windows jobs in serial (#2301)

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 3d261a0  GEODE-5212: run windows jobs in serial (#2301)
3d261a0 is described below

commit 3d261a00d237e2e17b8cdd074a531fa7d54b936f
Author: Sai Boorlagadda <sa...@gmail.com>
AuthorDate: Fri Aug 10 12:57:48 2018 -0700

    GEODE-5212: run windows jobs in serial (#2301)
---
 ci/pipelines/geode-build/windows-test-template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/geode-build/windows-test-template.yml b/ci/pipelines/geode-build/windows-test-template.yml
index a2f916a..15438e8 100644
--- a/ci/pipelines/geode-build/windows-test-template.yml
+++ b/ci/pipelines/geode-build/windows-test-template.yml
@@ -18,7 +18,7 @@
 
 jobs:
 - name: (( grab metadata.job.name ))
-  serial: false
+  serial: true
   public: true
   plan:
   - get: geode-ci