Loading src/monitoring/.gitlab-ci.yml +7 −7 Original line number Diff line number Diff line Loading @@ -28,13 +28,13 @@ build influx: script: - kubectl version - kubectl get all - kubectl delete -f "manifests/influx.yaml" - kubectl get all - kubectl apply -f "manifests/influx.yaml" - sleep 15 - kubectl get all - curl -XGET "influxdb:8086/health" - kubectl delete -f "manifests/influx.yaml" # - kubectl delete -f "manifests/influx.yaml" # - kubectl get all # - kubectl apply -f "manifests/influx.yaml" # - sleep 15 # - kubectl get all - curl -XGET "10.102.247.32:8086/health" # - kubectl delete -f "manifests/influx.yaml" # test if the Docker image can be pulled from the gitlab registry test monitoring pull: Loading Loading
src/monitoring/.gitlab-ci.yml +7 −7 Original line number Diff line number Diff line Loading @@ -28,13 +28,13 @@ build influx: script: - kubectl version - kubectl get all - kubectl delete -f "manifests/influx.yaml" - kubectl get all - kubectl apply -f "manifests/influx.yaml" - sleep 15 - kubectl get all - curl -XGET "influxdb:8086/health" - kubectl delete -f "manifests/influx.yaml" # - kubectl delete -f "manifests/influx.yaml" # - kubectl get all # - kubectl apply -f "manifests/influx.yaml" # - sleep 15 # - kubectl get all - curl -XGET "10.102.247.32:8086/health" # - kubectl delete -f "manifests/influx.yaml" # test if the Docker image can be pulled from the gitlab registry test monitoring pull: Loading