From 8389ef156a8e2f2cde1d45c00d3879529822c473 Mon Sep 17 00:00:00 2001 From: Matias Pi Date: Fri, 5 Jul 2024 20:10:29 -0300 Subject: [PATCH] Added more jobs to test Grafana and Prometheus in ci-cd.yml --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3486d8e..f8956cc 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -55,9 +55,9 @@ jobs: exit 1 fi - - name: Check Grafana Dashboard + - name: Check Grafana Dashboard #being adqssyxe0dkaoa the uid of CPU dashboard out of the box run: | - response=$(curl -s http://localhost:3000/api/dashboards/uid/your-dashboard-uid -u admin:admin) + response=$(curl -s http://localhost:3000/api/dashboards/uid/adqssyxe0dkaoa -u admin:admin) if [[ $response != *"cpu"* ]]; then echo "CPU dashboard not found" exit 1