All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder-helper][PATCH] config.json: Add steps to test new workers before adding to the main pool
@ 2018-11-07 18:33 Michael Halstead
  2018-11-07 19:15 ` akuster
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Halstead @ 2018-11-07 18:33 UTC (permalink / raw)
  To: yocto

We add workers to the nightly-bringup pool to test them in a production like
enviroment. Include one completely emulated target and one to test
virtualization extentions.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 config.json | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/config.json b/config.json
index f912abf..2945155 100644
--- a/config.json
+++ b/config.json
@@ -145,6 +145,19 @@
                 "SANITYTARGETS" : "core-image-minimal:do_testsdkext"
             }
         },
+       "nightly-bringup" : {
+            "MACHINE" : "qemuarm",
+            "TEMPLATE" : "nightly-arch",
+            "step2" : {
+                "MACHINE" : "beaglebone-yocto",
+                "BBTARGETS" : "core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev core-image-sato-sdk-ptest core-image-sato:do_populate_sdk"
+            },
+            "step5" : {
+                "MACHINE" : "qemux86-64",
+                "SDKMACHINE" : "x86_64",
+                "BBTARGETS" : "core-image-minimal:do_populate_sdk_ext core-image-sato:do_populate_sdk"
+            }
+        },
         "nightly-mips" : {
             "MACHINE" : "qemumips",
             "TEMPLATE" : "nightly-arch",
-- 
2.17.2



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

* Re: [yocto-autobuilder-helper][PATCH] config.json: Add steps to test new workers before adding to the main pool
  2018-11-07 18:33 [yocto-autobuilder-helper][PATCH] config.json: Add steps to test new workers before adding to the main pool Michael Halstead
@ 2018-11-07 19:15 ` akuster
  2018-11-07 21:03   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: akuster @ 2018-11-07 19:15 UTC (permalink / raw)
  To: Michael Halstead, yocto


On 11/7/18 10:33 AM, Michael Halstead wrote:
> We add workers to the nightly-bringup pool to test them in a production like
> enviroment. Include one completely emulated target and one to test
> virtualization extentions.


Would this be a good indicator to add a new host to the sanity checker
or start that process?


- armin

>
> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> ---
>  config.json | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
> diff --git a/config.json b/config.json
> index f912abf..2945155 100644
> --- a/config.json
> +++ b/config.json
> @@ -145,6 +145,19 @@
>                  "SANITYTARGETS" : "core-image-minimal:do_testsdkext"
>              }
>          },
> +       "nightly-bringup" : {
> +            "MACHINE" : "qemuarm",
> +            "TEMPLATE" : "nightly-arch",
> +            "step2" : {
> +                "MACHINE" : "beaglebone-yocto",
> +                "BBTARGETS" : "core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev core-image-sato-sdk-ptest core-image-sato:do_populate_sdk"
> +            },
> +            "step5" : {
> +                "MACHINE" : "qemux86-64",
> +                "SDKMACHINE" : "x86_64",
> +                "BBTARGETS" : "core-image-minimal:do_populate_sdk_ext core-image-sato:do_populate_sdk"
> +            }
> +        },
>          "nightly-mips" : {
>              "MACHINE" : "qemumips",
>              "TEMPLATE" : "nightly-arch",


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

* Re: [yocto-autobuilder-helper][PATCH] config.json: Add steps to test new workers before adding to the main pool
  2018-11-07 19:15 ` akuster
@ 2018-11-07 21:03   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2018-11-07 21:03 UTC (permalink / raw)
  To: akuster, Michael Halstead, yocto

On Wed, 2018-11-07 at 11:15 -0800, akuster wrote:
> On 11/7/18 10:33 AM, Michael Halstead wrote:
> > We add workers to the nightly-bringup pool to test them in a
> > production like
> > enviroment. Include one completely emulated target and one to test
> > virtualization extentions.
> 
> 
> Would this be a good indicator to add a new host to the sanity
> checker or start that process?

Yes, that is another piece of this puzzle. I'm trying to deal with it
piece by piece as if we try and do everything at once there is a risk
of insanity at this point. Even getting this bring up testing sorted
out is proving tricky and highlighting other issues :/

Cheers,

Richard



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

end of thread, other threads:[~2018-11-07 21:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 18:33 [yocto-autobuilder-helper][PATCH] config.json: Add steps to test new workers before adding to the main pool Michael Halstead
2018-11-07 19:15 ` akuster
2018-11-07 21:03   ` 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.