From d4c81b4fe15403676355ae6aa6f9a7d613385a42 Mon Sep 17 00:00:00 2001 From: morganrol Date: Thu, 23 Sep 2021 18:05:17 +0200 Subject: [XTESTING] Build smoke use case robot py3 docker A new python3 robot xtesting docker is needed for CPS It could be used for other robot projects and should deprecate the old xtesting docker in J release Issue-ID: CPS-654 Signed-off-by: morganrol Change-Id: I8ed3bc6356d960c2a5fd4a570449a3f322f397ca --- jjb/integration/xtesting/integration-xtesting.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'jjb/integration/xtesting') diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 5ac5d8d5e..6ea63be72 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -39,10 +39,6 @@ stream: - 'master': branch: 'master' - - 'frankfurt': - branch: 'frankfurt' - - 'guilin': - branch: 'guilin' - 'honolulu': branch: 'honolulu' @@ -108,6 +104,11 @@ docker-root: ./security docker-name: 'onap/xtesting-security' docker-build-args: '-f ./docker/Dockerfile' + - gerrit-docker-merge: + 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' project: 'integration/xtesting' stream: - 'master': @@ -116,9 +117,6 @@ - 'honolulu': branch: 'honolulu' files: '' - - 'guilin': - branch: 'guilin' - files: '' - 'develop': branch: 'develop' files: '' -- cgit 1.2.3-korg