X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdemo%2Fdemo.yaml;h=d03176079d9f9f8233f6cdf890e3a0086eccd7da;hb=0e9584e187edb624e37bb3f1845df100bf8b5a1d;hp=751b7ab480dd90a24dcdc75b0c1c22d44e9183c5;hpb=442c15f1afee97390422d420a1f3b5a81a66bf99;p=ci-management.git diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 751b7ab48..d03176079 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -15,13 +15,17 @@ 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' - - 'elalto': - branch: 'elalto' + - 'istanbul': + branch: 'istanbul' + - 'honolulu': + branch: 'honolulu' mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' @@ -30,8 +34,13 @@ 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: ubuntu2004-builder-4c-4g project: 'demo' project-name: 'demo' branch: 'master' @@ -44,5 +53,38 @@ 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'