Commit b3f6c38a authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-147: try to fix issue with pages stage (not working, yet)

parent 82b77799
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -80,9 +80,8 @@ pages:
    # path to  all files is relative to the repository
    # that has been cloned during the build
    - cp -R $COMMON_PATH/build/ public
    - ls -l public
    - cp -R $MIDCSP_PATH/build/* public
    - ls -lR 
    - ls -lR public
    - junitparser merge public/reports/csp-lmc-common-unit-tests.xml public/reports/csp-lmc-mid-unit-tests.xml public/reports/unit-tests.xml
    - ls -lR 
    - junitparser merge public/reports/csp-lmc-common-linting.xml public/reports/csp-lmc-mid-linting.xml public/reports/linting.xml
+15 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ integration:csp-lmc-mid:
  script:
    - cd $BUILD_PATH  
    - make k8s_test
    - ls -lR
  environment:
      name: test
  after_script:
@@ -184,6 +185,20 @@ publish:csp-lmc-mid:
  variables:
    BUILD_PATH: csp-lmc-mid

publish:helm-chart:
  stage: publish
  tags:
    - docker-executor
  dependencies:
    - integration:csp-lmc-mid
  script:
    - cd $BUILD_PATH
    - make package
  variables:
    BUILD_PATH: csp-lmc-mid
  artifacts:
    paths:
      - ./$BUILD_PATH/build/
#
# Release csp-lmc-mid image on nexus
#
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ addopts = --forked
          --cov-report=term 
          --cov-report=html
	  --cov-report=xml
	  --junitxml=build/reports/csp-lmc-mid-unit-tests.xml
	  --junitxml=csp-lmc-mid-unit-tests.xml
console_output_style = progress
junit_family=legacy
filterwarnings =