From: Bartek Grzybowski Date: Tue, 31 Mar 2020 14:04:53 +0000 (-0700) Subject: Setup docker-compose-verify job for netconf-pnp-simulator X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7a1612ec5bb0ce5214062eb72f50229b58fde256;p=ci-management.git Setup docker-compose-verify job for netconf-pnp-simulator Change-Id: I91bf427244de8687bbc1f1976763ac7196767247 Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski --- diff --git a/jjb/integration/integration-docker-compose.yaml b/jjb/integration/integration-docker-compose.yaml new file mode 100644 index 000000000..540ee4f95 --- /dev/null +++ b/jjb/integration/integration-docker-compose.yaml @@ -0,0 +1,18 @@ +--- +- project: + name: integration-docker-compose + project-name: 'integration' + project: 'integration' + stream: + - 'master': + branch: 'master' + jobs: + - '{project-name}-{stream}-{subproject}-docker-compose-verify': + script: | + #!/bin/bash + cd $DOCKER_ROOT + docker-compose up -d + subproject: + - 'netconf-pnp-simulator': + pattern: 'test/mocks/netconf-pnp-simulator/modules/**' + docker_root: 'test/mocks/netconf-pnp-simulator/modules'