Skip to content
  • Dominik Thoennes's avatar
    introduce extra stage for merge requests to reduce load on swarm · 28087400
    Dominik Thoennes authored
    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
    28087400
Validating GitLab CI configuration… Learn more