Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): use unified Gitlab pipeline for APM libraries [backport 2.9] #10529

Merged
merged 3 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Build

on:
push:
branches:
- '[0-9].[0-9]*'
- '[0-9].x'
# special branches used to test this workflow
# before merging/releasing
- build_deploy*
pull_request:
release:
types:
Expand Down Expand Up @@ -128,12 +122,3 @@ jobs:
# due to a duplicate wheel being present which will ensure that the rest
# of the wheels will be uploaded if some are uploaded manually.
skip_existing: true

build-and-publish-init-image:
needs: [upload_pypi]
uses: ./.github/workflows/lib-inject-publish.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
with:
ddtrace-version: ${{ github.ref_name }}
image-tag: ${{ github.ref_name }}
38 changes: 0 additions & 38 deletions .github/workflows/lib-inject-publish.yml

This file was deleted.

167 changes: 0 additions & 167 deletions .github/workflows/lib-injection.yml

This file was deleted.

Loading
Loading