diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-08 15:30:10 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-08 15:30:10 +0100 |
commit | 90ffd0ba013286ea27e44da1a9d983dfe4d37605 (patch) | |
tree | 1d0dba0337557e9cd31c9d4ed25fb331c0d2c89b /jjb/yardstick | |
parent | c62126eaf3f93e11653a5d37cad984797bd4d3bf (diff) |
Run yardstick against orange-pod2 joid
Change-Id: I01213a7b00fe6fbf9c723cff9dcf64e5ce2af1f4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/yardstick')
-rw-r--r-- | jjb/yardstick/yardstick-ci-jobs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jjb/yardstick/yardstick-ci-jobs.yml b/jjb/yardstick/yardstick-ci-jobs.yml index 220542bfd..15ba405f1 100644 --- a/jjb/yardstick/yardstick-ci-jobs.yml +++ b/jjb/yardstick/yardstick-ci-jobs.yml @@ -47,6 +47,9 @@ - zte-build-1: installer: fuel <<: *master + - orange-pod2: + installer: joid + <<: *master #-------------------------------- loop: - daily @@ -212,3 +215,10 @@ default: '' description: 'Arguments to use in order to choose the backend DB' +- parameter: + name: 'yardstick-params-orange-pod2' + parameters: + - string: + name: YARDSTICK_DB_BACKEND + default: '' + description: 'Arguments to use in order to choose the backend DB' |