diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-06-15 11:51:32 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-06-17 11:25:10 +0200 |
commit | de2f4c70b7ce30de2f415806921464fbbca15c5d (patch) | |
tree | bb611b08ae710f64d843c6e806760436b64e289b /jjb | |
parent | dd110ce9ff62441f57ee9dad7415d730d0b6b43f (diff) |
Update jjb to build xtesting dockers in ONAP
So far the dockers are built with gitlab-ci in gitlab.com
The dockers are hosted in gitlab.com registry
Issue-ID: INT-1366
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I2d2b65d4cbedf893ea9f3ddf95eae7cf5d3767fa
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 857696320..9a8808ff3 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -35,3 +35,40 @@ stream: - 'master': branch: 'master' + +- project: + name: integration-xtesting-release + project-name: 'integration-xtesting' + project: 'integration/docker/onap-python' + mvn-settings: 'integration-settings' + jobs: + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g + +- project: + name: 'integration-xtesting-docker' + jobs: + - gerrit-docker-verify: + project-name: 'integration-xtesting-infra-healthcheck' + docker-name: 'onap/xtesting-infra-healthcheck' + docker-build-args: '-f ./infra-healthcheck/docker/Dockerfile' + - gerrit-docker-merge: + project-name: 'integration-xtesting-infra-healthcheck' + docker-name: 'onap/xtesting-infra-healthcheck' + docker-build-args: '-f ./infra-healthcheck/docker/Dockerfile' + - gerrit-docker-verify: + project-name: 'integration-xtesting-security' + docker-name: 'onap/xtesting-security' + docker-build-args: '-f ./security/docker/Dockerfile' + - gerrit-docker-merge: + project-name: 'integration-xtesting-security' + docker-name: 'onap/xtesting-infra-healthcheck' + docker-build-args: '-f ./security/docker/Dockerfile' + project: 'integration/xtesting' + stream: + - 'master': + branch: 'master' + files: '' + docker-root: '$WORKSPACE' + mvn-settings: 'integration-settings' + build-node: ubuntu1804-docker-8c-8g |