Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/infrastructure/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resources:
source:
uri: git@github.com:cloudfoundry/app-autoscaler
private_key: ((autoscaler-deploy-key-private))
branch: main
branch: fix-cf-deployment-v58 # TEMPORARY: use this branch until cf-deployment v58 is deployed
fetch_tags: true
paths:
- ci/infrastructure
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
vars-files: autoscaler-env-vars-store
params:
SYSTEM_DOMAIN: autoscaler.app-runtime-interfaces.ci.cloudfoundry.org
OPS_FILES: "operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/cf/experimental/disable-v2-api.yml operations/autoscaler/tag-vms-and-disks.yml operations/autoscaler/set-blobstore-disk.yml"
OPS_FILES: "operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/autoscaler/tag-vms-and-disks.yml operations/autoscaler/set-blobstore-disk.yml operations/autoscaler/scale-log-cache-instances.yml"
BOSH_DEPLOY_ARGS: "-v diego_cell_instances=3 -v grafana_redirect_uri=https://grafana.autoscaler.app-runtime-interfaces.ci.cloudfoundry.org/login/generic_oauth"
ensure:
put: autoscaler-env-vars-store
Expand Down
3 changes: 3 additions & 0 deletions ci/operations/scale-log-cache-instances.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- type: replace
path: /instance_groups/name=log-cache/instances
value: 3
Loading