diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-05-31 16:46:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-31 16:46:14 +0000 |
commit | c08f0ef55c70d61aa45c6268f2ab88bb4b446c28 (patch) | |
tree | 5a9d6414721f37d530fc808ea313ef5aab79453c /jjb | |
parent | a765f12000378217a4b533525740bcceea3249d3 (diff) | |
parent | 234834d9e192d90bcb3db062d6398fb5c59a12b1 (diff) |
Merge "Adding docker tag"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/storperf/storperf.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index 709a1ebab..cd40050b2 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -13,10 +13,12 @@ branch: '{stream}' gs-pathname: '' disabled: false + docker-tag: 'latest' - danube: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false + docker-tag: 'stable' - job-template: name: 'storperf-verify-{stream}' @@ -149,6 +151,13 @@ project: '{project}' branch: '{branch}' - 'intel-pod9-defaults' + - string: + name: DEPLOY_SCENARIO + default: 'os-nosdn-nofeature-noha' + - string: + name: DOCKER_TAG + default: '{docker-tag}' + description: 'Tag to pull docker image' scm: - git-scm |