summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-golang.yaml
diff options
context:
space:
mode:
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-11-27 16:54:51 +0200
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-11-27 17:07:47 +0200
commitbfdc1999cfe12b9e9681500a0f479038d89421c7 (patch)
tree7680984a704002ff1e64f678843b3dc2867516e5 /jjb/global-templates-golang.yaml
parent3f4548ec0ceb6f9179b2d7c4744e9a7e68f07818 (diff)
Rename project-specific CSIT PoC jobs
- remove PoC postfixes and rename the templates properly - update changed names to music jobs - add comments to identify all relevant templates as parts of project-specific CSIT flow Issue-ID: INT-1794 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ib4fb99a9aeb14215346802a4aee158e0a07eb5eb
Diffstat (limited to 'jjb/global-templates-golang.yaml')
-rw-r--r--jjb/global-templates-golang.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/global-templates-golang.yaml b/jjb/global-templates-golang.yaml
index 0bfb0b94c..d29528a3b 100644
--- a/jjb/global-templates-golang.yaml
+++ b/jjb/global-templates-golang.yaml
@@ -203,8 +203,8 @@
maven-version: '{maven-version}'
- job-template:
- # Job template PoC for building & pushing snapshot docker images
- # for CSIT verification
+ # Job template for building and pushing uniquely tagged
+ # snapshot docker images in project-specific CSIT flow
#
# golangver can be set to golang110 or golang111
# depending on what version is needed by the project
@@ -215,7 +215,7 @@
# 2. run a specified shell builder
#
- name: '{project-name}-{stream}-golang-docker-snapshot-PoC'
+ name: '{project-name}-{stream}-golang-docker-snapshot'
golangver: 'golang110'
project-type: freestyle
node: 'ubuntu1804-docker-8c-8g'