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:
Ross Burton 2022-01-05 14:14:39 +00:00 committed by Richard Purdie
parent f50e334c65
commit 7fc1241f34

View File

@ -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,