Skip to content

Commit e771e2a

Browse files
mkocheraramprice
authored andcommitted
fix: add bpm to test deployment manifests
1 parent 0f6ca50 commit e771e2a

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

ci/assets/test-stress/bosh-workspace/deployments/bosh-dns.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ instance_groups:
1414
stemcell: default
1515
azs: [d1, d2, d3, d4, d5, d6, d7, d8, d9, d10]
1616
jobs:
17+
- name: bpm
18+
release: bpm
1719
- name: bosh-dns
1820
release: bosh-dns
1921
properties:
@@ -37,6 +39,8 @@ instance_groups:
3739
releases:
3840
- name: bosh-dns
3941
version: latest
42+
- name: bpm
43+
version: latest
4044
- name: dns-lookuper
4145
version: latest
4246
variables:

src/bosh-dns/test_yml_assets/manifests/dns-linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ instance_groups:
2727
- domain: "dns-acceptance-alias.bosh."
2828
- domain: "_.placeholder-alias.bosh."
2929
placeholder_type: "uuid"
30+
- name: bpm
31+
release: bpm
3032
- name: bosh-dns
3133
release: bosh-dns
3234
properties:
@@ -49,6 +51,9 @@ releases:
4951
- name: bosh-dns
5052
version: latest
5153

54+
- name: bpm
55+
version: latest
56+
5257
- name: dns-acceptance
5358
version: latest
5459

0 commit comments

Comments
 (0)