Skip to content

Commit

Permalink
Delete the performance test fleet and fleetautoscaler after each test (
Browse files Browse the repository at this point in the history
…#3549)

* Delete the performance test fleet and fleetautoscaler after each test

---------

Co-authored-by: Robert Bailey <[email protected]>
  • Loading branch information
gongmax and roberthbailey authored Dec 19, 2023
1 parent 69efac2 commit c7b8c0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/performance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ cat performance-test-variable.txt

printf "\nStart testing."
./runScenario.sh performance-test-variable.txt

kubectl delete -f performance-test-fleet.yaml
kubectl delete -f performance-test-autoscaler.yaml
printf "\nFinish testing."

rm performance-test-fleet.yaml performance-test-autoscaler.yaml performance-test-variable.txt

0 comments on commit c7b8c0a

Please sign in to comment.