X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Foom%2Foffline-installer.yaml;h=9554984976270b85f56abbf5b47d9973c3c1c900;hb=849f9c20ddf0a402ed7686f9f33840b8b0500b64;hp=3ce7466f5a778eaff86e2d21300d03ddf80e4b90;hpb=8c190c5efc31923635997bf51c08a4e3a8488e44;p=ci-management.git diff --git a/jjb/oom/offline-installer.yaml b/jjb/oom/offline-installer.yaml index 3ce7466f5..955498497 100644 --- a/jjb/oom/offline-installer.yaml +++ b/jjb/oom/offline-installer.yaml @@ -1,62 +1,53 @@ --- - project: name: offline-installer - project-name: 'offline-installer' - build-node: 'ubuntu1804-docker-8c-8g' + project-name: "offline-installer" + build-node: "ubuntu1804-docker-8c-8g" offline_review_bootstrap: !include-raw-escape: offline-installer-review-bootstrap.sh stream: - - 'master': - branch: 'master' - - 'kohn': - branch: 'kohn' + - "master": + branch: "master" + - "montreal": + branch: "montreal" jobs: - - '{project-name}-{stream}-review': - build_script: '{offline_review_bootstrap}' + - "{project-name}-{stream}-review": + build_script: "{offline_review_bootstrap}" - project: - name: offline-installer-info + name: offline-installer-linters + project: oom/offline-installer project-name: offline-installer + python-version: python3 jobs: - - gerrit-info-yaml-verify - build-node: centos8-builder-2c-1g - project: oom/offline-installer - branch: master - -- project: - name: offline-installer-linters - project: oom/offline-installer - project-name: offline-installer - python-version: python3 - jobs: - - integration-linters - subproject: - - 'py': - tox-dir: '.' - tox-envs: 'py' - pattern: '**/*.py' - stream: - - 'master': - branch: 'master' - - 'kohn': - branch: 'kohn' + - integration-linters + subproject: + - "py": + tox-dir: "." + tox-envs: "py" + pattern: "**/*.py" + stream: + - "master": + branch: "master" + - "london": + branch: "london" - project: - name: offline-installer-pytest - project: oom/offline-installer - project-name: offline-installer - build-node: ubuntu1804-docker-8c-8g - python-version: python3 - jobs: - - integration-tox-verify - subproject: - - 'docker-downloader': - tox-dir: 'build/download' - tox-envs: 'pytest' - pattern: 'build/download/**' - stream: - - 'master': - branch: 'master' - - 'kohn': - branch: 'kohn' + name: offline-installer-pytest + project: oom/offline-installer + project-name: offline-installer + build-node: ubuntu1804-docker-8c-8g + python-version: python3 + jobs: + - integration-tox-verify + subproject: + - "docker-downloader": + tox-dir: "build/download" + tox-envs: "pytest" + pattern: "build/download/**" + stream: + - "master": + branch: "master" + - "kohn": + branch: "kohn"