Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading csp-lmc-mid/.gitlab-ci.yml +15 −0 Original line number Diff line number Diff line Loading @@ -107,6 +107,7 @@ integration:csp-lmc-mid: script: - cd $BUILD_PATH - make k8s_test - ls -lR environment: name: test after_script: Loading Loading @@ -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 # Loading csp-lmc-mid/setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
csp-lmc-mid/.gitlab-ci.yml +15 −0 Original line number Diff line number Diff line Loading @@ -107,6 +107,7 @@ integration:csp-lmc-mid: script: - cd $BUILD_PATH - make k8s_test - ls -lR environment: name: test after_script: Loading Loading @@ -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 # Loading
csp-lmc-mid/setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading