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
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml
index 9a8808f..d68c6ef 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':