Skip to content
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

Switch to merged netperf logs #3452

Merged
merged 4 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ jobs:
uses: ./.github/workflows/upload-perf-results.yml
with:
name: upload_netperf_results_azure_2022
result_artifact: bpf_performance_native_azure_2022_x64
result_artifact: netperf_azure_2022_x64
platform: Azure Windows 2022
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand All @@ -638,7 +638,7 @@ jobs:
uses: ./.github/workflows/upload-perf-results.yml
with:
name: upload_netperf_results_azure_2025
result_artifact: bpf_performance_native_azure_2025_x64
result_artifact: netperf_azure_2025_x64
platform: Azure Windows 2025
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand All @@ -651,7 +651,7 @@ jobs:
uses: ./.github/workflows/upload-perf-results.yml
with:
name: upload_netperf_results_lab_2022
result_artifact: bpf_performance_native_lab_2022_x64
result_artifact: netperf_lab_2022_x64
platform: Lab Windows 2022
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/netperf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ jobs:
}
$run_id = iex "& { $(irm $url) } ${{ secrets.NET_PERF_TRIGGER }} ebpf ${{ inputs.sha }} ${{ inputs.ref }} ${{ inputs.pull_request.number }}"
echo "NetPerf run id: $run_id"
gh run download $run_id --dir netperf --pattern bpf_performance_native* --repo microsoft/netperf
gh run download $run_id --dir netperf --pattern ebpf* --repo microsoft/netperf

- name: upload_results_azure_2022_x64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: Test-Logs-bpf_performance_native_azure_2022_x64
path: netperf/bpf_performance_native_azure_2022_x64/bpf_performance_native.csv
name: Test-Logs-netperf_azure_2022_x64
path: netperf/ebpf_azure_2022_x64/ebpf.csv

- name: upload_results_azure_2025_x64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: Test-Logs-bpf_performance_native_azure_2025_x64
path: netperf/bpf_performance_native_azure_2025_x64/bpf_performance_native.csv
name: Test-Logs-netperf_azure_2025_x64
path: netperf/ebpf_azure_2025_x64/ebpf.csv

- name: upload_results_lab_2022_x64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: Test-Logs-bpf_performance_native_lab_2022_x64
path: netperf/bpf_performance_native_lab_2022_x64/bpf_performance_native.csv
name: Test-Logs-netperf_lab_2022_x64
path: netperf/ebpf_lab_2022_x64/ebpf.csv