Skip to content

Track production promotions on the monthly issue

Alessio Caiazza requested to merge ac-promotion into master

This is a very minimal plumbing work for gitlab-com/gl-infra/delivery#879 (closed)

The idea here is that we add a multi-project trigger pipeline from the deployed to release tools for production deployment checks.

As the first iteration, we simply want to notify on the monthly release issue that a production deployment is starting.

On the deployer we only need this little change

gprd-checks:
  <<: *only-gprd
  variables:
    DEPLOY_VERSION: $DEPLOY_VERSION
  stage: production-prepare
  except:
    variables:
      - $SKIP_PRODUCTION_CHECKS
  trigger:
    project: gitlab-org/release/tools
    strategy: depend
Edited by Alessio Caiazza

Merge request reports