]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oeqa/metadata: Add commit_time to branch metadata being saved
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Feb 2025 10:49:31 +0000 (10:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Feb 2025 22:23:17 +0000 (22:23 +0000)
commit56d1bc3f8f45d2f9c8ca0319c429cec562a16384
treeb353f74d4fbf2b76dbf8030788f7788c52b3f1be
parent136f0edb75d9601a0ae56e025419d3cddfb90219
lib/oeqa/metadata: Add commit_time to branch metadata being saved

As well as commit counts, it is helpful to know when metadata dates from. Store
the unix timestamp for commits in a commit_time field alongside the commit count.

This is useful for performance graph analysis and saves having to recompute the
data.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/metadata.py