commit | 62b92f8a877ee27b6dd505ca5a193c39235dc174 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 06 17:51:57 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 12 18:06:36 2022 -0400 |
tree | 01521df0700b2b12e8e5fd1e5a8d5d6043d9e351 | |
parent | 686fad774a37461d0d5245600f02cd90bca7d5aa [diff] |
test/py: Support --build when running tests in parallel At present when -n is used, all workers try to build U-Boot at once. Add a lock to ensure that only one of them builds, with the others using the build that is produced. The lock file is removed on startup. Signed-off-by: Simon Glass <sjg@chromium.org>