Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ cache: # pages: move the metrics files to the right folder # release release the images for csp-lmc-low and mid (only manual) stages: - test - build_common - linting_common - test_common Loading @@ -44,6 +43,7 @@ stages: - build - linting - release - test - publish - pages Loading csp-lmc-mid/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -105,11 +105,13 @@ integration:csp-lmc-mid: extends: .test image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1 script: - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA" - cd $BUILD_PATH - make k8s_test environment: name: test after_script: - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA" - cd $BUILD_PATH - pwd - make delete Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ cache: # pages: move the metrics files to the right folder # release release the images for csp-lmc-low and mid (only manual) stages: - test - build_common - linting_common - test_common Loading @@ -44,6 +43,7 @@ stages: - build - linting - release - test - publish - pages Loading
csp-lmc-mid/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -105,11 +105,13 @@ integration:csp-lmc-mid: extends: .test image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1 script: - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA" - cd $BUILD_PATH - make k8s_test environment: name: test after_script: - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA" - cd $BUILD_PATH - pwd - make delete Loading