We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e0872 commit 79b4319Copy full SHA for 79b4319
.github/workflows/e2e-ci.yaml
@@ -130,10 +130,10 @@ jobs:
130
-
131
name: Check if the Project Prometheus Stack is up
132
run: ./.github/workflows/e2e/scripts/validate-project-monitoring.sh;
133
- # -
134
- # name: Wait for 8 minutes for enough scraping to be done to continue
135
- # run: |
136
- # for i in {1..48}; do sleep 10; echo "Waited $((i*10)) seconds for metrics to be populated"...; done;
+ -
+ name: Wait for 8 minutes for enough scraping to be done to continue
+ run: |
+ for i in {1..48}; do sleep 10; echo "Waited $((i*10)) seconds for metrics to be populated"...; done;
137
138
name: Validate Project Prometheus Targets
139
run: ./.github/workflows/e2e/scripts/validate-project-prometheus-targets.sh;
0 commit comments