From 069baaa55d95a047fe5af424cb61d50e0f204977 Mon Sep 17 00:00:00 2001 From: jenkins-ci Date: Fri, 21 Sep 2018 15:53:45 -0700 Subject: [PATCH] Create Gambia Jobs for Yardstick 2/2 Add Gambia jobs for Yardstick daily. Keep fraser jobs until Gambia 7.0.0 is released. For fraser-tied PODs, use docker image tag 'ovp-2.0.0'. Change-Id: I6dca72807db1caf9adfc5ce5949c50ad70af5361 Signed-off-by: jenkins-ci Signed-off-by: Trevor Bramwell Signed-off-by: rexlee8776 Signed-off-by: Patrice Buriez --- jjb/yardstick/yardstick-daily-jobs.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/jjb/yardstick/yardstick-daily-jobs.yaml b/jjb/yardstick/yardstick-daily-jobs.yaml index c5a35086f..e42dbedc1 100644 --- a/jjb/yardstick/yardstick-daily-jobs.yaml +++ b/jjb/yardstick/yardstick-daily-jobs.yaml @@ -15,11 +15,28 @@ branch: '{stream}' gs-pathname: '' docker-tag: 'latest' + gambia: &gambia + stream: gambia + branch: 'stable/{stream}' + gs-pathname: '{stream}' + docker-tag: 'stable' + # Temporary fraser entry, until all fraser-tied PODs below migrate to gambia fraser: &fraser stream: fraser branch: 'stable/{stream}' gs-pathname: '{stream}' - docker-tag: 'stable' + # In the meantime, docker image 'stable' will carry gambia contents, and + # there is no implemented way to build a docker image with 'fraser' tag. + # Available docker image tag options, as of 2018-10-03: + # - 'opnfv-6.2.1', built on 2018-07-02, is rather old. + # - 'ovp-2.0.0', built on 2018-09-21, is a good fit despite its name: it + # was built using SHA1 6c10a2d9cc3fe10e0bdd73a0985ab767b9479afc, which + # is the same as used for the most recent 'stable' docker image carrying + # fraser contents, built on 2018-09-13 and used so far by the fraser- + # tied PODs below. + # The alternative would be to create a new 'opnfv-6.2.2' git tag, but that + # would just build another image using the same SHA1 as for 'ovp-2.0.0'. + docker-tag: 'ovp-2.0.0' # ------------------------------- # POD, INSTALLER, AND BRANCH MAPPING # ------------------------------- -- 2.16.6