This is an automated email from the ASF dual-hosted git repository. upthewaterspout pushed a commit to branch mass-test-run in repository https://gitbox.apache.org/repos/asf/geode.git
commit 5048c2e170a079335972f0054c2d59a9ba293d35 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 2e3ecc9..03e6ac0 100644 --- a/ci/pipelines/geode-build/jinja.template.yml +++ b/ci/pipelines/geode-build/jinja.template.yml @@ -300,6 +300,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) }}
