This is an automated email from the ASF dual-hosted git repository. mhanson pushed a commit to branch mhanson-mass-test-run in repository https://gitbox.apache.org/repos/asf/geode.git
commit b9def66bbcde3e9d6f0aeb5ad2ea80be1f765122 Author: Mark Hanson <[email protected]> AuthorDate: Thu Oct 3 10:57:13 2019 -0700 Adjusting workers --- 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 7063af7..013cf4d 100644 --- a/ci/pipelines/geode-build/jinja.template.yml +++ b/ci/pipelines/geode-build/jinja.template.yml @@ -570,6 +570,7 @@ jobs: {%- do deep_merge(parameters, java_test_version.override[test.name]) %} {%- endif %} - name: {{test.name}}Test{{java_test_version.name}} + max_in_flight: 5 public: true plan: - do:
