X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdemo%2Fdemo.yaml;h=5af773983f6bf4d5a47d36adb27778f1e6a40155;hb=ffc3ac818c92944c9b956633550a461457d10d36;hp=3d1bf460f810ce5c1ac7a3b4ca3a051d545a77e7;hpb=adfabfb88b6d590267a1ab203bfdc5e75a70d6e2;p=ci-management.git diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 3d1bf460f..5af773983 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -22,8 +22,10 @@ stream: - 'master': branch: 'master' - - 'elalto': - branch: 'elalto' + - 'istanbul': + branch: 'istanbul' + - 'honolulu': + branch: 'honolulu' mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' @@ -38,7 +40,7 @@ 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' @@ -51,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'