Commit fe3e40e2 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

Update .gitlab-ci.yml monitoring

parent e9b5868e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@ kubernetes test:
  script:
    # - kubectl version
    # - kubectl get all
    # - kubectl delete -f "manifests/monitoring.yaml"
    # - sleep 15
    - kubectl delete -f "manifests/monitoring.yaml"
    - sleep 15
    - kubectl apply -f "manifests/monitoring.yaml"
    - sleep 30
    # - sleep 30
    # - kubectl get all
    - kubectl --namespace gitlab-ci describe pod monitoring-595c885c6c-fmb7b
    - kubectl --namespace gitlab-ci logs monitoring-595c885c6c-fmb7b influxdb
    - kubectl --namespace gitlab-ci logs monitoring-595c885c6c-fmb7b server
    # - kubectl --namespace gitlab-ci describe pod monitoring-595c885c6c-fmb7b
    # - kubectl --namespace gitlab-ci logs monitoring-595c885c6c-fmb7b influxdb
    # - kubectl --namespace gitlab-ci logs monitoring-595c885c6c-fmb7b server

# # test if the Docker image can be pulled from the gitlab registry
# test monitoring pull: