Differentiate CSIT PoC jobs and templates
- restore {project-name}-{stream}-docker-golang-shell-daily template
to its original state
- separate all new templates related to CSIT redesign by "PoC" postfix
- pass CSIT jobs to be triggered to the template with explicit
"jobs_to_trigger" list
- define UNIQUE_DOCKER_TAG as input parameter to CSIT template
Issue-ID: INT-1760
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I6eef5bf407d5c89406d1b19d7d931d9d00092908
diff --git a/jjb/music/music-distributed-kv-store.yaml b/jjb/music/music-distributed-kv-store.yaml
index d5b0308..4ad0a39 100644
--- a/jjb/music/music-distributed-kv-store.yaml
+++ b/jjb/music/music-distributed-kv-store.yaml
@@ -6,7 +6,7 @@
jobs:
- '{project-name}-{stream}-verify-golang'
- '{project-name}-{stream}-merge-golang'
- - '{project-name}-{stream}-docker-golang-shell-daily':
+ - '{project-name}-{stream}-docker-golang-snapshot-PoC':
script:
!include-raw-escape: 'build-music-distributed-kv-store-image.sh'
project: 'music/distributed-kv-store'