X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpolicy%2Fpolicy-common.yaml;h=ba3d88496ae477f0d2639c2c63ee2c8477fd2659;hb=096164ee7b0e83e0868ca1268392845a0b51ae91;hp=2df702731787ad0342753d3fd60b40c073670de4;hpb=ded01d7fdd69ec20f828e11de936842d4f43413a;p=ci-management.git diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index 2df702731..ba3d88496 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -3,14 +3,11 @@ name: policy-common project-name: 'policy-common' jobs: - - gerrit-maven-clm: - java-version: '' + - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-java-daily': + disabled: true project: 'policy/common' stream: @@ -19,23 +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-release-1.0.0 - project-name: 'policy-common' + name: policy-common-sonar jobs: - - '{project-name}-{stream}-verify-java-skip-tests' - - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily-no-sonar' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily' - + - gerrit-maven-sonar + cron: 'H 11 * * *' + build-node: ubuntu1604-builder-4c-4g project: 'policy/common' - stream: - - 'release-1.0.0': - branch: 'release-1.0.0' + project-name: 'policy-common' + branch: 'master' mvn-settings: 'policy-common-settings' - files: '**' - archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'