jenkins/sdk: use lxbuild4 to build sdks in parallel

as the number of parallel threads are set back to 4 the SDK can
be built on lxbuild4 in parallel

BugzID: 74051
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-08-02 11:29:35 +02:00
parent bc7ef4cd89
commit e592e847b2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def yoctocommon
pipeline {
agent {
node {
label 'oem-ci'
label 'lxbuild4'
}
}