Skip to content

move some jobs to only run in MR

Dominik Thoennes requested to merge thoennes/separate-jobs-for-MR into master

To reduce the number of jobs running in the CI some jobs are moved to run only for the merge requests In addition, these jobs have to be triggered manually

The new CI has four stages:

  1. pretest jobs are run automatically as a first check
  2. test jobs run at each commit but contain only a limited number of configurations
  3. merge_request these jobs need to be run manually before merging a merge request
  4. benchmark benchmarks are only run manually if needed
Edited by Dominik Thoennes

Merge request reports