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
The following commit(s) were added to refs/heads/concourse-staging by this push:
new 1172874 Reducing the max_in_flight to 3 to run two jobs at once
1172874 is described below
commit 11728747cfae6d7277b8ba6181c48028ea345aee
Author: Dan Smith <[email protected]>
AuthorDate: Fri Sep 7 15:04:54 2018 -0700
Reducing the max_in_flight to 3 to run two jobs at once
I want to run two experimental jobs in this pipeline, without eating all
of our CPU quota.
---
ci/pipelines/geode-build/jinja.template.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/pipelines/geode-build/jinja.template.yml
b/ci/pipelines/geode-build/jinja.template.yml
index aee7371..63f75aa 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -296,7 +296,7 @@ jobs:
{% for test in tests if not test.name=="StressNew" %}
- name: {{test.name}}Test
public: true
- max_in_flight: 5
+ max_in_flight: 3
plan:
- do:
{{ plan_resource_gets() |indent(4) }}