manifest: Check all deps logs when picking cerbero commit
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 21 Sep 2020 16:56:20 +0000 (22:26 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Tue, 22 Sep 2020 11:29:48 +0000 (16:59 +0530)
commit0c7275212ad98c1a8e66ffc18299e42a9c900307
treeb0d6656aa1dc51762ace1f14a379656db9cb888a
parent386e40c22e99ceca2b9977e1a6147029a55d2aad
manifest: Check all deps logs when picking cerbero commit

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.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/349>
gitlab/build_manifest.py