Is my CI pipeline getting slower? It feels like more end-to-end tests are failing
lately. Since when is deployment taking so long?
Have questions like these bothered you before? You are probably not alone.
But what can we do about it? Well, we could add some facts and measurements
to our gut-feeling and prove that something is not right.
Luckily, there are APIs that we can leverage to get the timing and
success rates of our CI jobs.
In this talk we will show how we can use a simple Deno script to retrieve that data,
pipe into ElasticSearch and visualize it with Kibana, so that we can see what is
really going on.