From 4524c66cd10d3e24f621d66451ecb852c6619fbc Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 15 Jun 2016 22:13:15 +0200 Subject: sfqm: Disable jobs running for stable/brahmaputra stable/brahmaputra branch does not have the source code, causing daily jobs to fail unnecessarily. Jobs running for that branch are now disabled. Documentation jobs are handled separately so updates to docs folder on stable/brahmaputra branch will still generate docs. Change-Id: Iecfaa8c96ea3e7da4ef6e39cd38af1b0969e7810 Signed-off-by: Fatih Degirmenci --- jjb/fastpathmetrics/fastpathmetrics.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'jjb/fastpathmetrics') diff --git a/jjb/fastpathmetrics/fastpathmetrics.yml b/jjb/fastpathmetrics/fastpathmetrics.yml index e7dbf26f9..db06afca4 100644 --- a/jjb/fastpathmetrics/fastpathmetrics.yml +++ b/jjb/fastpathmetrics/fastpathmetrics.yml @@ -16,13 +16,17 @@ - master: branch: '{stream}' gs-pathname: '' + disabled: false - brahmaputra: - branch: 'stable/{stream}' - gs-pathname: '/{stream}' + branch: '{stream}' + gs-pathname: '' + disabled: true - job-template: name: 'fastpathmetrics-verify-{stream}' + disabled: '{obj:disabled}' + parameters: - project-parameter: project: '{project}' @@ -70,6 +74,8 @@ project-type: freestyle + disabled: '{obj:disabled}' + concurrent: true properties: @@ -119,6 +125,8 @@ project-type: freestyle + disabled: '{obj:disabled}' + concurrent: true properties: -- cgit 1.2.3-korg