mirror of https://github.com/sysown/proxysql
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…
Reference in new issue