Skip to content

Make Auto-DevOps jobs configurable with environment variables

Tomasz Maczukin requested to merge manage-autodevops-jobs-by-env-variables into master

Makes Auto-DevOps jobs configurable with environment variables:

  • test jobs may be disabled with variable
  • canary may be enabled with variable

I'm not sure if rollout jobs should be disabled when CANARY_ENABLED is set. Should they?

Closes gitlab-ee#3586, gitlab-ce#38550

Merge request reports