cloudfoundry / bosh-linux-stemcell-builder

BOSH Ubuntu Linux stemcells
Apache License 2.0
41 stars 104 forks source link

Explore options for setting up the community owned stemcell concourse #161

Closed friegger closed 3 years ago

friegger commented 3 years ago

Motivation

Explore options to setup a concourse that runs the community stemcell build.

Ideas

Criteria

ToDo

Links

yatzek commented 3 years ago

bosh-community-stemcell-ci-infra has an option of worker pods autoscaling based on concourse metrics (https://concourse-ci.org/metrics.html). This is not yet implemented, we would have to use something like the prometheus adapter (https://github.com/kubernetes-sigs/prometheus-adapter) to expose metrics to the HPA (horizontal pod autoscaler). Not sure if this feature is really needed.

yatzek commented 3 years ago

Community concourse available at https://bosh.ci.cloudfoundry.org/ and deployed to GKE using https://github.com/cloudfoundry/bosh-community-stemcell-ci-infra. Closing this ticket.