Skip to content

Commit 65a8ed9

Browse files
committed
build(native): update libdatadog to v41.0.0
Update system-test revisions and adapt OTel thread-context and metric resource tests for libdatadog v41.0.0.
1 parent 3a825cc commit 65a8ed9

6 files changed

Lines changed: 499 additions & 434 deletions

File tree

.github/workflows/system-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ jobs:
9595
serverless-system-tests:
9696
needs: [serverless-system-tests-build-layer]
9797
# Automatically managed, use scripts/update-system-tests-version to update
98-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@4be985b2a08121eb586d8e37e03e89e2407ba2a2
98+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@692e9462ef7296cf1224c0d2bd3a3623a1bfe590
9999
secrets: inherit
100100
with:
101101
library: python_lambda
102-
ref: '4be985b2a08121eb586d8e37e03e89e2407ba2a2'
102+
ref: '692e9462ef7296cf1224c0d2bd3a3623a1bfe590'
103103
binaries_artifact: serverless_system_tests_binaries
104104
scenarios_groups: lambda_end_to_end
105105
skip_empty_scenarios: true
@@ -126,22 +126,22 @@ jobs:
126126
if: github.event_name != 'schedule' || github.event.repository.fork == false
127127
needs: [integration-frameworks-combine-wheels]
128128
# Automatically managed, use scripts/update-system-tests-version to update
129-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@4be985b2a08121eb586d8e37e03e89e2407ba2a2
129+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@692e9462ef7296cf1224c0d2bd3a3623a1bfe590
130130
secrets: inherit
131131
with:
132132
library: python
133-
ref: '4be985b2a08121eb586d8e37e03e89e2407ba2a2'
133+
ref: '692e9462ef7296cf1224c0d2bd3a3623a1bfe590'
134134
scenarios: INTEGRATION_FRAMEWORKS
135135
binaries_artifact: integration-frameworks-wheels
136136
push_to_test_optimization: true
137137

138138
tracer-release:
139139
needs:
140140
- download-s3-wheels
141-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@4be985b2a08121eb586d8e37e03e89e2407ba2a2
141+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@692e9462ef7296cf1224c0d2bd3a3623a1bfe590
142142
with:
143143
library: python
144-
ref: '4be985b2a08121eb586d8e37e03e89e2407ba2a2'
144+
ref: '692e9462ef7296cf1224c0d2bd3a3623a1bfe590'
145145
binaries_artifact: wheels-manylinux_x86_64
146146
desired_execution_time: 900
147147
scenarios_groups: tracer-release

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap"
1919
# CI_DEBUG_SERVICES: "true"
2020
# Automatically managed, use scripts/update-system-tests-version to update
21-
SYSTEM_TESTS_REF: "4be985b2a08121eb586d8e37e03e89e2407ba2a2"
21+
SYSTEM_TESTS_REF: "692e9462ef7296cf1224c0d2bd3a3623a1bfe590"
2222

2323
# Profiling native build image (built from dd/images/dd-trace-py/profiling_native)
2424
PROFILING_NATIVE_IMAGE: "registry.ddbuild.io/dd-trace-py:v103334885-be1888c-profiling_native"

0 commit comments

Comments
 (0)