Skip to content

Commit

Permalink
The netperf run fails due to missing Azure 2025 results (microsoft#3499)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
  • Loading branch information
Alan-Jowett and Alan Jowett authored Apr 26, 2024
1 parent 5438ca0 commit ad7b21f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,19 +632,6 @@ jobs:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

upload_netperf_results_azure_2025:
needs: netperf
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/upload-perf-results.yml
with:
name: upload_netperf_results_azure_2025
result_artifact: netperf_azure_2025_x64
platform: Azure Windows 2025
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

upload_netperf_results_lab_2022:
needs: netperf
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/netperf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
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@1746f4ab65b179e0ea60a494b83293b640dd5bba
with:
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@1746f4ab65b179e0ea60a494b83293b640dd5bba
with:
Expand Down

0 comments on commit ad7b21f

Please sign in to comment.