X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Foptf%2Foptf-has.yaml;h=50a8035f810611f7c23fa0eb7b0fc45045b26956;hb=6343b32a1e48a92a61c92379773975fb2d4d74d1;hp=2301524e7a1e84104d025cf1ecc238784f38154e;hpb=ceddff568c190eb95a6b7efd1a1b3905d7d40dee;p=ci-management.git diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml index 2301524e7..7aef56947 100644 --- a/jjb/optf/optf-has.yaml +++ b/jjb/optf/optf-has.yaml @@ -6,8 +6,8 @@ stream: - 'master': branch: 'master' - - 'beijing': - branch: 'beijing' + - 'jakarta': + branch: 'jakarta' mvn-settings: 'optf-has-settings' subproject: - 'conductor': @@ -15,56 +15,65 @@ pattern: 'conductor/**' pom: 'pom.xml' jobs: - - gerrit-maven-clm - - '{project-name}-{stream}-{subproject}-verify-python' - - '{project-name}-{stream}-{subproject}-verify-java' - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-{subproject}-release-version-java-daily' + - '{project-name}-{stream}-{subproject}-verify-python': + build-node: ubuntu1804-builder-4c-4g + - '{project-name}-{stream}-{subproject}-merge-java': + build-node: ubuntu1804-docker-8c-8g + - gerrit-maven-stage: + sbom-generator: true + sign-artifacts: true + build-node: centos8-docker-8c-8g + maven-versions-plugin: true + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g + - gerrit-maven-docker-stage: + sbom-generator: true + build-node: ubuntu1804-docker-8c-8g + maven-versions-plugin: true + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' + docker-pom: 'conductor/pom.xml' + mvn-params: '-Dmaven.test.skip=true -P docker' + files: '**' archive-artifacts: '' - build-node: 'ubuntu1604-builder-4c-4g' - -- project: - name: optf-has-docker - project-name: 'optf-has' - project: 'optf/has' - stream: - - 'master': - branch: 'master' - - 'beijing': - branch: 'beijing' - mvn-settings: 'optf-has-settings' - subproject: - - 'conductor': - path: 'conductor' - pattern: 'conductor/**' - pom: 'pom.xml' - jobs: - - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily': - docker-pom: 'pom.xml' - mvn-goals: 'install' - mvn-params: '-Dmaven.test.skip=true' - script: - !include-raw-escape: 'build-optf-has-docker-image.sh' - build-node: queue-docker-4c-4g - - '{project-name}-{stream}-{subproject}-docker-java-shell-daily': - docker-pom: 'pom.xml' - mvn-goals: 'install' - mvn-params: '-Dmaven.test.skip=true' - script: - !include-raw-escape: 'build-optf-has-docker-image.sh' - build-node: queue-docker-4c-4g + build-node: 'ubuntu1804-builder-4c-4g' - project: name: optf-has-sonar jobs: - gerrit-maven-sonar - cron: 'H 11 * * *' - build-node: ubuntu1604-builder-4c-4g + sonarcloud: true + 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-docker-8c-8g project: 'optf/has' project-name: 'optf-has' branch: 'master' mvn-settings: 'optf-has-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: optf-has-clm + jobs: + - gerrit-maven-clm + nexus-iq-namespace: 'onap-' + project: optf/has + project-name: 'optf-has' + build-node: ubuntu1804-docker-8c-8g + stream: + - 'master': + branch: 'master' + mvn-settings: 'optf-has-settings' + +- project: + name: optf-has-info + project-name: optf-has + jobs: + - gerrit-info-yaml-verify + build-node: centos8-builder-2c-1g + project: optf/has + branch: master