Skip to content

Commit a273ba1

Browse files
committed
Add runtime DNS configuration task for snitch/lite
* similar to "infrastructure" pipeline change, see cloudfoundry/runtime-ci#676
1 parent 284bcf0 commit a273ba1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ci/pipelines/cf-deployment.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,6 +1552,15 @@ jobs:
15521552
params:
15531553
repository: updated-bbl-state
15541554
rebase: true
1555+
- task: bosh-extend-runtime-config
1556+
file: runtime-ci/tasks/bosh-extend-runtime-config/task.yml
1557+
input_mapping:
1558+
bbl-state: relint-envs
1559+
ops-file: relint-envs
1560+
params:
1561+
BBL_STATE_DIR: environments/test/snitch/bbl-state
1562+
OPS_FILE_PATH: environments/test/snitch/bbl-config/warden-noble-dns.yml
1563+
RUNTIME_CONFIG_NAME: dns
15551564
- put: lite-pool
15561565
params: {release: lite-pool}
15571566

0 commit comments

Comments
 (0)