Skip to content

Commit

Permalink
Revert "Merge branch 'master' into nacho/SendUserAgentHeaderAsStringT…
Browse files Browse the repository at this point in the history
…oTheWAF"

This reverts commit 7ebd3aa, reversing
changes made to 39557e5.
  • Loading branch information
NachoEchevarria committed Oct 11, 2024
1 parent af6dea7 commit 7d791db
Show file tree
Hide file tree
Showing 97 changed files with 1,958 additions and 2,472 deletions.
21 changes: 5 additions & 16 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ stages:
parameters:
target: builder
baseImage: $(managedBaseImage)
command: "BuildManagedTracerHome ExtractDebugInfoLinux ValidateNativeTracerGlibcCompatibility"
command: "BuildManagedTracerHome ExtractDebugInfoLinux"
retryCountForRunCommand: 1

- publish: $(monitoringHome)
Expand Down Expand Up @@ -533,12 +533,10 @@ stages:
matrix:
x64:
baseImage: centos7
managedBaseImage: debian
artifactSuffix: linux-x64
useNativeSdkVersion: true
alpine:
baseImage: alpine
managedBaseImage: alpine
artifactSuffix: linux-musl-x64
useNativeSdkVersion: ""
pool:
Expand All @@ -557,19 +555,10 @@ stages:
baseImage: $(baseImage)
useNativeSdkVersion: $(useNativeSdkVersion)
# We only need the native wrapper for the unit tests but we do not want to publish it (universal binary)
command: "Clean BuildProfilerHome CompileNativeWrapper CompileProfilerNativeTests RunProfilerNativeTests CompileNativeWrapperNativeTests RunNativeWrapperNativeTests CompileNativeLoaderNativeTests RunNativeLoaderNativeTests"
command: "Clean BuildProfilerHome CompileNativeWrapper CompileProfilerNativeTests RunProfilerNativeTests CompileNativeWrapperNativeTests RunNativeWrapperNativeTests CompileNativeLoaderNativeTests RunNativeLoaderNativeTests ExtractDebugInfoLinux"
retryCountForRunCommand: 1
apiKey: $(DD_LOGGER_DD_API_KEY)

# We have to run these in a separate stage because the version of nm included with centos7 is insufficient to validate the glibc version
- template: steps/run-in-docker.yml
parameters:
build: true
target: builder
baseImage: $(managedBaseImage)
command: "ExtractDebugInfoLinux ValidateNativeProfilerGlibcCompatibility"
retryCountForRunCommand: 1

- publish: $(monitoringHome)
displayName: Uploading linux profiler home artifact
artifact: linux-profiler-home-$(artifactSuffix)
Expand Down Expand Up @@ -716,7 +705,7 @@ stages:
build: true
target: builder
baseImage: $(baseImage)
command: "Clean CompileManagedLoader BuildNativeTracerHome BuildManagedTracerHome ExtractDebugInfoLinux ValidateNativeTracerGlibcCompatibility"
command: "Clean CompileManagedLoader BuildNativeTracerHome BuildManagedTracerHome ExtractDebugInfoLinux"
retryCountForRunCommand: 1

- publish: $(monitoringHome)
Expand Down Expand Up @@ -809,7 +798,7 @@ stages:
build: true
target: builder
baseImage: $(baseImage)
command: "Clean BuildProfilerHome ExtractDebugInfoLinux ValidateNativeProfilerGlibcCompatibility"
command: "Clean BuildProfilerHome ExtractDebugInfoLinux"
retryCountForRunCommand: 1

- publish: $(System.DefaultWorkingDirectory)/profiler/_build
Expand Down Expand Up @@ -6352,7 +6341,7 @@ stages:
SNAPSHOT_DIR: $(System.DefaultWorkingDirectory)/tracer/build/smoke_test_snapshots
SNAPSHOT_CI: 1
# ignoring 'http.client_ip' and 'network.client.ip' because it's set to '::1' here instead of expected '127.0.0.1'
SNAPSHOT_IGNORED_ATTRS: span_id,trace_id,parent_id,duration,start,metrics.system.pid,meta.runtime-id,metrics.process_id,meta._dd.p.dm,meta._dd.p.tid,meta._dd.git.commit.sha,meta._dd.git.repository_url,meta.http.client_ip,meta.network.client.ip,meta._dd.appsec.s.req.params,meta._dd.appsec.s.res.body,meta._dd.appsec.s.req.headers,meta._dd.appsec.s.res.headers #api-security attrs are unfortunately ignored because gzip compression generates different bytes per platform windows/linux
SNAPSHOT_IGNORED_ATTRS: span_id,trace_id,parent_id,duration,start,metrics.system.pid,meta.runtime-id,metrics.process_id,meta._dd.p.dm,meta._dd.p.tid,meta._dd.git.commit.sha,meta._dd.git.repository_url,meta.http.client_ip,meta.network.client.ip
- script: |
# Based on variables set in smoke.dotnet-tool.nuget.dockerfile
Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,4 @@ cmake-build-debug/
#datadog coverage
datadog-coverage-*

.localstack/*

# nuke
.nuke/build.schema.json
.localstack/*
Loading

0 comments on commit 7d791db

Please sign in to comment.