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:
parent
5b3c82c7e2
commit
7bafb55371
|
|
@ -8,7 +8,7 @@ def yoctocommon
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'lxbuild3'
|
label 'oem-ci'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ def yoctocommon
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'lxbuild4'
|
label 'oem-ci'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue