Skip to content

Commit

Permalink
Revert "Merge pull request #3822 from DataDog/tonycthsu/vaccine"
Browse files Browse the repository at this point in the history
This reverts commit d3125b9, reversing
changes made to acd9271.
  • Loading branch information
TonyCTHsu committed Aug 14, 2024
1 parent a589a98 commit 034d04c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ stages:
- manual-images
- package
- shared-pipeline
- vaccine
- macrobenchmarks
- microbenchmarks
- benchmarks
Expand Down Expand Up @@ -140,17 +139,3 @@ save_versions:
deploy_to_reliability_env:
needs:
- save_versions

vaccine:
image: $DOCKER_REGISTRY/docker:20.10.13
tags: [ "arch:amd64" ]
stage: vaccine
needs: [create-multiarch-lib-injection-image]
script: |
GH_VACCINE_PAT=$(vault kv get -field=vaccine-token kv/k8s/gitlab-runner/dd-trace-rb/github-token)
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $GH_VACCINE_PAT" \
https://api.github.com/repos/TonyCTHsu/vaccine/actions/workflows/vaccine.yml/dispatches \
-d '{"ref":"master", "inputs": {"commit_sha": "'$CI_COMMIT_SHA'"}}'

0 comments on commit 034d04c

Please sign in to comment.