Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # stages of the cicd pipeline stages: - dependencies #- dependencies - build - test - unit_test Loading @@ -24,7 +24,7 @@ stages: # include the individual .gitlab-ci.yml of each micro-service include: - local: '/manifests/.gitlab-ci.yml' #- local: '/manifests/.gitlab-ci.yml' - local: '/src/monitoring/.gitlab-ci.yml' - local: '/src/compute/.gitlab-ci.yml' - local: '/src/context/.gitlab-ci.yml' Loading manifests/.gitlab-ci.yml +7 −7 Original line number Diff line number Diff line Loading @@ -14,10 +14,10 @@ # Deployment of the dependency services in Kubernetes Cluster dependencies all: stage: dependencies script: - kubectl version - kubectl get all - kubectl apply -f "manifests/prometheus.yaml" - kubectl get all #dependencies all: # stage: dependencies # script: # - kubectl version # - kubectl get all # - kubectl apply -f "manifests/prometheus.yaml" # - kubectl get all Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # stages of the cicd pipeline stages: - dependencies #- dependencies - build - test - unit_test Loading @@ -24,7 +24,7 @@ stages: # include the individual .gitlab-ci.yml of each micro-service include: - local: '/manifests/.gitlab-ci.yml' #- local: '/manifests/.gitlab-ci.yml' - local: '/src/monitoring/.gitlab-ci.yml' - local: '/src/compute/.gitlab-ci.yml' - local: '/src/context/.gitlab-ci.yml' Loading
manifests/.gitlab-ci.yml +7 −7 Original line number Diff line number Diff line Loading @@ -14,10 +14,10 @@ # Deployment of the dependency services in Kubernetes Cluster dependencies all: stage: dependencies script: - kubectl version - kubectl get all - kubectl apply -f "manifests/prometheus.yaml" - kubectl get all #dependencies all: # stage: dependencies # script: # - kubectl version # - kubectl get all # - kubectl apply -f "manifests/prometheus.yaml" # - kubectl get all