X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdemo%2Fdemo.yaml;h=dfe1fe93d8825b912caa0b119edfdbd66f3cc7c7;hb=4494c8d3ecb8fab909b37f6831e27d266d66e10d;hp=49eea2892fbc5bffd3661ea1d3ccff494ed1c4ee;hpb=258a72e9ebbcca460ba20b197c3adea61fbe9ae8;p=ci-management.git diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 49eea2892..dfe1fe93d 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -13,7 +13,7 @@ - '{project-name}-{stream}-merge-java' - gerrit-maven-stage: 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 @@ -22,8 +22,6 @@ stream: - 'master': branch: 'master' - - 'elalto': - branch: 'elalto' mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' @@ -32,8 +30,12 @@ name: demo-sonar jobs: - gerrit-maven-sonar + 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: ubuntu1604-builder-4c-4g + build-node: ubuntu1804-builder-4c-4g project: 'demo' project-name: 'demo' branch: 'master' @@ -46,5 +48,34 @@ project-name: demo jobs: - gerrit-info-yaml-verify + build-node: centos8-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'