Skip to content

Commit

Permalink
CI: make bosh-ci optional in brats/ tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Dec 9, 2024
1 parent 8ec2953 commit 57cd837
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/shared/brats/test-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ image_resource:

inputs:
- name: bosh-ci
optional: true
- name: bosh
- name: bosh-dns-release
- name: stemcell
Expand Down
4 changes: 2 additions & 2 deletions ci/shared/brats/test-performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ BOSH_BINARY_PATH=$(which bosh)
export BOSH_BINARY_PATH
BOSH_DIRECTOR_TARBALL_PATH="$(find "${bosh_repo_parent_dir}/bosh-release" -maxdepth 1 -path '*.tgz')"
export BOSH_DIRECTOR_TARBALL_PATH
export BOSH_DIRECTOR_RELEASE_PATH="$PWD/bosh"
export CF_DEPLOYMENT_RELEASE_PATH="$PWD/cf-deployment"
export BOSH_DIRECTOR_RELEASE_PATH="${bosh_repo_parent_dir}/bosh"
export CF_DEPLOYMENT_RELEASE_PATH="${bosh_repo_parent_dir}/cf-deployment"
CANDIDATE_STEMCELL_TARBALL_PATH="$(find "${bosh_repo_parent_dir}/stemcell" -maxdepth 1 -path '*.tgz')"
export CANDIDATE_STEMCELL_TARBALL_PATH
export STEMCELL_OS=ubuntu-jammy
Expand Down
1 change: 1 addition & 0 deletions ci/shared/brats/test-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ image_resource:

inputs:
- name: bosh-ci
optional: true
- name: bosh
- name: stemcell
- name: bosh-release
Expand Down
1 change: 1 addition & 0 deletions ci/shared/brats/test-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ image_resource:

inputs:
- name: bosh-ci
optional: true
- name: bosh

params:
Expand Down

0 comments on commit 57cd837

Please sign in to comment.