Message ID | 20220105141439.1045463-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder2,v2] Run oe-selftest-armhost jobs on the Arm workers only | expand |
diff --git a/config.py b/config.py index ea042c6..6da8d58 100644 --- a/config.py +++ b/config.py @@ -112,6 +112,8 @@ builders_others = [ "bringup", "qemuarm-armhost", "check-layer-nightly", + "oe-selftest-arm", + "oe-selftest-armhost", "auh" ] @@ -172,6 +174,7 @@ builder_to_workers = { "oe-selftest-fedora": workers_fedora, "oe-selftest-opensuse": workers_opensuse, "oe-selftest-centos": workers_centos, + "oe-selftest-armhost": workers_arm, "reproducible-ubuntu": workers_ubuntu, "reproducible-debian": workers_debian, "reproducible-fedora": workers_fedora,
Signed-off-by: Ross Burton <ross.burton@arm.com> --- config.py | 3 +++ 1 file changed, 3 insertions(+)