[stable/concourse] add new parameter for Concourse 5.5#15978
[stable/concourse] add new parameter for Concourse 5.5#15978k8s-ci-robot merged 1 commit intohelm:masterfrom concourse:add-new-param-for-5.5.0
Conversation
|
Hi @zoetian. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This commit adds the new parameters that were added to Concourse 5.5. Here's a breakdown of the new parameters: - max-active-tasks-per-worker > used by the `limit-active-tasks` container placement strategy > concourse/concourse#4118 - support for influxdb batching and bigger buffer size for metrics emissions > concourse/concourse#3937 - limitting number of max connections in db conn pools > concourse/concourse#4232 Signed-off-by: Ciro S. Costa <[email protected]> Co-authored-by: Zoe Tian <[email protected]>
|
Hey, Here's a breakdown of the new parameters:
😁 |
|
/ok-to-test |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cirocosta, zoetian The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This commit adds the new parameters that were added to Concourse 5.5. Here's a breakdown of the new parameters: - max-active-tasks-per-worker > used by the `limit-active-tasks` container placement strategy > concourse/concourse#4118 - support for influxdb batching and bigger buffer size for metrics emissions > concourse/concourse#3937 - limitting number of max connections in db conn pools > concourse/concourse#4232 Signed-off-by: Ciro S. Costa <[email protected]> Co-authored-by: Zoe Tian <[email protected]>
This commit adds the new parameters that were added to Concourse 5.5. Here's a breakdown of the new parameters: - max-active-tasks-per-worker > used by the `limit-active-tasks` container placement strategy > concourse/concourse#4118 - support for influxdb batching and bigger buffer size for metrics emissions > concourse/concourse#3937 - limitting number of max connections in db conn pools > concourse/concourse#4232 Signed-off-by: Ciro S. Costa <[email protected]> Co-authored-by: Zoe Tian <[email protected]>
What this PR does / why we need it:
The latest developing concourse version is failing on k8s pipeline job
k8s-check-helm-paramsfor missing the variableCONCOURSE_MAX_ACTIVE_TASKS_PER_WORKERin concourse helm chart. We're adding this per the code changes for limit-active-task (per worker) when thecontainerPlacementStrategyis set to use it.Which issue this PR fixes
CONCOURSE_MAX_ACTIVE_TASKS_PER_WORKERflag #15975Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/chart])