From ed2b8442d759280d44c828d8ce3ce27c22bd8afa Mon Sep 17 00:00:00 2001
From: "jose.lausuch" <jose.lausuch@ericsson.com>
Date: Mon, 18 Apr 2016 13:25:39 +0200
Subject: Functest, change docker tag for stable/brahmaputra

it was forced to brahmaputra.1.0, and it won't take the
latest fixes in the stable branch. The tag 'stable' is
a build made of the latest changes in the stable branch.

Change-Id: I420bbae7e68decf137ea2f67f456ece3072f3be3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
---
 jjb/functest/functest-ci-jobs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'jjb')

diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml
index 22c5a5ca5..c9bf07d8b 100644
--- a/jjb/functest/functest-ci-jobs.yml
+++ b/jjb/functest/functest-ci-jobs.yml
@@ -18,7 +18,7 @@
         stream: brahmaputra
         branch: 'stable/{stream}'
         gs-pathname: '/{stream}'
-        docker-tag: 'brahmaputra.1.0'
+        docker-tag: 'stable'
 #--------------------------------
 # POD, INSTALLER, AND BRANCH MAPPING
 #--------------------------------
-- 
cgit