From c207393aa20855ab625f3e03e2a3d5b498dc742d Mon Sep 17 00:00:00 2001
From: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Date: Tue, 3 Apr 2018 06:41:36 -0700
Subject: Create Stable Branch Jobs for bottlenecks

Change-Id: I268ce9fd995a7f6260e56a66de3d2992a832b024
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
---
 jjb/bottlenecks/bottlenecks-ci-jobs.yml      | 10 +++++-----
 jjb/bottlenecks/bottlenecks-project-jobs.yml |  8 +++++++-
 2 files changed, 12 insertions(+), 6 deletions(-)

(limited to 'jjb')

diff --git a/jjb/bottlenecks/bottlenecks-ci-jobs.yml b/jjb/bottlenecks/bottlenecks-ci-jobs.yml
index 072117ae3..41b73a290 100644
--- a/jjb/bottlenecks/bottlenecks-ci-jobs.yml
+++ b/jjb/bottlenecks/bottlenecks-ci-jobs.yml
@@ -19,8 +19,8 @@
       gs-packagepath: '/{suite}'
       # docker tag used for version control
       docker-tag: 'latest'
-    euphrates: &euphrates
-      stream: euphrates
+    fraser: &fraser
+      stream: fraser
       branch: 'stable/{stream}'
       gs-pathname: '/{stream}'
       gs-packagepath: '/{stream}/{suite}'
@@ -49,12 +49,12 @@
           slave-label: compass-baremetal-branch
           installer: compass
           auto-trigger-name: 'daily-trigger-disabled'
-          <<: *euphrates
+          <<: *fraser
       - virtual:
           slave-label: compass-virtual-branch
           installer: compass
           auto-trigger-name: 'daily-trigger-disabled'
-          <<: *euphrates
+          <<: *fraser
 
     # -------------------------------
     #        None-CI PODs
@@ -63,7 +63,7 @@
     #     slave-label: '{pod}'
     #     installer: joid
     #     auto-trigger-name: 'daily-trigger-disabled'
-    #     <<: *euphrates
+    #     <<: *fraser
     # - orange-pod2:
     #     slave-label: '{pod}'
     #     installer: joid
diff --git a/jjb/bottlenecks/bottlenecks-project-jobs.yml b/jjb/bottlenecks/bottlenecks-project-jobs.yml
index 93b2d913c..bebac995b 100644
--- a/jjb/bottlenecks/bottlenecks-project-jobs.yml
+++ b/jjb/bottlenecks/bottlenecks-project-jobs.yml
@@ -21,6 +21,11 @@
           # This is used for different test suite dependent packages storage
           gs-packagepath: '/{suite}'
           disabled: false
+      - fraser: &fraser
+          branch: 'stable/{stream}'
+          gs-pathname: '/{stream}'
+          gs-packagepath: '/{stream}/{suite}'
+          disabled: false
       - euphrates:
           branch: 'stable/{stream}'
           gs-pathname: '/{stream}'
@@ -153,7 +158,8 @@
       - string:
           name: PACKAGE_URL
           default: http://205.177.226.237:9999/bottlenecks{gs-packagepath}/
-          description: "the url where we store the packages used for bottlenecks rubbos"
+          description: "the url where we store the packages used for bottlenecks\
+            \ rubbos"
 
 ####################################
 # builders for bottlenecks project
-- 
cgit