cloudalchemy / ansible-prometheus

Deploy Prometheus monitoring system
MIT License
1.11k stars 454 forks source link

Fix CircleCI #376

Closed sdarwin closed 2 years ago

sdarwin commented 2 years ago

It looks like the Circle CI tests have been failing for some time. Let's check if this pull request build will succeed.

sdarwin commented 2 years ago

The CI tests passed.

There's another issue to be aware of: the entire test suite takes almost 1 hour, and occasionally more than 1 hour. When that happens, CircleCI times out. A possible solution could be to reduce operating system coverage, or refactor the jobs so they are more parallelized, having each task in a separate job that can run in parallel.