Skip to content

Commit

Permalink
Fix upload paths
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett (from Dev Box) <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett committed Mar 26, 2024
1 parent 65aa81a commit e0b3e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ jobs:
with:
name: upload_netperf_results_azure_2022
result_artifact: bpf_performance_native_azure_2022_x64
platform: Azure Windows 2022
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -619,6 +620,7 @@ jobs:
with:
name: upload_netperf_results_azure_2025
result_artifact: bpf_performance_native_azure_2025_x64
platform: Azure Windows 2025
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -631,6 +633,7 @@ jobs:
with:
name: upload_netperf_results_lab_2022
result_artifact: bpf_performance_native_lab_2022_x64
platform: Lab Windows 2022
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/netperf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,16 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: bpf_performance_native_azure_2022_x64
platform: Azure 2022 x64
path: netperf/bpf_performance_native_azure_2022_x64/bpf_performance_native.csv

- name: upload_results_azure_2025_x64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: bpf_performance_native_azure_2022_x64
platform: Azure 2025 x64
name: bpf_performance_native_azure_2025_x64
path: netperf/bpf_performance_native_azure_2025_x64/bpf_performance_native.csv

- name: upload_results_lab_2022_x64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: bpf_performance_native_lab_2022_x64
platform: Lab 2022 x64
path: netperf/bpf_performance_native_lab_2022_x64/bpf_performance_native.csv

0 comments on commit e0b3e0d

Please sign in to comment.