start proxysql cluster for default groups

pull/5003/head
Miro Stauder 11 months ago
parent 7030b3c3a4
commit 96dd2dbd75

@ -0,0 +1,13 @@
#!/usr/bin/env bash
#
# change infra config
# inherits env from tester script
#
# Start ProxySQL Cluster if available
$JENKINS_SCRIPTS_PATH/cluster_start.bash
$JENKINS_SCRIPTS_PATH/cluster_init.bash
# wait for cluster to stabilize
sleep 10

@ -0,0 +1,13 @@
#!/usr/bin/env bash
#
# change infra config
# inherits env from tester script
#
# Start ProxySQL Cluster if available
$JENKINS_SCRIPTS_PATH/cluster_start.bash
$JENKINS_SCRIPTS_PATH/cluster_init.bash
# wait for cluster to stabilize
sleep 10

@ -0,0 +1,13 @@
#!/usr/bin/env bash
#
# change infra config
# inherits env from tester script
#
# Start ProxySQL Cluster if available
$JENKINS_SCRIPTS_PATH/cluster_start.bash
$JENKINS_SCRIPTS_PATH/cluster_init.bash
# wait for cluster to stabilize
sleep 10

@ -0,0 +1,13 @@
#!/usr/bin/env bash
#
# change infra config
# inherits env from tester script
#
# Start ProxySQL Cluster if available
$JENKINS_SCRIPTS_PATH/cluster_start.bash
$JENKINS_SCRIPTS_PATH/cluster_init.bash
# wait for cluster to stabilize
sleep 10
Loading…
Cancel
Save