Skip to content
Merged
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
6 changes: 0 additions & 6 deletions ci/pipelines/cf-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,6 @@ jobs:
params:
BASE_OPS_FILE_DIR: operations
NEW_OPS_FILES: |
environments/test/trelawney/add-external-ips-for-cloud-sql-db.yml
environments/test/trelawney/scale-log-api-to-4.yml
- task: setup-external-ip-db-vars
file: runtime-ci/tasks/generate-external-ip-db-vars/task.yml
Expand All @@ -867,7 +866,6 @@ jobs:
OPS_FILES: |
operations/use-compiled-releases.yml
operations/use-external-dbs.yml
operations/add-external-ips-for-cloud-sql-db.yml
operations/experimental/colocate-smoke-tests-on-cc-worker.yml
operations/set-cpu-weight.yml
operations/enable-cpu-throttling.yml
Expand All @@ -879,7 +877,6 @@ jobs:
operations/use-internal-lookup-for-route-services.yml
VARS_FILES: |
environments/test/trelawney/external-db-vars.yml
environments/test/trelawney/external-public-ip-vars.yml
environments/test/trelawney/external-db-host-vars.yml
environments/test/trelawney/gcs-vars.yml
REGENERATE_CREDENTIALS: true
Expand All @@ -906,7 +903,6 @@ jobs:
params:
BASE_OPS_FILE_DIR: operations
NEW_OPS_FILES: |
environments/test/trelawney/add-external-ips-for-cloud-sql-db.yml
environments/test/trelawney/scale-log-api-to-4.yml
- task: bosh-deploy-cf-develop
attempts: 1
Expand All @@ -922,7 +918,6 @@ jobs:
OPS_FILES: |
operations/use-compiled-releases.yml
operations/use-external-dbs.yml
operations/add-external-ips-for-cloud-sql-db.yml
operations/experimental/colocate-smoke-tests-on-cc-worker.yml
operations/set-cpu-weight.yml
operations/enable-cpu-throttling.yml
Expand All @@ -935,7 +930,6 @@ jobs:
operations/test/speed-up-dynamic-asgs.yml
VARS_FILES: |
environments/test/trelawney/external-db-vars.yml
environments/test/trelawney/external-public-ip-vars.yml
environments/test/trelawney/external-db-host-vars.yml
environments/test/trelawney/gcs-vars.yml
DEPLOY_WITH_UPTIME_MEASUREMENTS: true
Expand Down