Skip to content

manifest: Check all deps logs when picking cerbero commit

Nirbheek Chauhan requested to merge nirbheek/gst-ci:check-all-deps-logs into master

Instead of picking the 'slowest build', look at all the deps logs and pick the commit that is mentioned in the maximum number of deps logs.

In practice, this will either be the newest commit or the previous commit. If it's not the newest commit, we will warn and use an older one.

Merge request reports