diff options
author | morganrOL <morgan.richomme@orange.com> | 2015-04-10 16:49:42 +0200 |
---|---|---|
committer | morganrOL <morgan.richomme@orange.com> | 2015-04-10 19:51:42 +0200 |
commit | 063bbeace3c756cc1fac672282cb5dc18d58b924 (patch) | |
tree | 3d59fbd8c5bcd13e1f4b084aa0215c33908e66cd /jjb | |
parent | add838b95be5dc813016930d10639dde32c56d1a (diff) |
Add new template jobs for tempest, correct bench test, prepare ODL, vIMS, vPing template
JIRA: FUNCTEST-1
Change-Id: I0aca7dfbf12718642ce036cde9900b64e23660aa
Signed-off-by: morganrOL <morgan.richomme@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yml | 79 |
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}' |