All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder2] Run oe-selftest-arm jobs on the Arm workers only
@ 2022-01-05 12:23 Ross Burton
  2022-01-05 14:09 ` [yocto] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2022-01-05 12:23 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto] [PATCH yocto-autobuilder2] Run oe-selftest-arm jobs on the Arm workers only
  2022-01-05 12:23 [PATCH yocto-autobuilder2] Run oe-selftest-arm jobs on the Arm workers only Ross Burton
@ 2022-01-05 14:09 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2022-01-05 14:09 UTC (permalink / raw)
  To: Ross Burton, yocto

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-05 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 12:23 [PATCH yocto-autobuilder2] Run oe-selftest-arm jobs on the Arm workers only Ross Burton
2022-01-05 14:09 ` [yocto] " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.