diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-03-07 20:00:08 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-03-07 20:00:08 +0100 |
commit | 7e77d7e18819f693becebd84cdaa9785d6dbc2f1 (patch) | |
tree | 116a3bbfcea686c3680c5696c3977f235552db52 /jjb | |
parent | 9fd13f15821779bc8d6ce742f7ff151f9bfe58d3 (diff) |
[OFFLINE-INSTALLER] Add tox build job for offline-installer docker download script
Change-Id: I2f17c60c4a6b154747679b5fc397861123c8acc7
Issue-ID: INT-1429
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/oom/offline-installer.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
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' |