Functest verify jobs only for master branch 99/36499/2
authorjose.lausuch <jose.lausuch@ericsson.com>
Mon, 26 Jun 2017 08:38:23 +0000 (10:38 +0200)
committerJose Lausuch <jose.lausuch@ericsson.com>
Wed, 5 Jul 2017 11:49:07 +0000 (11:49 +0000)
The verify job is running tox which is not in stable/danube
branch. Therefore, the bugfixes in that branch fail.
This enables verify jobs only to master branch.

Change-Id: Iff2a7b5e2d6aaff489767e77ebfa9a16bb9326de
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jjb/functest/functest-project-jobs.yml

index 7036f20..1c1e8e1 100644 (file)
@@ -18,7 +18,7 @@
         - danube:
             branch: 'stable/{stream}'
             gs-pathname: '/{stream}'
-            disabled: false
+            disabled: true
 
 - job-template:
     name: 'functest-verify-{stream}'