Message ID | 20220105122306.1041198-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder2] Run oe-selftest-arm jobs on the Arm workers only | expand |
On Wed, 2022-01-05 at 12:23 +0000, Ross Burton wrote: > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > 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
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,
Signed-off-by: Ross Burton <ross.burton@arm.com> --- config.py | 1 + 1 file changed, 1 insertion(+)