CI: Add new tracks in cdash
As we are having more active branches, I feel that we will benefits of having a more organized dashboard in cdash
So far we have:
- Nightly track, for master and scheduled (nightly) jobs
- Experimental, for Merge-requests.
I propose the following:
- master, for master builds (this is whenever we merge to master).
- latest-master, same but not daily
- release, for release builds.
- merge-requests, for MRs.
- Nightly, for daily schedule builds (everyday at 4 am as it is set now).
Note that I took the liberty to add a new variable named VTKM_CI_NIGHTLY
which is exposed to nightly builds.
Edited by Vicente Bolea