Commit 1beedc3a authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Exec tests changing dsconfig directory for configuration files.

parent 9ca848c0
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ services:
# TODO: add file for LOW project
include:
  - local: csp-lmc-common/.gitlab-ci.yml
  - local: csp-lmc-mid/.gitlab-ci.yml

# cache is used to specify a list of files and directories which should be cached between jobs. You can only use paths that are within the project workspace.
# If cache is defined outside the scope of jobs, it means it is set globally and all jobs will use that definition
@@ -37,13 +36,6 @@ cache:
stages:
  - build_common
  - test_common
  - publish_common
  - build
  - test
  - linting
  - publish
  - pages
  - release

.install_pip: &install_pip |-
  apt-get -y update && apt-get install -yq curl python3-distutils
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ services:
      - TANGO_HOST=${TANGO_HOST}
    command: >
      sh -c "wait-for-it.sh ${TANGO_HOST} --timeout=60 --strict --
             json2tango -w -a -u csplmc/config/csplmc_dsconfig.json && sleep infinity"
             json2tango -w -a -u csplmc/csp-lmc-common/docker/config/csplmc_dsconfig.json && sleep infinity"
    volumes:
      - .:/csplmc

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ services:
      - TANGO_HOST=${TANGO_HOST}
    command: >
      sh -c "wait-for-it.sh ${TANGO_HOST} --timeout=60 --strict --
             json2tango -w -a -u  csplmc/config/midcbf_dsconfig.json  && sleep infinity"
             json2tango -w -a -u  csplmc/csp-lmc-common/docker/config/midcbf_dsconfig.json  && sleep infinity"
    volumes:
      - .:/csplmc