[go: up one dir, main page]

Skip to content

CI: specs_without_cluster jobs should not occur on docs branches

Summary

We do not need the specs_without_cluster and production_specs_without_cluster jobs to occur on documentation branches. This MR adds the relevant except:refs regex to correctly skip these jobs.

Steps to reproduce

Notice that this job was triggered for a branch beginning with docs- (undesirable).

Configuration used

https://gitlab.com/gitlab-org/charts/gitlab/-/blob/4b3371ad791a983abd9cb45886300c465990872a/.gitlab-ci.yml

Current behavior

specs_without_cluster and production_specs_without_cluster jobs are occurring on documentation branches.

Expected behavior

specs_without_cluster and production_specs_without_cluster jobs do not occur on documentation branches.