-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dd_agent from Azure Pipelines #48
Remove dd_agent from Azure Pipelines #48
Conversation
@@ -87,6 +70,7 @@ jobs: | |||
test/**/*.Tests.csproj | |||
test/benchmarks/**/*.csproj | |||
!src/Datadog.Trace.Tools.Runner/*.csproj | |||
!test/Vendored.System.Diagnostics.DiagnosticSource.Tests/Vendored.System.Diagnostics.DiagnosticSource.Tests.csproj |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a left-over from when I was pushing this stuff to the main
branch. Now I changed my mind and think that it will be better to remove this project from main
and continue the work related to it on the branch that @macrogreg worked on at the end of last year.
@macrogreg If you agree let's remove the vendored S.D.DS from main
.
@pellared please keep this as it is on this PR and wait on an agreement if we are removing this from main
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pjanotti @macrogreg
PR which removes the vedored stuff: #52
I have created 2 additional PRs
|
Why
Fixes #44
What
unit-tests.yml
. Created CI is unable to build Vendored.System.Diagnostics.DiagnosticSource.Tests.csproj #49 and Remove Vendored.System.Diagnostics.DiagnosticSource.Tests #52 to fix it.Other Findings
I believe only changes in
unit-test.yml
do something at the moment. Thebenchmark.yml
andrunner.yml
are most probably not configured at all. Not sure if we should enable these pipelines as well.Notes for Reviewers
As I am a newcomer, please assume I know nothing.
Is there something more that should be removed?
Is there something similar to Datadog Agent in OpenTelemetry that we could use in the CI pipeline to have some kind of monitoring if everything is stable?
I have not maintained the branch in the way described under https://github.com/kubernetes/community/blob/master/contributors/guide/github-workflow.md . I intend to "Squash merge" this PR. If you see a problem with it I can always create a new PR with a cleaner history/commits.