Sha256: 03026481c3345700d01c43b246ccab64ecf7f29878d23285e6fbaac5f3adc023

Contents?: true

Size: 723 Bytes

Versions: 5

Compression:

Stored size: 723 Bytes

Contents

stages:
  - deploy

variables:
  DOWNSTREAM_BRANCH:
    value: "master"
    description: "Run a specific datadog-reliability-env branch downstream"
  FORCE_TRIGGER:
    value: "false"
    description: "Set to true to override rules in the reliability-env pipeline (e.g. override 'only deploy master')"

.common: &common
  tags: [ "runner:main", "size:large" ]

deploy_to_reliability_env:
  stage: deploy
  when: on_success
  trigger:
    project: DataDog/datadog-reliability-env
    branch: $DOWNSTREAM_BRANCH
  variables:
    UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME
    UPSTREAM_PROJECT_ID: $CI_PROJECT_ID
    UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME
    UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
    FORCE_TRIGGER: $FORCE_TRIGGER

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ddtrace-0.51.1 .gitlab-ci.yml
ddtrace-0.51.0 .gitlab-ci.yml
ddtrace-0.50.0 .gitlab-ci.yml
ddtrace-0.49.0 .gitlab-ci.yml
ddtrace-0.48.0 .gitlab-ci.yml