Commit 2ea466ae authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

TestPipeline: Try to use the image in gitlab Container Registry to deploy

the system to run integration tests.
parent c0e2b0e9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ build:csp-lmc-mid_image:
    - docker push "$IMG"
  variables:
    BUILD_PATH: csp-lmc-mid
    IMG: "$CI_REGISTRY_IMAGE:mid-csp-lmc-$CI_COMMIT_SHORT_SHA"
    IMG: "mid-csp-lmc:$CI_COMMIT_SHORT_SHA"


#  
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ CI_ENVIRONMENT_SLUG ?= mid-csp

# in release.mk it's defined the value of the variable IMAGE_TAG
SET_IMAGE_TAG ?= --set mid-csp.midcsplmc.image.tag=$(IMAGE_TAG) 
ifneq ($(CI_JOB_ID),)
CI_PROJECT_IMAGE :=
SET_IMAGE_TAG = --set mid-csp.midcsplmc.image.registry=$(CI_REGISTRY)/ska-telescope \
        --set mid-csp.midcsplmc.image.tag=$(CI_COMMIT_SHORT_SHA)
.DEFAULT_GOAL := help

k8s: ## Which kubernetes are we connected to