X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Foom%2Foffline-installer.yaml;h=72d085f1a18ec4c3a227d8172350e0cd20dda921;hb=6a8821216f76eccc4dfae1121bc8050da07db2bd;hp=7e462d283e4404283af0a1569578c0d5081134f6;hpb=e97ee6919f355470e84e6734321cff43f01347cf;p=ci-management.git diff --git a/jjb/oom/offline-installer.yaml b/jjb/oom/offline-installer.yaml index 7e462d283..72d085f1a 100644 --- a/jjb/oom/offline-installer.yaml +++ b/jjb/oom/offline-installer.yaml @@ -2,13 +2,61 @@ - project: name: offline-installer project-name: 'offline-installer' - build-node: 'ubuntu1604-docker-8c-8g' + build-node: 'ubuntu1804-docker-8c-8g' offline_review_bootstrap: !include-raw-escape: offline-installer-review-bootstrap.sh stream: - 'master': branch: 'master' + - 'istanbul': + branch: 'istanbul' jobs: - '{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: centos7-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' + - 'istanbul': + branch: 'istanbul' + +- 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: '**/*' + stream: + - 'master': + branch: 'master' + - 'istanbul': + branch: 'istanbul'