You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/08/13 23:02:45 UTC

[geode] branch concourse-staging updated (6e4f1af -> 3ed9331)

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

upthewaterspout pushed a change to branch concourse-staging
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 6e4f1af  Testing 36 parallel forks
     new 2fe5787  Limit max number of simultaneous runs to 5.
     new 3ed9331  Revert "Testing 36 parallel forks"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ci/pipelines/geode-build/test-stubs/distributed.yml | 2 +-
 ci/pipelines/geode-build/test-template.yml          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


[geode] 01/02: Limit max number of simultaneous runs to 5.

Posted by up...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a commit to branch concourse-staging
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 2fe57874f71e00e98dc8835a76ed4f32520deaea
Author: Mark Hanson <mh...@pivotal.io>
AuthorDate: Fri Jul 27 11:29:38 2018 -0700

    Limit max number of simultaneous runs to 5.
---
 ci/pipelines/geode-build/test-template.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/pipelines/geode-build/test-template.yml b/ci/pipelines/geode-build/test-template.yml
index 6cb8779..c7e50c3 100644
--- a/ci/pipelines/geode-build/test-template.yml
+++ b/ci/pipelines/geode-build/test-template.yml
@@ -28,6 +28,7 @@ jobs:
 - name: (( grab metadata.job.name ))
   serial: false
   public: true
+  max_in_flight: 5
   plan:
   - do:
     - get: geode-ci


[geode] 02/02: Revert "Testing 36 parallel forks"

Posted by up...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a commit to branch concourse-staging
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 3ed933140832f95de6421adb5cb958712a5fdab9
Author: Dan Smith <up...@apache.org>
AuthorDate: Mon Aug 13 15:21:15 2018 -0700

    Revert "Testing 36 parallel forks"
    
    This reverts commit 6e4f1afcd621c3fefce458029173e09d148ad328.
---
 ci/pipelines/geode-build/test-stubs/distributed.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/geode-build/test-stubs/distributed.yml b/ci/pipelines/geode-build/test-stubs/distributed.yml
index 68b3226..aa5fd27 100644
--- a/ci/pipelines/geode-build/test-stubs/distributed.yml
+++ b/ci/pipelines/geode-build/test-stubs/distributed.yml
@@ -22,7 +22,7 @@ metadata:
     dunit:
       parallel: true
 # max number of docker containers to run, generally cpus/2
-      forks: 36
+      forks: 24
     cpus: 96
 # specified in Gigabytes.
     ram: 180