hartmannathan commented on issue #17914: URL: https://github.com/apache/nuttx/issues/17914#issuecomment-3755887941
Rather than trying to limit PRs, I think we need to be a bit smarter about what we test. There has already been some progress in this direction before (much appreciated!) but we do need to improve on it still. QUESTION for GitHub Actions experts: Is it possible to disable most of the tests by default but allow maintainers to manually choose which tests to run? This way, a maintainer can decide whether it even makes sense to run CI for a particular change. Another QUESTION: Maybe we need to run only minimum tests with CI, and move other tests to some kind of nightly build platform? This way, those tests would only run once per day and test all of the previous day's changes at once. I know that we lose some granularity, because if a test fails we might not know exactly which PR introduced the failure, but we have, how many, 10 to 20 PRs per day? So that narrows the search. Thoughts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
