diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-06-15 22:13:15 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-06-15 22:18:59 +0200 |
commit | 4524c66cd10d3e24f621d66451ecb852c6619fbc (patch) | |
tree | 7f8c0d8be7e6f569723db49553f8f82be197af60 /jjb/fastpathmetrics | |
parent | ca27977f61fe104a5252cdc40b42c6c774724530 (diff) |
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 <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fastpathmetrics')
-rw-r--r-- | jjb/fastpathmetrics/fastpathmetrics.yml | 12 |
1 files changed, 10 insertions, 2 deletions
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: |