fix broken ci tasks after removal of ruby - #363
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe manual networking Concourse task no longer sets Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to The manual networking deployment path removes the obsolete Go CPI toggle and its conditional ops-file handling. No concrete merge-blocking impact is identified. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fix BATS director deployment after bosh-deployment Go CPI default
Since bosh-deployment#528,
openstack/cpi.ymlinstallsopenstack_cpi_golangby default. Theuse-golang-cpi.ymlops file was written to swap the Ruby job (openstack_cpi) for the Go one, but with Go now the default there is noopenstack_cpijob left to replace — causing the interpolation to fail:Changes:
USE_GOLANG_CPIvariable and themaybe_golang_cpi_ops_fileconditional fromci/tasks/deploy-manual-networking.sh— the ops file is a no-op now that Go is the defaultUSE_GOLANG_CPIparam fromci/tasks/deploy-manual-networking.yml