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/27 20:35:06 UTC

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

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 16496e90c68d6b5eadffadb4adbbaf5eea502707
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/jinja.template.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index 39acf0a..7350bc9 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -198,6 +198,7 @@ jobs:
 {% for test in tests if not test.name=="StressNew" %}
 - name: {{test.name}}Test
   public: true
+  max_in_flight: 5
   plan:
   - do:
     {{ plan_resource_gets() |indent(4) }}