Skip to content

Commit

Permalink
Remove bbl's dns runtime config in setup-deploy
Browse files Browse the repository at this point in the history
[#160568432](https://www.pivotaltracker.com/story/show/160568432)

Co-authored-by: Max Petersen <[email protected]>
  • Loading branch information
mikexuu and pivotal-mp committed Sep 18, 2018
1 parent 561328a commit 7c6515f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ci/tasks/windows/setup-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ main() {
bosh upload-release $ROOT_DIR/candidate-release/*.tgz
bosh -n upload-stemcell $ROOT_DIR/bosh-stemcell-windows/*.tgz
bosh -n upload-stemcell $ROOT_DIR/gcp-linux-stemcell/*.tgz

# Need to delete the bosh-dns runtime config because bbl uses a hard-coded
# bosh-deployment which specifies a bosh-dns version that may conflict with the
# one we are trying to test.
bosh delete-config --type=runtime --name=dns -n
}

main
5 changes: 0 additions & 5 deletions ci/tasks/windows/test-acceptance-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ popd

export BOSH_DEPLOYMENT=bosh-dns-windows-acceptance

# Need to delete the bosh-dns runtime config because bbl uses a hard-coded
# bosh-deployment which specifies a bosh-dns version that may conflict with the
# one we are trying to test.
bosh delete-config --type=runtime --name=bosh-dns -n

bosh -n deploy \
$ROOT_DIR/bosh-dns-release/src/bosh-dns/test_yml_assets/manifests/windows-acceptance-manifest.yml \
-v deployment_name="$BOSH_DEPLOYMENT" \
Expand Down

0 comments on commit 7c6515f

Please sign in to comment.