summaryrefslogtreecommitdiffstats
path: root/jjb/releng/testapi-automate.yml
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-01-25 12:58:11 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-25 12:58:11 +0000
commit0f54f23e804ec095b5ff84c3a6086c0855ed28c5 (patch)
treeb8fbc5556063e57fd2e38d964fb0484741df1fc2 /jjb/releng/testapi-automate.yml
parent32408dd6f7506a2a791bd5c00bf7cd9509961a07 (diff)
parentdb63c1b76140a583b43870094dbc2de323662933 (diff)
Merge "Add jenkins job for testapi mongodb backup"
Diffstat (limited to 'jjb/releng/testapi-automate.yml')
-rw-r--r--jjb/releng/testapi-automate.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml
index 78e80b392..8332f5bb4 100644
--- a/jjb/releng/testapi-automate.yml
+++ b/jjb/releng/testapi-automate.yml
@@ -10,6 +10,20 @@
project: 'releng'
+- job:
+ name: 'testapi-mongodb-backup'
+
+ slave-label: 'testresults'
+
+ scm:
+ - git-scm
+
+ triggers:
+ - timed: '@weekly'
+
+ builders:
+ - mongodb-backup
+
- job-template:
name: 'testapi-verify-{stream}'
@@ -110,6 +124,11 @@
################################
# job builders
################################
+- builder:
+ name: mongodb-backup
+ builders:
+ - shell: |
+ bash ./jjb/releng/testapi-backup-mongodb.sh
- builder:
name: run-unit-tests