From: mrichomme Date: Thu, 18 Jun 2020 08:59:47 +0000 (+0200) Subject: Fix build path X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=495a167d6cf34b40fed9a43b1676f03cbdd47e14;p=ci-management.git Fix build path The repo includes several build dir, precise the right one for each build Issue-ID: INT-1366 Signed-off-by: mrichomme Change-Id: I88e53b45bc794ab2c79e336d7b64ae83c3edba57 --- diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 9a8808ff3..d68c6eff6 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -50,20 +50,24 @@ jobs: - gerrit-docker-verify: project-name: 'integration-xtesting-infra-healthcheck' + docker-root: ./infra-healthcheck docker-name: 'onap/xtesting-infra-healthcheck' - docker-build-args: '-f ./infra-healthcheck/docker/Dockerfile' + docker-build-args: '-f ./Dockerfile' - gerrit-docker-merge: project-name: 'integration-xtesting-infra-healthcheck' + docker-root: ./infra-healthcheck docker-name: 'onap/xtesting-infra-healthcheck' - docker-build-args: '-f ./infra-healthcheck/docker/Dockerfile' + docker-build-args: '-f ./docker/Dockerfile' - gerrit-docker-verify: - project-name: 'integration-xtesting-security' + project-name: 'integration/-xtesting-security' + docker-root: ./security docker-name: 'onap/xtesting-security' - docker-build-args: '-f ./security/docker/Dockerfile' + docker-build-args: '-f ./docker/Dockerfile' - gerrit-docker-merge: project-name: 'integration-xtesting-security' + docker-root: ./security docker-name: 'onap/xtesting-infra-healthcheck' - docker-build-args: '-f ./security/docker/Dockerfile' + docker-build-args: '-f ./docker/Dockerfile' project: 'integration/xtesting' stream: - 'master':