]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Retry the build for current source
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 17:55:14 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 10:40:30 +0000 (12:40 +0200)
commitbf984a6a0073f9a1bf7814ac44e72218afcb2081
tree22a3194ad50d8dab5f69c37a1231663fa7a928ea
parent4386ab9118e7b405829fbcb3bbbaf2f47ddf0b44
buildman: Retry the build for current source

Buildman retries a failed build when processing a branch, but does not
do this when building current source. It is useful to do this retry in
both cases, so add the logic for it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py