Hacker News new | past | comments | ask | show | jobs | submit login

> Surely this would be the same for server software: If prod was running on ARM, then you'd probably have your CI server running ARM too.

CI/CD is already too far ahead in the pipeline to be useful. CI is only a stage where you ensure that whatever you've developed will pass the tests that you already devised, but it's already a stage where you already tested and are convinced that nothing breaks.

The type of testing that Linus Torvalds referred to is much back in the pipeline. He is referring to the ability to ramp up a debugger and check if/when something is not working as expected. Developers do not want to deal with bugs that are only triggered somewhere in a CI/CD pipeline, and can't reproduce in their target machines.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: