chore: limit number of active tasks
This commit is contained in:
parent
5f7c47d215
commit
a5e1fd6eb0
2 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
all:
|
||||
vars:
|
||||
ansible_user: root
|
||||
concourse_version: "7.9.0"
|
||||
concourse_version: "7.9.1"
|
||||
children:
|
||||
concourse_workers:
|
||||
hosts:
|
||||
|
|
|
@ -20,6 +20,10 @@ worker:
|
|||
concourse:
|
||||
web:
|
||||
externalUrl: https://concourse.icb4dc0.de
|
||||
containerPlacementStrategies:
|
||||
- limit-active-tasks
|
||||
- fewest-build-containers
|
||||
limitActiveTasks: 2
|
||||
auth:
|
||||
mainTeam:
|
||||
oidc:
|
||||
|
@ -40,8 +44,11 @@ concourse:
|
|||
teams:
|
||||
- main
|
||||
- inetmock
|
||||
gc:
|
||||
failedGracePeriod: 30s
|
||||
worker:
|
||||
runtime: containerd
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
worker:
|
||||
|
|
Loading…
Reference in a new issue