Hacker News new | ask | show | jobs
by karma_fountain 1453 days ago
Why bother running a test pipeline at all? Why not have two production environments running in red/green, and always just run your e2e tests then flip.
1 comments

That's a viable variation on the theme - but there may be some critical sanity tests you want to run before you let code near a production environment - depends on your appetite for risk of course.