Commit 242cf57e authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

TestPipeline: try to fix problems in deploying the system for test.

parent 05d1bf44
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,6 +83,10 @@ integration:csp-lmc-mid:
  script:
    - export KUBE_NAMESPACE="ci-csp-proto-$CI_COMMIT_SHORT_SHA"
    - cd $BUILD_PATH  
    - make k8s
    - make install-chart
    - make template-chart
    - make wait
    - make test
  environment:
      name: test
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ CI_PROJECT_IMAGE :=
SET_IMAGE_TAG = --set mid-csp.midcsplmc.image.registry=$(CI_REGISTRY)/ska-telescope \
        --set mid-csp.midcsplmc.image=csp-lmc \
        --set mid-csp.midcsplmc.image.tag=$(CI_COMMIT_SHORT_SHA)
IMAGE_TO_TEST = $(CI_REGISTRY_IMAGE)/$(CI_COMMIT_SHORT_SHA)
endif
.DEFAULT_GOAL := help

@@ -213,7 +214,7 @@ kubeconfig: ## export current KUBECONFIG as base64 ready for KUBE_CONFIG_BASE64
# base64 payload is given a boundary "~~~~BOUNDARY~~~~" and extracted using perl
# clean up the run to completion container
# exit the saved status
test: install-chart wait ## test the application on K8s
test:  ## test the application on K8s
	$(call k8s_test,test); \
		status=$$?; \
		rm -rf build; \