X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fprediction%2Fprediction.yml;h=a95cd98daba3ecb9ff46a5ec4cebeae0577993eb;hb=5703c5630be7d46937595ecf8d81d1569f57eb3d;hp=93fa331442916cc562832133c5fd4f17a9b949d3;hpb=4163f6bfb811c17dc22e68c7a2ef1ed30293feaf;p=releng.git diff --git a/jjb/prediction/prediction.yml b/jjb/prediction/prediction.yml index 93fa33144..a95cd98da 100644 --- a/jjb/prediction/prediction.yml +++ b/jjb/prediction/prediction.yml @@ -10,31 +10,27 @@ jobs: - 'prediction-verify-{stream}' -# only master branch is enabled at the moment to keep no of jobs sane stream: - master: - branch: 'master' - gs-pathname: '' -# - stable-brahmaputra: -# branch: 'stable/brahmaputra' -# gs-pathname: '/brahmaputra' - -- job_defaults: &prediction_job_defaults - name: prediction_job_defaults - - parameters: - - project-parameter: - project: '{project}' - - gerrit-parameter: branch: '{stream}' + gs-pathname: '' + disabled: false + - colorado: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false - job-template: name: 'prediction-verify-{stream}' - <<: *prediction_job_defaults + disabled: '{obj:disabled}' parameters: - - 'opnfv-build-defaults' + - project-parameter: + project: '{project}' + - gerrit-parameter: + branch: '{branch}' + - 'opnfv-build-ubuntu-defaults' scm: - gerrit-trigger-scm: @@ -59,7 +55,7 @@ project-pattern: '{project}' branches: - branch-compare-type: 'ANT' - branch-pattern: '**/{stream}' + branch-pattern: '**/{branch}' forbidden-file-paths: - compare-type: ANT pattern: 'docs/**|.gitignore'