Re: [Article] Optimising the Continuous Integration for NuttX

2024-11-09 Thread Lee, Lup Yuen
Thank you so much Ludovic! :-) (1) The setup for Self-Hosted GitHub Runners is actually quite complex. And we might have security issues, running unauthorised code pushed down from GitHub: https://lupyuen.github.io/articles/ci (2) I feel we're a bit too locked-in with GitHub right now. We might n

Re: [Article] Optimising the Continuous Integration for NuttX

2024-11-09 Thread Tomek CEDRO
The distributed test farm has just started and I am amazed Lup already made working prototype in just few days :-) If you have spare resources for external CI builder that could be attached to GH repo and have time to set them up please let us know! :-) There are many things to consider for distr

Re: [Article] Optimising the Continuous Integration for NuttX

2024-11-09 Thread Ludovic Vanasse
Yes, thank you very much, Lup! Maybe a question for you, I like the idea of NuttX dev hosting the build for the PR, it helps avoid the limitation of the number of runner that ASF allocate us (which I'm grateful for). But from my understanding, we are running the CI for different targets and upload

Re: [Article] Optimising the Continuous Integration for NuttX

2024-11-09 Thread Tomek CEDRO
BIG THANK YOU LUP FOR SAVING THE NUTTX GH CI !! :-) On the good side we started working on distributed build and test farm.. Your https://nuttx-dashboard.org/ is already working so we are prepared now for worst case scenario.. I am sure this project will grow and bring not only build but also func