X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fvvp%2Fvvp-test-engine.yaml;h=36a51fc3419c79d79e9793db578195ffa4a50413;hb=de7d1a2d74b26314f79f5b74550ebe01487bb5c0;hp=c746fbd94d2f6491f636cfc19707d2d0e3ef0525;hpb=ee49d5ac943c404c24ac57eb3c8cbf65299ca6ef;p=ci-management.git diff --git a/jjb/vvp/vvp-test-engine.yaml b/jjb/vvp/vvp-test-engine.yaml index c746fbd94..36a51fc34 100644 --- a/jjb/vvp/vvp-test-engine.yaml +++ b/jjb/vvp/vvp-test-engine.yaml @@ -1,10 +1,44 @@ --- - project: - name: vvp-test-engine + name: vvp-test-engine-info project-name: 'vvp-test-engine' project: 'vvp/test-engine' mvn-settings: 'vvp-test-engine-settings' branch: master jobs: - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g + build-node: centos8-builder-2c-1g + +- project: + name: vvp-test-engine-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: ubuntu1804-docker-8c-8g + project: 'vvp/test-engine' + project-name: 'vvp-test-engine' + branch: 'master' + mvn-settings: 'vvp-test-engine-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: vvp-test-engine-verify + project-name: 'vvp-test-engine' + project: 'vvp/test-engine' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vvp-test-engine-settings' + build-node: 'centos8-builder-4c-4g' + subproject: + - 'onap-client': + path: 'onap-client' + pattern: 'onap-client/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python'