commit | 85355fa407a6e68ee9cccce4bf63823625d9a57e | [log] [tgz] |
---|---|---|
author | David Spickett <david.spickett@linaro.org> | Mon Mar 22 15:41:41 2021 +0000 |
committer | David Spickett <david.spickett@linaro.org> | Thu Mar 25 14:08:09 2021 +0000 |
tree | 51eb8dc6f63de31e4ce2b44d2247f5fa1b6764cf | |
parent | f006c3716ccc060282ae28b783e3b75e2dbbb68d [diff] |
bot-status.py: Split getting bot status from writing it This means we can get status from other (aka Buildkite) bots before rendering them all as one page. The favion HTML has been moved to the end of the page because of this. It still works as before. Along the way use a tuple as the key to the bot status dict. It's just as hashable as a string and we don't print the keys anywhere so readability is not an issue. Change-Id: I95e1e43c406ef1f81b36f7e7338131b7b769a128