X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fpolicy%2Fpolicy-common.yaml;h=4e1aa98f221710e03be05997c42db17a64481e3a;hb=5f4277f766a66dffa01cb6cfca2039b8101e1f19;hp=4ac1ea3cfe5007029d1a3b9f9ded24cbfba209dd;hpb=71f31e6c0817c079e47be60c91c14742694b0c3e;p=ci-management.git diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index 4ac1ea3cf..4e1aa98f2 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -3,9 +3,11 @@ name: policy-common project-name: 'policy-common' jobs: - - '{project-name}-{stream}-verify-java-skip-tests' + - gerrit-maven-clm + - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-java-daily': + disabled: true project: 'policy/common' stream: @@ -14,4 +16,17 @@ mvn-settings: 'policy-common-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g + build-node: ubuntu1604-builder-4c-4g + +- project: + name: policy-common-sonar + jobs: + - gerrit-maven-sonar + cron: '@daily' + build-node: ubuntu1604-builder-4c-4g + project: 'policy/common' + project-name: 'policy-common' + branch: 'master' + mvn-settings: 'policy-common-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'