Skip to content
Commit b4130d27 authored by Saheer Babu's avatar Saheer Babu
Browse files

ci: Cancel redundant jobs for new pipelines

When a new commit is made on an existing branch, to cancel the jobs that
have already started `interruptible` needs to be set to `true`. Before
`build` and `test` were combined to a single job, jobs were were waiting
for the runners and hence GitLab CI was able to cancel the queued jobs
(as it was not started yet). With CI optimized more jobs will be running
in parallel and hence to end a running pipeline faster, it will need to
cancel the running jobs.

Reference: https://docs.gitlab.com/ee/ci/yaml/#interruptible



Signed-off-by: Saheer Babu's avatarSaheer Babu <saheer.babu@arm.com>
parent b34124b1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment