Display all CI runs in RSS feed
To be able to display currently running and finished CI runs, the RSS feed should publish all the currently running CI runs and the finished ones.
Maybe the running runs could be in a separate feed for easier parsing.
As of commit 00ca0e8fccf23fd04697c35d044b5b89f915b49e the CI broker produces a feed
unfinished.rss, next to the existing ones. It will have an entry for any CI run that has been triggered, but has not finished. In other words, any CI run that is in state “triggered” or “running”.I hope this helps.
I did not add a link to it to the CI broker report front page, as I don’t think this is useful for normal users, only for programs to use.