Skip to content
  • Philip Chimento's avatar
    CI: Conserve resources by running cheap jobs first · 6b72519b
    Philip Chimento authored
    This splits the pipeline into a few more stages. Cheap jobs such as
    linting and static code checking are run in the "static_analysis" phase,
    then the normal build/test jobs are run, then expensive tests such as
    code coverage are run in the "thorough_tests" phase.
    6b72519b
Validating GitLab CI configuration… Learn more