Loading csp-lmc-mid/.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading csp-lmc-mid/.make/k8s.mk +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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; \ Loading Loading
csp-lmc-mid/.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
csp-lmc-mid/.make/k8s.mk +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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; \ Loading