Skip to content

Split .gitlab-ci.yml in multiple files

Mayra Cabrera requested to merge split-gitlab-ci-yml into master

What does this MR do?

With the recent additions of the single coordinator pipeline .gitlab-ci.yml is getting large. This MR aims to split it based on stage and context. Resulting files are:

  • templates.gitlab-ci.yml
  • test.gitlab-ci.yml
  • automation.gitlab-ci.ym
  • chatops.gitlab-ci.yml
  • metrics.gitlab-ci.yml
  • auto-deploy.gitlab-ci.yml
  • coordinated-pipeline.gitlab-ci.yml

First step of gitlab-com/gl-infra/delivery#1720 (closed)

Edited by Mayra Cabrera

Merge request reports