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

ci: Skip jobs already passed in MR



This project's GitLab repository only permits fast forward merges,
meaning that the SHA1 of the target branch (e.g. main) is always that
of the last merged merge request. Save CI resources and minimize delays
to mirroring to the public GitLab, by not rerunning tests on identical
SHA1.

`.base-job-rules` in `deveoper-tools` defines the actual rules to run
the jobs.

For pipeline to run, there must be atleast one job other than jobs in
stages `.pre` and `.post`. Currently main branch runs `sync-public` in
`.post`. Move the job to explicit stage so that GitLab CI works on
`main` branch.

Signed-off-by: Saheer Babu's avatarSaheer Babu <saheer.babu@arm.com>
parent 92e7ef0c
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