Skip to content

Commit

Permalink
New "proxy" stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Feb 13, 2025
1 parent 0ec91c7 commit 3fee591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/controller/run-testsuite
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if [ -z "$1" ]; then
stage sanity_check
stage core
stage reposync
stage proxy
stage init_clients
stage secondary
stage secondary_parallelizable
Expand All @@ -41,6 +42,7 @@ if [ "$1" = "parallel" ]; then
parallel_stage sanity_check
stage core
stage reposync
stage proxy
parallel_stage init_clients
stage secondary
parallel_stage secondary_parallelizable
Expand All @@ -52,6 +54,7 @@ if [ "$1" = "essential" ]; then
stage sanity_check
stage core
stage reposync
stage proxy
stage init_clients
fi

Expand Down

0 comments on commit 3fee591

Please sign in to comment.