diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-07 13:13:35 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-07 16:28:01 +0000 |
commit | 3a2318e55dd35074c069b9ef9089fec7a138a88a (patch) | |
tree | 83505b368ed4378f9c79fb0e734373483c634c20 /jjb/prediction/prediction.yml | |
parent | 75788714eef4a64f3119f855711c75165db5952a (diff) |
Enable verify and merge jobs for stable/brahmaputra branch
Change-Id: I5f811a0db6c1725e02b3bfd51d8c7c21b12633a2
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/prediction/prediction.yml')
-rw-r--r-- | jjb/prediction/prediction.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/jjb/prediction/prediction.yml b/jjb/prediction/prediction.yml index 7a47bc11e..f8fdceb81 100644 --- a/jjb/prediction/prediction.yml +++ b/jjb/prediction/prediction.yml @@ -10,14 +10,13 @@ jobs: - 'prediction-verify-{stream}' -# only master branch is enabled at the moment to keep no of jobs sane stream: - master: - branch: 'master' + branch: '{stream}' gs-pathname: '' -# - brahmaputra: -# branch: 'stable/brahmaputra' -# gs-pathname: '/brahmaputra' + - brahmaputra: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' - job-template: name: 'prediction-verify-{stream}' |