Skip to content

Commit c8cf3b2

Browse files
author
Alan Jowett
committed
Cancel any tracing
Signed-off-by: Alan Jowett <[email protected]>
1 parent 975f2b1 commit c8cf3b2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/scripts/test.etl

58 MB
Binary file not shown.

.github/workflows/ebpf.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)