introduce extra stage for merge requests to reduce load on swarm
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
Please register or sign in to comment