[PATCH] Gitlab: Allow running sandbox test.py jobs on more hosts
Tom Rini
trini at konsulko.com
Thu Jun 26 01:52:15 CEST 2025
On Mon, 09 Jun 2025 10:10:11 -0600, Tom Rini wrote:
> With a test investigation of how long each of our current build machines
> can take to run the sandbox test.py job, we can see that the longest
> running hosts are any of the arm64 machines. In some cases this may be a
> matter of overall system load, but in others it's hard to say. The
> challenge with these tests is that the run itself is single threaded and
> covers a large number of tests. There may be gains made in looking in to
> optimizing some individual tests. For now however we will likely gain
> the most by removing potential bottle necks here and allow any amd64 or
> arm64 host to run the test instead of trying to ensure they only run on
> one of the few "fast" machines.
>
> [...]
Applied to u-boot/next, thanks!
[1/1] Gitlab: Allow running sandbox test.py jobs on more hosts
commit: 40e083353a1610276f12fdbe613bf12004452656
--
Tom
More information about the U-Boot
mailing list