Skip to content

Commit 27757e8

Browse files
Use unified Gitlab pipeline for APM libraries (DataDog#7151)
* Initial one-pipeline testing * only use cache on gradle builds * variables can be derived * add release stage * Remove lib-injection creation * change stages * Enable single step onboarding tests (installer) * new stages * benchmarks just need build * system tests are enabled by default * fix package-oci to need build. * skip pipeline when populating the cache * add tests stage * allow_failure: true to tibco to prevent blocking the pipeline * unquote populate cache? * merge issue brought back sonatype username * update weblog variants * Switch to non-wip one-pipeline template * Update github actions readme * fix rel-env deploy issues
1 parent bf41350 commit 27757e8

13 files changed

Lines changed: 56 additions & 553 deletions

β€Ž.github/workflows/README.mdβ€Ž

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,6 @@ _Comment:_ To delete?
116116

117117
## Lib Injection
118118

119-
### lib-injection [πŸ”—](lib-injection.yaml)
120-
121-
_Trigger:_ When pushing commits to `master`, release branches or any PR targetting `master`, and when creating tags.
122-
123-
_Actions:_
124-
* Build and publish to GHCR a Docker image with the Java tracer agent,
125-
* Build lib-injection and run its system tests with the build Java agent.
126-
127-
### lib-injection-manual-release [πŸ”—](lib-injection-manual-release.yaml)
128-
129-
_Trigger:_ When manually triggered.
130-
131-
_Action:_ Build and publish to GHCR a Docker image with the given Java tracer version.
132-
133119
### lib-injection-prune-registry [πŸ”—](lib-injection-prune-registry.yaml)
134120

135121
_Trigger:_ Every week or manually.

β€Ž.github/workflows/lib-injection-manual-release.yamlβ€Ž

Lines changed: 0 additions & 56 deletions
This file was deleted.

β€Ž.github/workflows/lib-injection.yamlβ€Ž

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
Β (0)