Skip to content

Commit

Permalink
Add a job that publish otel-collector on agent qa registry
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed Jul 31, 2024
1 parent ddb80e7 commit 16d6408
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ push-image-staging:
variables:
BUILD_REGISTRY: $BUILD_SANDBOX_REGISTRY
AWS_ACCT_ID: 601427279990

push-image-agent-qa:
stage: push
needs: ['build-image-main']
trigger:
project: DataDog/public-images
branch: main
strategy: depend
variables:
IMG_SOURCES: $BUILD_DD_REGISTRY:$TAG
IMG_DESTINATIONS: otel-collector-contrib:$TAG
IMG_REGISTRIES: agent-qa

build-ci-image:
stage: manaul-jobs
when: manual
Expand Down

0 comments on commit 16d6408

Please sign in to comment.