On Wed, 2022-01-05 at 12:23 +0000, Ross Burton wrote: > Signed-off-by: Ross Burton <[email protected]> > --- > config.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/config.py b/config.py > index ea042c6..5e3e7a5 100644 > --- a/config.py > +++ b/config.py > @@ -172,6 +172,7 @@ builder_to_workers = { > "oe-selftest-fedora": workers_fedora, > "oe-selftest-opensuse": workers_opensuse, > "oe-selftest-centos": workers_centos, > + "oe-selftest-arm": workers_arm, > "reproducible-ubuntu": workers_ubuntu, > "reproducible-debian": workers_debian, > "reproducible-fedora": workers_fedora,
I think you also need to add oe-selftest-arm to builders_others at the same time or that won't do anything. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55742): https://lists.yoctoproject.org/g/yocto/message/55742 Mute This Topic: https://lists.yoctoproject.org/mt/88212249/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
