Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S shakyground2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Shakemap
  • shakyground2
  • Merge requests
  • !17

make gitlab ci jobs interruptible and silence install

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marius Kriegerowski requested to merge feature/gitlab-ci-improvements into master Apr 28, 2021
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

Silencing the installation of dependencies. This allows to focus more on the actual testing its' output.

Also, tests are marked is interruptible. This will cancel jobs if new changes were pushed to the same MR, making previous test runs obsolete. Speeds up the pipeline.

\approve @rizac @gweather

Edited Apr 28, 2021 by Marius Kriegerowski
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/gitlab-ci-improvements