Draft: Split build and test
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.
Merge request reports
Activity
assigned to @jon.azpiazu
@inigo.moreno I have been playing with this idea of splitting building vs testing jobs. What do you think?
By the way, I am using this repo for testing this template, feel free to propose a more interesting example (e.g. a repo based on C++).
Maybe the testing examples repo could be used?
- Resolved by Prada Sarasola, Miguel
One thing I'd consider here is not to make this the default behavior. That is, I'd make not testing require explicit opt-in.
If running tests is made opt-in instead, people who do write tests but don't think about this may end up not actually exercising their tests.
added 1 commit
- 050f7d92 - Fix docker image tag to avoid overlapping between distros
added 90 commits
Toggle commit listadded 1 commit
- 96fa99f0 - Delete rules from notest job, as there was no rule in test job and i could see it