Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

cloudfoundry/app-autoscaler-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived repository - app-autoscaler-ci

⚠️ ⚠️The contents of this repo have been moved over to https://github.com/cloudfoundry/app-autoscaler-release, please submit all issues/pull requests on that repository.:warning: :warning:

This repository provides all public scripts and pipeline deployments used by the app autoscaler team. The public pipeline is hosted at: https://bosh.ci.cloudfoundry.org/.

To reproduce this pipeline, you can use your own private configuration files for the pipeline.yml files as described below.

autoscaler


This directory contains the concourse pipeline.yml for the autoscaler pipeline and all of the associated scripts. To use this manifest, you need to provide a private configuration file for all of the template parameters.

NOTE: If you are recreating this pipeline, for personal use and do not have authority to update tracker or push to github. The pipeline.yml file needs to have any tracker sections commented out as well as the app-autoscaler private key

dockerfiles


These docker images in this repo are built and pushed with GitHub actions, they are hosted on ghcr.io

Deploy pipeline

Setup

fly --target autoscaler login --team-name app-autoscaler --concourse-url https://bosh.ci.cloudfoundry.org/
push autoscaler
./set-pipeline.sh
popd