From 2cface441b62689b16e37725823e6d698ce0c075 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Szwa=C5=82kiewicz?= Date: Fri, 6 Jun 2025 12:40:16 +0200 Subject: [PATCH] Add verify and build jobs to new xtesting image MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit New image is the testkube-executor. Issue-ID: INT-2320 Change-Id: I67119ae7efccad6d8c8ac66c812d886c83ce6a2d Signed-off-by: Marek Szwałkiewicz --- jjb/integration/xtesting/integration-xtesting.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 7c4caa339..7128529bf 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -103,6 +103,16 @@ docker-root: ./smoke-usecases-robot-py3 docker-name: "onap/xtesting-smoke-usecases-robot-py3" docker-build-args: "-f ./docker/Dockerfile" + - gerrit-docker-verify: + project-name: "integration-xtesting-testkube-executor" + docker-root: ./testkube-executor + docker-name: "onap/xtesting-testkube-executor" + docker-build-args: "-f ./docker/Dockerfile" + - gerrit-docker-merge: + project-name: "integration-xtesting-testkube-executor" + docker-root: ./testkube-executor + docker-name: "onap/xtesting-testkube-executor" + docker-build-args: "-f ./docker/Dockerfile" project: "integration/xtesting" stream: - "master": -- 2.16.6