golioth / golioth-zephyr-sdk

Golioth SDK For Zephyr
https://www.golioth.io
Apache License 2.0
67 stars 19 forks source link

ci: catch ram overflow build failures #447

Closed sam-golioth closed 11 months ago

sam-golioth commented 11 months ago

Twister treats overflows in the RAM during builds as "skipped" tests instead of errors by default. Enabling the --overflow-as-errors option ensures we can catch overflows in CI.

github-actions[bot] commented 11 months ago

Visit the preview URL for this PR (updated for commit 128ca65):

https://golioth-zephyr-sdk-doxygen-dev--pr447-ci-twister-catch-qw8qgh71.web.app

(expires Tue, 07 Nov 2023 18:07:03 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: a389eefadf4b4b68a539327b3459dd66c142cf49

sam-golioth commented 11 months ago

Great catch!

I'd like to have the same flag enabled in .gitlab-ci.yml, but can do that later myself.

Added!