Skip to content

Add docs exceptions to CI

Marcel Amirault requested to merge (removed):add-docs-ci-exceptions into master

What does this MR do?

This changes the three jobs in .gitlab/ci/reports.gitlab-ci.yml, so that they will no longer be run on Docs-only branches. This was changed (by accident, I think) when .gitlab-ci.yml was split into sub-files in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27116, and it can be clearly seen that previously the jobs had docs exceptions (L820, L831, L855)

extends: .dedicated-runner -> extends: .dedicated-no-docs-no-db-pull-cache-job

Edit: review-stop added to the MR as well, since it's the same problem.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Marcel Amirault

Merge request reports