From 7e77d7e18819f693becebd84cdaa9785d6dbc2f1 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 7 Mar 2022 20:00:08 +0100 Subject: [PATCH] [OFFLINE-INSTALLER] Add tox build job for offline-installer docker download script Change-Id: I2f17c60c4a6b154747679b5fc397861123c8acc7 Issue-ID: INT-1429 Signed-off-by: Bartek Grzybowski --- jjb/oom/offline-installer.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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' -- 2.16.6