Skip to content
Merged
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
6 changes: 6 additions & 0 deletions ci/configure.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

set -eu

fly -t bosh set-pipeline -p bosh-bootloader \
-c ci/pipelines/bosh-bootloader.yml
7 changes: 7 additions & 0 deletions ci/ops-files/replace-n1-machine-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: replace
path: /vm_types/name=default/cloud_properties/machine_type
value: n4-standard-2

- type: replace
path: /vm_types/name=n1-standard-1/cloud_properties/machine_type
value: n4-standard-2
10 changes: 10 additions & 0 deletions ci/pipelines/bosh-bootloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,16 @@ jobs:
rebase: true
repository: updated-bbl-state

- task: extend-cloud-config
file: runtime-ci/tasks/bosh-extend-cloud-config/task.yml
image: cf-deployment-concourse-tasks-bbl-dev
input_mapping:
bbl-state: updated-bbl-state
ops-files: bbl-ci
params:
BBL_STATE_DIR: bump-deployments/bbl-gcp-concourse
OPS_FILES: bbl-ci/ci/ops-files/replace-n1-machine-types.yml

- task: create-bosh-source-file
file: bbl-ci/ci/tasks/create-bosh-deployment-source-file/task.yml
image: cf-deployment-concourse-tasks-bbl-dev
Expand Down