Commit 82dacd4a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Context component:

- updated CI/CD pipeline
parent a6c1c53d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

# stages of the cicd pipeline
stages:
  - dependencies
  #- dependencies
  - build
  - test
  - unit_test
@@ -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'
+7 −7
Original line number Diff line number Diff line
@@ -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