From 65382d150b6a55f3191b63cfe3d509357a6560cf Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Thu, 18 Apr 2019 14:07:01 +0400 Subject: [PATCH] Remove default image name from job parameter I discovered that image name already specified in heat templates and we can use it as default. Change-Id: I9a008cd5ebbb95df4c1ba5ef67851514d3a3ec2b --- maintenance-ci/common/jobs/deploy-stack.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maintenance-ci/common/jobs/deploy-stack.yaml b/maintenance-ci/common/jobs/deploy-stack.yaml index 052d8fc..1e08ab1 100644 --- a/maintenance-ci/common/jobs/deploy-stack.yaml +++ b/maintenance-ci/common/jobs/deploy-stack.yaml @@ -28,7 +28,8 @@ - mos.tempest (128gb ram) - string: name: IMAGE_NAME - default: maintenance-ci-base-image + default: "" + description: "Overwrites image name in heat stack template. Use only when needed" - string: name: JENKINS_LABELS default: '' -- 2.45.2