summaryrefslogtreecommitdiff
path: root/platform-test-common.cfg.example
diff options
context:
space:
mode:
authorLeap Admins <sysdev@leap.se>2013-05-07 12:38:59 +0000
committerLeap Admins <sysdev@leap.se>2013-05-07 12:38:59 +0000
commit375f150f65e0653c4b793b584a231ae19ed20c78 (patch)
tree1126d0529aa74b2252cdce3999604fda53ad8cb9 /platform-test-common.cfg.example
parent4e0b13304b3a1f2bbf122e595add0ade098a3a04 (diff)
added example configs + .gitignore
Diffstat (limited to 'platform-test-common.cfg.example')
-rw-r--r--platform-test-common.cfg.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform-test-common.cfg.example b/platform-test-common.cfg.example
new file mode 100644
index 0000000..1076d16
--- /dev/null
+++ b/platform-test-common.cfg.example
@@ -0,0 +1,12 @@
+CONTACTS="ci@leap.se"
+ROOTDIR='/home/testbot/platform-test'
+PROVIDERDIR="$ROOTDIR/$PROVIDER/$PLATFORM_BRANCH/$PROVIDER"
+OPTS='--yes'
+PLATFORM_TEST_BIN='/usr/local/bin/platform_test'
+PLATFORMDIR="$ROOTDIR/$PROVIDER/$PLATFORM_BRANCH/leap_platform"
+LOGDIR="/var/log/leap/$PROVIDER"
+
+# sleep x seconds before deploying
+SLEEP=20
+
+MAIL_TO=$CONTACTS