-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: CI
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Context
Today in the node driver & other repo's, simple lint failures cause an entire run of the ci build/test pipeline. Intermittent lint failures are quite common, and CI compute is wasted when the failure condition is a failing lint check.
Definition of done
Failing lint checks should short-circuit the rest of the CI, successful lint checks should continue running the rest of the CI test suite.
Pitfalls
N/A