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:
|
all:
|
||||||
vars:
|
vars:
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
concourse_version: "7.9.0"
|
concourse_version: "7.9.1"
|
||||||
children:
|
children:
|
||||||
concourse_workers:
|
concourse_workers:
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
@ -20,6 +20,10 @@ worker:
|
||||||
concourse:
|
concourse:
|
||||||
web:
|
web:
|
||||||
externalUrl: https://concourse.icb4dc0.de
|
externalUrl: https://concourse.icb4dc0.de
|
||||||
|
containerPlacementStrategies:
|
||||||
|
- limit-active-tasks
|
||||||
|
- fewest-build-containers
|
||||||
|
limitActiveTasks: 2
|
||||||
auth:
|
auth:
|
||||||
mainTeam:
|
mainTeam:
|
||||||
oidc:
|
oidc:
|
||||||
|
@ -40,8 +44,11 @@ concourse:
|
||||||
teams:
|
teams:
|
||||||
- main
|
- main
|
||||||
- inetmock
|
- inetmock
|
||||||
|
gc:
|
||||||
|
failedGracePeriod: 30s
|
||||||
worker:
|
worker:
|
||||||
runtime: containerd
|
runtime: containerd
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
worker:
|
worker:
|
||||||
|
|
Loading…
Reference in a new issue