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 <[email protected]> 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
