From 3fee591897673a6369531f7c48914910a9fea0d3 Mon Sep 17 00:00:00 2001 From: Eric Bischoff Date: Thu, 13 Feb 2025 19:20:24 +0100 Subject: [PATCH] New "proxy" stage --- salt/controller/run-testsuite | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/controller/run-testsuite b/salt/controller/run-testsuite index 7db07584c..2128ec2b4 100644 --- a/salt/controller/run-testsuite +++ b/salt/controller/run-testsuite @@ -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 @@ -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 @@ -52,6 +54,7 @@ if [ "$1" = "essential" ]; then stage sanity_check stage core stage reposync + stage proxy stage init_clients fi