Skip to content

Commit 29fb502

Browse files
committed
ci: add bpm release as syslog not depends on it
1 parent d6c36ba commit 29fb502

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

acceptance-tests/ipv4director/syslogrelease/smoke_suite_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ var _ = BeforeSuite(func() {
2222
bosh = testhelpers.NewBOSH()
2323
stemcellPath := testhelpers.RequireEnv("STEMCELL_PATH")
2424
syslogReleasePath := testhelpers.RequireEnv("SYSLOG_RELEASE_PATH")
25+
bpmReleasePath := testhelpers.RequireEnv("BPM_RELEASE_PATH")
2526

2627
bosh.UploadStemcell(stemcellPath)
2728
bosh.UploadRelease(syslogReleasePath)
29+
bosh.UploadRelease(bpmReleasePath)
2830
bosh.SafeDeploy()
2931
})
3032

ci/pipelines/builder.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,12 @@ resources:
11251125
type: bosh-io-release
11261126
source:
11271127
repository: cloudfoundry/os-conf-release
1128+
1129+
- name: bpm-release
1130+
type: bosh-io-release
1131+
source:
1132+
repository: cloudfoundry/bpm-release
1133+
11281134
- name: bosh-deployment
11291135
type: git
11301136
source:

ci/tasks/test-stemcell.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ BOSH_CLIENT_SECRET="$(bosh int "${REPO_PARENT}/director-state/director-creds.yml
1616
BOSH_ENVIRONMENT="$(bosh int "${REPO_PARENT}/director-state/director-creds.yml" --path /internal_ip)"
1717
SYSLOG_RELEASE_PATH="$(realpath "${REPO_PARENT}/syslog-release"/*.tgz)"
1818
OS_CONF_RELEASE_PATH="$(realpath "${REPO_PARENT}/os-conf-release"/*.tgz)"
19+
BPM_RELEASE_PATH="$(realpath "${REPO_PARENT}/bpm-release"/*.tgz)"
1920
STEMCELL_PATH="$(realpath "${REPO_PARENT}/stemcell"/*.tgz)"
2021
# Quote value since the bosh CLI YAML parses it which results in `0.40` becoming `0.4`
2122
# shellcheck disable=SC2089
@@ -28,6 +29,7 @@ export BOSH_CLIENT_SECRET
2829
export BOSH_ENVIRONMENT
2930
export SYSLOG_RELEASE_PATH
3031
export OS_CONF_RELEASE_PATH
32+
export BPM_RELEASE_PATH
3133
export STEMCELL_PATH
3234
export BOSH_stemcell_version
3335

ci/tasks/test-stemcell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ inputs:
77
- name: stemcell
88
- name: syslog-release
99
- name: os-conf-release
10+
- name: bpm-release
1011
- name: director-state
1112

1213
params:

0 commit comments

Comments
 (0)