From: Jessica Wagantall Date: Sat, 20 Oct 2018 01:41:30 +0000 (-0700) Subject: VID-Refactor CLM project block X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F70879%2F2;p=ci-management.git VID-Refactor CLM project block The clm job portion needs to be on its own project section similar to the Sonar portion. The reason behind this, is because we only want this job to be running for master and no other branches. Also, this is in preparation for the work that is to come from global-jjb on application names in CLM. Change-Id: Ic13877422d53b29edd9046948be0e8361a7eae42 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall --- diff --git a/jjb/vid/vid.yaml b/jjb/vid/vid.yaml index 7f4cb3b00..38d3c48f2 100644 --- a/jjb/vid/vid.yaml +++ b/jjb/vid/vid.yaml @@ -3,7 +3,6 @@ name: vid project-name: 'vid' jobs: - - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily': @@ -45,3 +44,13 @@ mvn-settings: 'vid-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: vid-clm + jobs: + - gerrit-maven-clm + project: vid + project-name: 'vid' + build-node: ubuntu1604-builder-4c-4g + branch: 'master' + mvn-settings: 'vid-settings'