diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-06-18 10:59:47 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-06-18 10:59:47 +0200 |
commit | 495a167d6cf34b40fed9a43b1676f03cbdd47e14 (patch) | |
tree | 119b0e612426d4bc0dbbb3cb72ffb75fa1944b59 | |
parent | ecff4e78844c5fa695d8a98d27f6dc9ae196edfe (diff) |
Fix build path
The repo includes several build dir, precise the right one
for each build
Issue-ID: INT-1366
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I88e53b45bc794ab2c79e336d7b64ae83c3edba57
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 14 |
1 files changed, 9 insertions, 5 deletions
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': |