From 2d969780104a22353b5eb2f8b6cb47638f21d331 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 6 Apr 2020 13:14:22 -0700 Subject: Deploy datafilecollector verify job This adds gating job for datafilecollector-testharness subproject based on deployment scripts provided by it. Change-Id: I21faafbe44e1776b9a05fc7375b4dfe0a7763790 Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski --- jjb/integration/integration-docker-compose.yaml | 26 ++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/jjb/integration/integration-docker-compose.yaml b/jjb/integration/integration-docker-compose.yaml index 8006673c8..3d1e8a2cf 100644 --- a/jjb/integration/integration-docker-compose.yaml +++ b/jjb/integration/integration-docker-compose.yaml @@ -7,24 +7,40 @@ - 'master': branch: 'master' jobs: - - '{project-name}-{stream}-{subproject}-docker-compose-verify': - script: | - #!/bin/bash - cd $DOCKER_ROOT - docker-compose up -d + - '{project-name}-{stream}-{subproject}-docker-compose-verify' subproject: - 'netconf-pnp-simulator': pattern: 'test/mocks/netconf-pnp-simulator/modules/**' docker_root: 'test/mocks/netconf-pnp-simulator/modules' netconf_sim_service_name: 'netconf-pnp-simulator' + script: | + #!/bin/bash + cd $DOCKER_ROOT + docker-compose up -d post_script: !include-raw-escape: netconf-pnp-simulator-verify.sh - 'emssimulator-swm-netconf': pattern: 'test/mocks/emssimulator/swm-netconf/**' docker_root: 'test/mocks/emssimulator/swm-netconf' netconf_sim_service_name: 'ems-netconf-swm' + script: | + #!/bin/bash + cd $DOCKER_ROOT + docker-compose up -d post_script: !include-raw-escape: netconf-pnp-simulator-verify.sh - 'pmsh-pnf-sim': pattern: 'test/mocks/pmsh-pnf-sim/docker-compose/**' docker_root: 'test/mocks/pmsh-pnf-sim/docker-compose' netconf_sim_service_name: 'netopeer2' + script: | + #!/bin/bash + cd $DOCKER_ROOT + docker-compose up -d post_script: !include-raw-escape: netconf-pnp-simulator-verify.sh + - 'datafilecollector-testharness': + pattern: 'test/mocks/datafilecollector-testharness/**' + docker_root: 'test/mocks/datafilecollector-testharness/simulator-group' + script: | + #!/bin/bash + cd $DOCKER_ROOT + ./prepare-images.sh + ./docker-compose-setup.sh -- cgit 1.2.3-korg