mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
Run oe-selftest-armhost jobs on the Arm workers only
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f50e334c65
commit
7fc1241f34
|
@ -112,6 +112,8 @@ builders_others = [
|
||||||
"bringup",
|
"bringup",
|
||||||
"qemuarm-armhost",
|
"qemuarm-armhost",
|
||||||
"check-layer-nightly",
|
"check-layer-nightly",
|
||||||
|
"oe-selftest-arm",
|
||||||
|
"oe-selftest-armhost",
|
||||||
"auh"
|
"auh"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -172,6 +174,7 @@ builder_to_workers = {
|
||||||
"oe-selftest-fedora": workers_fedora,
|
"oe-selftest-fedora": workers_fedora,
|
||||||
"oe-selftest-opensuse": workers_opensuse,
|
"oe-selftest-opensuse": workers_opensuse,
|
||||||
"oe-selftest-centos": workers_centos,
|
"oe-selftest-centos": workers_centos,
|
||||||
|
"oe-selftest-armhost": workers_arm,
|
||||||
"reproducible-ubuntu": workers_ubuntu,
|
"reproducible-ubuntu": workers_ubuntu,
|
||||||
"reproducible-debian": workers_debian,
|
"reproducible-debian": workers_debian,
|
||||||
"reproducible-fedora": workers_fedora,
|
"reproducible-fedora": workers_fedora,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user