Commit 4aa413f2 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

check logs monitoring

parent 7a6847ed
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -47,11 +47,14 @@ build influx:
    # - kubectl get all
    # - kubectl apply -f "manifests/monitoring.yaml"
    # - sleep 60
    - kubectl get all
    - cd ./src/monitoring/service
    - docker build -t "test-influx" ./
    - docker run --name test-influx --rm test-influx
    - docker rmi test-influx
    # - kubectl get all
    # - cd ./src/monitoring/service
    # - docker build -t "test-influx" ./
    # - docker run --name test-influx --rm test-influx
    # - docker rmi test-influx
    - kubectl --namespace gitlab-ci describe pod monitoring-9df446bb5-4wr56
    - kubectl --namespace gitlab-ci logs monitoring-9df446bb5-4wr56 server
    - kubectl --namespace gitlab-ci logs monitoring-9df446bb5-4wr56 influxdb

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