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 063a05d6704df771cbc36f4e2d15f1cd9bd05a83 Author: Mark Hanson <[email protected]> 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 2617ac5..183a595 100644 --- a/ci/pipelines/geode-build/jinja.template.yml +++ b/ci/pipelines/geode-build/jinja.template.yml @@ -295,6 +295,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) }}
