Skip to content

Commit

Permalink
Merge branch 'master' into nacho/IastUnitTestsDebugCI
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoEchevarria authored Feb 4, 2025
2 parents 5006786 + e7aa45c commit 2270c1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7011,7 +7011,7 @@ stages:
- bash: |
mkdir -p $(Build.SourcesDirectory)/artifacts/build_data
dotnet build
dd-trace run --dd-env "apm-dotnet-pipeline-monitoring" --set-env "DD_TRACE_SAMPLE_RATE=100" --set-env "DD_TRACE_DEBUG=1" --set-env "DD_INSTRUMENTATION_TELEMETRY_ENABLED=1" --set-env "DD_TRACE_LOG_DIRECTORY=$(Build.SourcesDirectory)/artifacts/build_data" -- dotnet run --no-restore --no-build -- $(Build.BuildId)
dd-trace run --dd-env "apm-dotnet-pipeline-monitoring" --set-env "DD_TRACE_SAMPLE_RATE=1" --set-env "DD_TRACE_PARTIAL_FLUSH_ENABLED=1" --set-env "DD_INSTRUMENTATION_TELEMETRY_ENABLED=1" --set-env "DD_TRACE_LOG_DIRECTORY=$(Build.SourcesDirectory)/artifacts/build_data" -- dotnet run --no-restore --no-build -- $(Build.BuildId)
exit $?
displayName: "Run"
workingDirectory: "$(Build.SourcesDirectory)/tracer/tools/PipelineMonitor"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build:
-e AWS_NETWORKING=true `
-e SIGN_WINDOWS=true `
-e NUGET_CERT_REVOCATION_MODE=offline `
datadog/dd-trace-dotnet-docker-build:9-0-102 `
registry.ddbuild.io/images/mirror/datadog/dd-trace-dotnet-docker-build:latest `
Info Clean BuildTracerHome BuildProfilerHome BuildNativeLoader BuildDdDotnet PackageTracerHome ZipSymbols SignDlls SignMsi
- mkdir artifacts-out
- xcopy /e/s build-out\${CI_JOB_ID}\*.* artifacts-out
Expand Down
1 change: 0 additions & 1 deletion tracer/missing-nullability-files.csv
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ src/Datadog.Trace/Debugger/Snapshots/DebuggerSnapshotSerializer.UnreachableLocal
src/Datadog.Trace/Debugger/Snapshots/ExceptionSnapshotSerializerFieldsAndPropsSelector.cs
src/Datadog.Trace/Debugger/Snapshots/LazySnapshotSerializerFieldsAndPropsSelector.cs
src/Datadog.Trace/Debugger/Snapshots/OldStyleTupleSnapshotSerializerFieldsAndPropsSelector.cs
src/Datadog.Trace/Debugger/Snapshots/Redaction.cs
src/Datadog.Trace/Debugger/Snapshots/SnapshotPruner.cs
src/Datadog.Trace/Debugger/Snapshots/SnapshotSerializerFieldsAndPropsSelector.cs
src/Datadog.Trace/Debugger/Snapshots/SnapshotSummary.cs
Expand Down

0 comments on commit 2270c1b

Please sign in to comment.