summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/functest/functest.yml79
1 files changed, 76 insertions, 3 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml
index 0239da9d7..be7f68940 100644
--- a/jjb/functest/functest.yml
+++ b/jjb/functest/functest.yml
@@ -1,8 +1,12 @@
- project:
name: functest
-
+
jobs:
- 'functest-vim_bench-test'
+ - 'functest-vim_tempest-test'
+ - 'functest-odl-test'
+ - 'functest-vims-test'
+ - 'functest-vping-test'
- 'functest-daily-{stream}'
- 'functest-merge'
- 'functest-verify'
@@ -21,7 +25,7 @@
name: functest-vim_bench-test
project-type: freestyle
-
+
node: orange-build
logrotate:
@@ -32,7 +36,76 @@
builders:
- shell: |
- rally task start /home/ubuntu/rally/samples/tasks/scenario/opnfv/opnfv-keystone.json
+ python run_rally.py keystone
+
+- job-template:
+ name: functest-vim_tempest-test
+
+ project-type: freestyle
+
+ node: orange-build
+
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 10
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
+
+ builders:
+ - shell: |
+ rally verify start
+
+- job-template:
+ name: functest-odl-test
+
+ project-type: freestyle
+
+ node: ericsson-build
+
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 10
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
+
+ builders:
+ - shell: |
+ echo "put your CI scenario here"
+
+- job-template:
+ name: functest-vims-test
+
+ project-type: freestyle
+
+ node: ericsson-build
+
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 10
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
+
+ builders:
+ - shell: |
+ echo "put your CI scenario here"
+
+
+- job-template:
+ name: functest-vping-test
+
+ project-type: freestyle
+
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 10
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
+
+ builders:
+ - shell: |
+ echo "put your CI scenario here"
+
+
- job-template:
name: 'functest-daily-{stream}'