X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdemo%2Fdemo.yaml;h=e7bf8fba5238ec2e73c03c95fa149cf2bda9f526;hb=dd110ce9ff62441f57ee9dad7415d730d0b6b43f;hp=a86ded70a573ae52fde60649a9795ae2fe1c27e1;hpb=cc69337da17f0a6927321e8629b2e281b2523f55;p=ci-management.git diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index a86ded70a..e7bf8fba5 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -1,18 +1,29 @@ --- +- project: + name: demo-project-view + project-name: demo + views: + - project-view - project: name: demo project-name: 'demo' jobs: - - gerrit-maven-clm: - '{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' + - 'frankfurt': + branch: 'frankfurt' mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' @@ -21,11 +32,53 @@ name: demo-sonar jobs: - gerrit-maven-sonar - cron: 'H 11 * * *' - build-node: ubuntu1604-builder-4c-4g + 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-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'