X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Foom%2Foffline-installer.yaml;h=3f74e44a03316f952e2cac8e0c5baa553c18ca8c;hb=cc59bde2c42dd6cc3b6d296c50efd93aee9f1086;hp=ca2f15fc9b1b768a84712687ab905627302525b8;hpb=b1d16267ed6be699df53173348d510a3f19145d0;p=ci-management.git diff --git a/jjb/oom/offline-installer.yaml b/jjb/oom/offline-installer.yaml index ca2f15fc9..3f74e44a0 100644 --- a/jjb/oom/offline-installer.yaml +++ b/jjb/oom/offline-installer.yaml @@ -1,14 +1,62 @@ --- - project: name: offline-installer - project-name: 'offline-installer' - build-node: centos7-builder-2c-1g - offline_build_script: !include-raw-escape: include-yaml-check.sh + 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' + - "master": + branch: "master" + - "london": + branch: "london" jobs: - - '{project-name}-{stream}-yaml-lint': - build_script: '{offline_build_script}' + - "{project-name}-{stream}-review": + build_script: "{offline_review_bootstrap}" + +- project: + name: offline-installer-info + project-name: offline-installer + 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" + - "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"