X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fholmes%2Fholmes-dsa.yaml;h=6a559efd0a8efd91f495a23f96e3ec053941cacc;hb=1587678c6e6f29a3cce7ad1cd5984c3fc5ff64bd;hp=34362cc587aded8b6a8038f16c729e7de36e471c;hpb=dcdb541e8f578ca08e5e08dfaa5fcd1aa4a0f6dd;p=ci-management.git diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index 34362cc58..6a559efd0 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -7,7 +7,8 @@ - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' - - '{project-name}-{stream}-docker-java-daily' + - '{project-name}-{stream}-docker-java-daily': + mvn-params: '-Dmaven.test.skip=true' project: 'holmes/dsa' stream: @@ -18,4 +19,17 @@ archive-artifacts: '' docker-pom: 'pom.xml' mvn-profile: docker - build-node: ubuntu1604-basebuild-4c-4g + build-node: ubuntu1604-builder-4c-4g + +- project: + name: holmes-dsa-sonar + jobs: + - gerrit-maven-sonar + cron: 'H 11 * * *' + build-node: ubuntu1604-builder-4c-4g + project: 'holmes/dsa' + project-name: 'holmes-dsa' + branch: 'master' + mvn-settings: 'holmes-dsa-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'