summaryrefslogtreecommitdiffstats
path: root/jjb/storperf
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-05-29 16:58:08 -0400
committermbeierl <mark.beierl@dell.com>2017-05-29 16:58:08 -0400
commit234834d9e192d90bcb3db062d6398fb5c59a12b1 (patch)
tree80724b65500b14b1d197d376ff3baae33216ddf7 /jjb/storperf
parent3cd4f6de57bd6d48f45a3d6d56c292e134e063b9 (diff)
Adding docker tag
Adds the tag to use when running docker from the DOCKER_TAG environment variable. Change-Id: I8f616b5582c1724079fec11c09f4cd3fdc72803f JIRA: STORPERF-128 Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'jjb/storperf')
-rw-r--r--jjb/storperf/storperf.yml9
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