mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders: Increase maxsteps to 9 to match current helper configuration maximums
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4fbcd0a395
commit
ad5baf5ce1
|
@ -10,7 +10,7 @@ import json
|
||||||
|
|
||||||
|
|
||||||
builders = []
|
builders = []
|
||||||
maxsteps = 8
|
maxsteps = 9
|
||||||
|
|
||||||
# Environment to pass into the workers, e.g. to load further local configuration
|
# Environment to pass into the workers, e.g. to load further local configuration
|
||||||
# fragments
|
# fragments
|
||||||
|
|
Loading…
Reference in New Issue
Block a user