From 4163f6bfb811c17dc22e68c7a2ef1ed30293feaf Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 11 Dec 2015 10:54:26 +0100 Subject: Cleanup jjb files - Remove the jobs that do nothing such as merge and daily jobs - Leave only verify jobs for all the projects as placeholders - Introduce stable/brahmaputra branch and keep it disabled Please note that the "real" jobs for bottlenecks, compass4nfv, functest, and qtip are not deleted. Change-Id: I80031f77a11c2bf5173fbb7be98294285e3cc2ef Signed-off-by: Fatih Degirmenci --- jjb/ovsnfv/ovsnfv.yml | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) (limited to 'jjb/ovsnfv') diff --git a/jjb/ovsnfv/ovsnfv.yml b/jjb/ovsnfv/ovsnfv.yml index 6769f682a..83bab98b3 100644 --- a/jjb/ovsnfv/ovsnfv.yml +++ b/jjb/ovsnfv/ovsnfv.yml @@ -1,30 +1,31 @@ - project: name: ovsnfv + + project: '{name}' + jobs: - 'ovsnfv-verify-{stream}' - 'ovsnfv-merge-{stream}' - 'ovsnfv-daily-{stream}' +# only master branch is enabled at the moment to keep no of jobs sane stream: - master: branch: 'master' - - project: 'ovsnfv' + gs-pathname: '' +# - stable-brahmaputra: +# branch: 'stable/brahmaputra' +# gs-pathname: '/brahmaputra' - job-template: name: 'ovsnfv-verify-{stream}' - node: opnfv-build - parameters: - project-parameter: project: '{project}' - gerrit-parameter: branch: 'master' - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." + - 'intel-us-build-2-defaults' scm: - gerrit-trigger-scm: @@ -64,17 +65,12 @@ - job-template: name: 'ovsnfv-merge-{stream}' - node: opnfv-build - parameters: - project-parameter: project: '{project}' - gerrit-parameter: branch: 'master' - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." + - 'intel-us-build-2-defaults' scm: - gerrit-trigger-scm: @@ -108,17 +104,10 @@ - job-template: name: 'ovsnfv-daily-{stream}' - node: opnfv-build - - disabled: true - parameters: - project-parameter: project: '{project}' - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." + - 'intel-us-build-2-defaults' scm: - git-scm: -- cgit 1.2.3-korg