This is an automated email from the ASF dual-hosted git repository. mhanson pushed a commit to branch release/1.11.0 in repository https://gitbox.apache.org/repos/asf/geode.git
commit f5b706aefc1dc70a5b2fef6a7071660275083aee Author: Owen Nichols <[email protected]> AuthorDate: Mon Nov 11 10:18:11 2019 -0800 GEODE-7431: limit Benchmarks to three-at-a-time to stay within quota (#4306) (cherry picked from commit 9ac4454614f5e25ff691cacec2ec059a04d94437) --- 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 1d54c81..a400a4a 100644 --- a/ci/pipelines/geode-build/jinja.template.yml +++ b/ci/pipelines/geode-build/jinja.template.yml @@ -407,6 +407,7 @@ jobs: - name: Benchmark public: true + max_in_flight: 3 plan: - get: geode-ci passed:
