Skip to content

Commit 4eb6bef

Browse files
Update one-pipeline version and fix automation (#7941)
## Summary of changes ### Updates one-pipeline - [debug] always print injection image size - [bug] datadog-packages tar extraction - [bug] Fix publishing tags to registry.ddbuild.io - Updates to config registry validation - Update lib injection base image to 3.22.1 ### Fixes automation `one-pipeline.locked.yaml` broke campaigner automation because it ended in `.yaml` instead of `.yml`. Going forward, the automation will work correctly ## Reason for change Keeps `dd-trace-dotnet` up-to-date with latest shared pipeline changes <!-- ⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. -->
1 parent b1b0738 commit 4eb6bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stages:
77
- benchmarks
88

99
include:
10-
- local: .gitlab/one-pipeline.locked.yaml
10+
- local: .gitlab/one-pipeline.locked.yml
1111

1212
variables:
1313
DOTNET_PACKAGE_VERSION:
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DO NOT EDIT THIS FILE MANUALLY
22
# This file is auto-generated by automation.
33
include:
4-
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/928fb698cf31451f05a180239468e9eb490ac88172a185990df8ca12d2f37d44/one-pipeline.yml
4+
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/04f6a88e3db67cb88821632d138a2a5c3105ba59760bd3dfc60b54733501ecc3/one-pipeline.yml

0 commit comments

Comments
 (0)