Skip to content

Commit

Permalink
Build cpi release, since we are no longer storing dev releases
Browse files Browse the repository at this point in the history
Remove dev-artifact inputs
[TPCF-27407]

Signed-off-by: Ming Xiao <[email protected]>
  • Loading branch information
mingxiao committed Nov 4, 2024
1 parent 7812c51 commit 0e6ac86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ci/tasks/deploy-manual-networking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ case "$openstack_ca_file_path" in
esac

echo "setting up artifacts used in bosh.yml"
cp ./bosh-cpi-dev-artifacts/${cpi_release_name}-${semver}.tgz ${deployment_dir}/${cpi_release_name}.tgz
pushd bosh-openstack-cpi-release
bosh-go -n create-release \
--name "bosh-openstack-cpi" \
--tarball "../bosh-openstack-cpi-dev.tgz"

popd
cp ./bosh-openstack-cpi-dev.tgz ${deployment_dir}/${cpi_release_name}.tgz
cp ./stemcell-director/*.tgz ${deployment_dir}/stemcell.tgz
prepare_bosh_release ${distro}

Expand Down
1 change: 0 additions & 1 deletion ci/tasks/deploy-manual-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ image_resource:
inputs:
- name: bosh-openstack-cpi-release
- name: bosh-release
- name: bosh-cpi-dev-artifacts
- name: version-semver
- name: stemcell-director
- name: terraform-cpi
Expand Down
1 change: 0 additions & 1 deletion ci/tasks/teardown-director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ image_resource:
repository: boshcpi/openstack-cpi-release
inputs:
- name: bosh-openstack-cpi-release
- name: bosh-cpi-dev-artifacts
- name: bosh-director-deployment
- name: stemcell
- name: bosh-release
Expand Down

0 comments on commit 0e6ac86

Please sign in to comment.