Settings

Theme

Ask HN: Why is CI often failing in open source projects?

4 points by julienreszka 16 days ago · 2 comments · 1 min read


How does it happen?

jjgreen 16 days ago

I'll typically run CI against Debian oldstable, stable and testing; those do change over time (versions of libraries etc) and that change can cause failures. That's desirable and the reason I have a monthly CI run for "finished" projects.

freedomben 16 days ago

Two main reasons I see frequently:

* Limits on the free plan (runner minutes, timeouts, etc)

* Ignoring hard-to-fix runs: flakey tests are a real problem and a pain to fix

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection