From a3299bbda33f82c3311c8ccfc18ba44cdf011ea7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simo=20F=C3=A4lt?= <simo.falt@digia.com>
Date: Fri, 22 Mar 2013 14:36:28 +0200
Subject: [PATCH] qtqa: Change QtX11Extras ci to use 'dev' and 'stable'
 branches

QtX11Extras master branch is gone, dev and stable are to be used now.

Change-Id: I7cc15381b59e64da08809fc3d766ef9bed1888e5
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
---
 scripts/jenkins/ci.cfg | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/scripts/jenkins/ci.cfg b/scripts/jenkins/ci.cfg
index 7a2eb820..b673472b 100644
--- a/scripts/jenkins/ci.cfg
+++ b/scripts/jenkins/ci.cfg
@@ -448,10 +448,15 @@ Enabled = 1
 GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquickcontrols"
 GerritBranch = stable
 
-[QtX11Extras_master_Integration]
+[QtX11Extras_dev_Integration]
 Enabled = 1
 GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtx11extras"
-GerritBranch = master
+GerritBranch = dev
+
+[QtX11Extras_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtx11extras"
+GerritBranch = stable
 
 [QtSerialPort_dev_Integration]
 Enabled = 1
-- 
GitLab