File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,10 @@ jobs:
227227 name : " cts-traffic Release"
228228 path : ${{ github.workspace }}\cts-traffic
229229
230+ - name : Cancel any existing WPR traces
231+ run : |
232+ wpr -cancel 2>$null; $global:LASTEXITCODE = 0
233+
230234 - name : Start TCPIP tracing - Baseline
231235 if : ${{ github.event.inputs.tcp_ip_tracing }}
232236 run : |
@@ -235,6 +239,7 @@ jobs:
235239 Invoke-WebRequest -uri "https://raw.githubusercontent.com/microsoft/netperf/main/.github/workflows/tcpip.wprp" -OutFile "tcpip.wprp"
236240 wpr -start tcpip.wprp -filemode
237241
242+
238243 # Run CTS traffic without XDP installed to establish a baseline.
239244 - name : Run CTS cts-traffic baseline
240245 working-directory : ${{ github.workspace }}\cts-traffic
You can’t perform that action at this time.
0 commit comments