diff options
author | morganrol <morgan.richomme@orange.com> | 2021-09-24 09:18:33 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-09-24 09:18:33 +0200 |
commit | 3c6e5a6ffc35ffe32a7192f8484d006698fa9a45 (patch) | |
tree | 9ee49cf665a86a55d3611ef7555d0f1038052899 /jjb/integration | |
parent | d4c81b4fe15403676355ae6aa6f9a7d613385a42 (diff) |
[XTESTING] Build smoke use case robot py3 docker
Add missing verify job
Issue-ID: CPS-654
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I78fc7aaa94a33ea5d3f94600b88046993a21205a
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 6ea63be72..a5674e205 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -104,6 +104,11 @@ docker-root: ./security docker-name: 'onap/xtesting-security' docker-build-args: '-f ./docker/Dockerfile' + - gerrit-docker-verify: + project-name: 'integration-xtesting-smoke-usecases-robot-py3' + docker-root: ./smoke-usecases-robot-py3 + docker-name: 'onap/xtesting-smoke-usecases-robot-py3' + docker-build-args: '-f ./docker/Dockerfile' - gerrit-docker-merge: project-name: 'integration-xtesting-smoke-usecases-robot-py3' docker-root: ./smoke-usecases-robot-py3 |