Adding additional fields to RSS
For consumers of the CI Broker RSS feed, I would suggest to add for each item some more information like:
- RID
- local ref announcement (patch id) that triggered ci run.
nice to haves:
- Additional info on the ref (patch title, branch name, etc.)
- Current status of the CI run (running or finished, and if failed or successfull)
The RSS feeds the CI broker produces now have an HTML content that looks like this:
The
contentfield is new. Does that look usable for your purposes?The data in the entry is generated from a Rust data type like this:
I’m willing to keep RSS generation in the CI broker, but for now it’s of a much lower priority than job COBs.