Skip to content

Commit

Permalink
fix stress test script file name (#2806)
Browse files Browse the repository at this point in the history
Co-authored-by: Dhiren Vispute <Dhiren.Vispute@microsoft.com>
  • Loading branch information
dv-msft and Dhiren Vispute committed Aug 31, 2023
1 parent 98fa817 commit a2210bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ jobs:
with:
name: km_mt_stress_tests_restart_extension
pre_test: .\setup_ebpf_cicd_stress_tests.ps1
test_command: .\execute_ebpf_cicd_stress_tests.ps1 -RunKmStressTestsOnly $true -RestartExtension $true
test_command: .\execute_ebpf_cicd_tests.ps1 -RunKmStressTestsOnly $true -RestartExtension $true
post_test: .\cleanup_ebpf_cicd_tests.ps1
build_artifact: Build-x64
environment: ebpf_cicd_tests
Expand Down

0 comments on commit a2210bd

Please sign in to comment.