X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Ftestsuite%2Ftestsuite.yaml;h=37096145c5515f9bd262c8a7d851c56eb28a4272;hb=a29dd524cc61ad4692b5ba0fee58c2276ffa0917;hp=c72f904b6a1a1bcf20af4b55b1ce8b78b8da639d;hpb=9f938c6554808d9937e4a09b5426c5a655b79249;p=ci-management.git diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml index c72f904b6..37096145c 100644 --- a/jjb/testsuite/testsuite.yaml +++ b/jjb/testsuite/testsuite.yaml @@ -7,63 +7,51 @@ - project: name: testsuite-release - project-name: 'testsuite' - project: 'testsuite' - mvn-settings: 'testsuite-settings' + project-name: "testsuite" + project: "testsuite" + mvn-settings: "testsuite-settings" jobs: - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g + - "{project-name}-gerrit-release-jobs": + build-node: centos7-docker-2c-1g - project: name: testsuite - project-name: 'testsuite' + project-name: "testsuite" jobs: - - '{project-name}-{stream}-3scm-docker-shell-daily': - script: - !include-raw-escape: 'testsuite-docker.sh' + - "{project-name}-{stream}-3scm-docker-shell-daily": + script: !include-raw-escape: "testsuite-docker.sh" - project: 'testsuite' + project: "testsuite" stream: - - 'master': - branch: 'master' - - 'guilin': - branch: 'guilin' - mvn-settings: 'testsuite-settings' - -- project: - name: testsuite-info - project-name: testsuite - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g - project: testsuite - branch: master + - "master": + branch: "master" + mvn-settings: "testsuite-settings" - project: name: testsuite-linters - project: 'testsuite' - project-name: 'testsuite' + project: "testsuite" + project-name: "testsuite" 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' -# - 'robot': -# tox-dir: '.' -# tox-envs: 'robot' -# pattern: '**/*.robot' + - "yaml": + tox-dir: "." + tox-envs: "yaml" + pattern: "**/*.yaml" + - "yml": + tox-dir: "." + tox-envs: "yaml" + pattern: "**/*.yml" + - "json": + tox-dir: "." + tox-envs: "json" + pattern: "**/*.json" + - "robot": + tox-dir: "." + tox-envs: "robot" + pattern: "robot/testsuites/usecases/*.robot" stream: - - 'master': - branch: 'master' + - "master": + branch: "master"