Add test for wordpress example
Change-Id: I8e7e614b3f6693c1811714929645dca7c185a265
This commit is contained in:
parent
4153b7bde8
commit
e326156a5c
10
utils/jenkins/run_wordpress_example.sh
Executable file
10
utils/jenkins/run_wordpress_example.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -xe
|
||||||
|
|
||||||
|
export ENV_NAME="solar-example"
|
||||||
|
export SLAVES_COUNT=1
|
||||||
|
export DEPLOY_TIMEOUT=300
|
||||||
|
export TEST_SCRIPT="/bin/bash /vagrant/solar-resources/examples/wordpress/run.sh"
|
||||||
|
|
||||||
|
./utils/jenkins/run.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user