OpenCyphal-Garage / yukon-old

An open suite of tools for observing, debugging, and interacting with a UAVCAN v1 bus.
http://uavcan.org
MIT License
31 stars 10 forks source link

Complete migration to yml-driven builds #59

Closed TheRealPiotrP closed 3 years ago

TheRealPiotrP commented 4 years ago

The release build is currently broken: Build Bage

The latest yukon-release build log shows that the build definition is expecting to find a file at ./.buildkite/release.sh. This file was removed in #47 which transitioned the build configuration from the bash file to a yml pipeline file. It looks like the intent of ./.buildkite/release.sh was migrated to ./.buildkite/pipeline.release.yml.

Based on this failure, it looks like the pipeline configuration for the youkon-release branch needs to be updated. Follow the steps here and use the command buildkite-agent pipeline upload .buildkite/pipeline.release.yml. This should, at a minimum, get the build past its current failure point.