Jenkinsfiles: set ramdisk and mmc image build lavels to oem-ci

BugzID: 73757
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-07-14 11:37:53 +02:00
parent 5b3c82c7e2
commit 7bafb55371
2 changed files with 2 additions and 2 deletions

View File

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

View File

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