X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdemo%2Fdemo.yaml;h=5af773983f6bf4d5a47d36adb27778f1e6a40155;hb=ffc3ac818c92944c9b956633550a461457d10d36;hp=3ff6a39e26e5a945c183d9ac7ac344b19217ba48;hpb=518e37758ab84ef9253b9161c859c2cfff6ece57;p=ci-management.git diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 3ff6a39e2..5af773983 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -11,12 +11,21 @@ jobs: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + maven-versions-plugin: true + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'demo' stream: - 'master': branch: 'master' + - 'istanbul': + branch: 'istanbul' + - 'honolulu': + branch: 'honolulu' mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' @@ -25,11 +34,57 @@ name: demo-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 + build-node: ubuntu1804-builder-4c-4g project: 'demo' project-name: 'demo' branch: 'master' mvn-settings: 'demo-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: demo-info + project-name: demo + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: demo + branch: master + +- project: + name: demo-linters + project: 'demo' + project-name: 'demo' + python-version: python3 + jobs: + - integration-linters + subproject: + - 'yaml': + tox-dir: '.' + tox-envs: 'yaml' + pattern: '**/*.yaml' + - 'yml': + tox-dir: '.' + tox-envs: 'yaml' + pattern: '**/*.yml' + - 'json': + tox-dir: '.' + tox-envs: 'json' + pattern: '**/*.json' + - 'python': + tox-dir: '.' + tox-envs: 'py' + pattern: '**/*.py' + stream: + - 'master': + branch: 'master' + - 'istanbul': + branch: 'istanbul' + - 'honolulu': + branch: 'honolulu'