You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Stop running windows throughput tests (#6752)
## Summary of changes
Removes the Windows throughput tests
## Reason for change
They've been broken for ~3 weeks, nobody's looking at them, they slow
down the pipelines, and we're migrating to the benchmarking platform
anyway
## Implementation details
Delete the Windows job from the throughput stage - I've left all the
other infra for it, as we will likely remove _all_ of the crank stuff
post- benchmarking platform transition
## Test coverage
This is the test
## Other details
Hopefully the compare stage works, this PR will show if it doesn't
though
test ! -s "tracer/tracer-home-win/win-x64/Datadog.Trace.ClrProfiler.Native.dll" && echo "tracer/tracer-home-win/win-x64/Datadog.Trace.ClrProfiler.Native.dll (native loader) does not exist" && exit 1
4728
-
test ! -s "tracer/tracer-home-win/win-x64/Datadog.Tracer.Native.dll" && echo "tracer/tracer-home-win/win-x64/Datadog.Tracer.Native.dll does not exist" && exit 1
4729
-
test ! -s "tracer/tracer-home-win/win-x64/ddwaf.dll" && echo "tracer/tracer-home-win/win-x64/ddwaf.dll does not exist" && exit 1
4730
-
test ! -s "tracer/bin/netcoreapp3.1/Datadog.Trace.Manual.dll" && echo "tracer/bin/netcoreapp3.1/Datadog.Trace.Manual.dll does not exist" && exit 1
0 commit comments