...
8. Arun S M — Today at 7:56 AM
It is also possible to run resource exhaustive CI checks on GitHub but on personal forks.
PR reviewers can request for this log in their review process
## Chat Log9. From Stephen via Discord TOC chat
Tasks
- Produce first draft of Best Practices document: Peter Somogyvari Stephen Curran David Enyeart
- Perform a general check-up of existing CI workflows for all graduated & incubated projects where the execution times are high: Peter Somogyvari
- Evaluate possibilities for a self-hosted, open source alternative for BuildJet that could be powered by cheap AWS spot instances or other cloud providers with competitive pricing (such as Hetzner): Peter Somogyvari
- Investigate backstage.io Stephen Curran
- Favorite tools survey: Marcus Brandenburger Bobbi Muscara
Links/Reading List
Chat Log
Link | Description |
---|---|
https://github.com/rhysd/actionlint | Linter for workflow files - saves time when developing new workflow yaml files. Also has security checks built in, something that we can never have too much of! |
https://github.com/apps/socket-security | Attempts to combat supply chain related attacks via GitHub Actions (malicious pull requests) among other things. |
---
Dave Enyeart — Today at 11:16 AM
My feeling is to leave code coverage decisions to the projects. Especially when dictated from above, I've seen projects with high coverage metrics spend too much time on low-value tests trying to hit the goal, while not spending enough time on other important integration/system/user tests.
Project maintainers are in the best position to decide where to invest their test time and how much weight code coverage should carry
...