X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpolicy%2Fpolicy-common.yaml;h=4d611a83c54982344d4f71f82a403b88961ee25a;hb=b727b9540f52904c0fb11e7d3b733fd3ff600cf6;hp=cfc2cd0f6d8771649139fd4465a2282731639ade;hpb=adfabfb88b6d590267a1ab203bfdc5e75a70d6e2;p=ci-management.git diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index cfc2cd0f6..4d611a83c 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -1,61 +1,91 @@ --- - project: name: policy-common - project-name: 'policy-common' + project-name: "policy-common" jobs: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' + - "{project-name}-{stream}-verify-java" + - "{project-name}-{stream}-merge-java" - gerrit-maven-stage: + sbom-generator: true sign-artifacts: true - build-node: centos7-builder-4c-4g + build-node: centos8-docker-4c-4g maven-versions-plugin: true - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g + mvn-params: "-Dmaven.test.skip=true" + - "{project-name}-gerrit-release-jobs": + build-node: centos7-docker-2c-1g - project: 'policy/common' + project: "policy/common" stream: - - 'master': - branch: 'master' - mvn-settings: 'policy-common-settings' + - "master": + branch: "master" + - "java-17": + branch: "java-17" + mvn-settings: "policy-common-settings" + java-version: openjdk17 + files: "**" + archive-artifacts: "" + build-node: ubuntu1804-builder-4c-4g + +- project: + name: policy-common-java11 + project-name: "policy-common" + jobs: + - "{project-name}-{stream}-verify-java" + - "{project-name}-{stream}-merge-java" + - gerrit-maven-stage: + sbom-generator: true + sign-artifacts: true + build-node: centos8-docker-4c-4g + maven-versions-plugin: true + mvn-params: "-Dmaven.test.skip=true" + - "{project-name}-gerrit-release-jobs": + build-node: centos7-docker-2c-1g + + project: "policy/common" + stream: + - "honolulu": + branch: "honolulu" + - "istanbul": + branch: "istanbul" + - "jakarta": + branch: "jakarta" + - "kohn": + branch: "kohn" + - "london": + branch: "london" + mvn-settings: "policy-common-settings" java-version: openjdk11 - files: '**' - archive-artifacts: '' - build-node: ubuntu1604-builder-4c-4g + files: "**" + archive-artifacts: "" + build-node: ubuntu1804-builder-4c-4g - project: name: policy-common-sonar jobs: - gerrit-maven-sonar sonarcloud: true - sonarcloud-project-organization: '{sonarcloud_project_organization}' - sonarcloud-api-token: '{sonarcloud_api_token}' - sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' - sonar-mvn-goal: '{sonar_mvn_goal}' - cron: '@daily' - build-node: ubuntu1604-builder-4c-4g - project: 'policy/common' - project-name: 'policy-common' - branch: 'master' - mvn-settings: 'policy-common-settings' - java-version: openjdk11 - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + sonarcloud-project-organization: "{sonarcloud_project_organization}" + sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" + sonar-mvn-goal: "{sonar_mvn_goal}" + cron: "@daily" + build-node: ubuntu1804-builder-4c-4g + project: "policy/common" + project-name: "policy-common" + branch: "master" + mvn-settings: "policy-common-settings" + java-version: openjdk17 + mvn-goals: "clean install" + mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m" - project: name: policy-common-clm jobs: - gerrit-maven-clm - nexus-iq-namespace: 'onap-' + nexus-iq-namespace: "onap-" project: policy/common - project-name: 'policy-common' - branch: 'master' - mvn-settings: 'policy-common-settings' - java-version: openjdk11 - -- project: - name: policy-common-info - project-name: policy-common - jobs: - - gerrit-info-yaml-verify - project: policy/common - branch: master + project-name: "policy-common" + stream: + - "master": + branch: "master" + mvn-settings: "policy-common-settings" + java-version: openjdk17