From: Bartek Grzybowski Date: Mon, 7 Mar 2022 19:00:08 +0000 (+0100) Subject: [OFFLINE-INSTALLER] Add tox build job for offline-installer docker download script X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7e77d7e18819f693becebd84cdaa9785d6dbc2f1;p=ci-management.git [OFFLINE-INSTALLER] Add tox build job for offline-installer docker download script Change-Id: I2f17c60c4a6b154747679b5fc397861123c8acc7 Issue-ID: INT-1429 Signed-off-by: Bartek Grzybowski --- diff --git a/jjb/oom/offline-installer.yaml b/jjb/oom/offline-installer.yaml index 24c399c3e..72d085f1a 100644 --- a/jjb/oom/offline-installer.yaml +++ b/jjb/oom/offline-installer.yaml @@ -41,3 +41,22 @@ 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'