Draft: Split build and test
3 unresolved threads
3 unresolved threads
Compare changes
- Jon Azpiazu authored
@@ -22,6 +22,11 @@ variables:
@@ -40,6 +45,13 @@ industrial_ci_test_noetic:
At some point it might be interesting to split build jobs from testing jobs, specially when testing starts to be costly (e.g. a simulation) and you do not want either to wait until build + test is finished, or even you do not want to run tests (i.e. simulations) for every commit.
This MR is not really intended to be merged, just as a point for discussion.