Skip to content

Commit

Permalink
chore(ci): Disable Cloud Controller v2 API in CI
Browse files Browse the repository at this point in the history
# Issue

The app-autoscaler-release should be able to run on foundations with only the Cloud Controller v3 API available.

# Fix

Disable the v2 API.
  • Loading branch information
silvestre authored Sep 5, 2024
1 parent d38064b commit 9937cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/infrastructure/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
vars-files: autoscaler-env-vars-store
params:
SYSTEM_DOMAIN: autoscaler.app-runtime-interfaces.ci.cloudfoundry.org
OPS_FILES: "operations/cf/scale-to-one-az.yml operations/cf/experimental/add-cflinuxfs4.yml 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/prometheus/operators/cf/add-prometheus-uaa-clients.yml operations/prometheus/operators/cf/add-grafana-uaa-clients.yml"
OPS_FILES: "operations/cf/scale-to-one-az.yml 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/prometheus/operators/cf/add-prometheus-uaa-clients.yml operations/prometheus/operators/cf/add-grafana-uaa-clients.yml operations/cf/experimental/disable-v2-api.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

0 comments on commit 9937cfe

Please sign in to comment.