All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder][PATCH] nightly-wic.conf: publish qemux86; add missing error reporting steps
@ 2016-08-23 17:14 Bill Randle
  2016-08-23 20:22 ` Joshua Lock
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Randle @ 2016-08-23 17:14 UTC (permalink / raw)
  To: yocto

Commit 623665a11e added support for building a qemux86 image, but the
step to actually publish it did not get included. Also, nightly-wic.conf
was missed when the other config files were updated to include the
DownloadErrorReports and SendErrorReport steps.

Signed-off-by: Bill Randle <william.c.randle@intel.com>
---
 buildset-config.controller/nightly-wic.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/buildset-config.controller/nightly-wic.conf b/buildset-config.controller/nightly-wic.conf
index 59ea34c..1b91852 100644
--- a/buildset-config.controller/nightly-wic.conf
+++ b/buildset-config.controller/nightly-wic.conf
@@ -32,5 +32,7 @@ steps: [{'SetDest':{}},
         {'CreateWicImages':{'wic_img_type':'directdisk', 'target_img':'core-image-sato'}},
         {'CreateWicImages':{'wic_img_type':'directdisk-gpt', 'target_img':'core-image-sato'}},
         {'CreateWicImages':{'wic_img_type':'mkefidisk', 'target_img':'core-image-sato'}},
-        {'PublishArtifacts': {'artifacts': ['qemux86-64', 'genericx86', 'genericx86-64']}}]
+        {'DownloadErrorReports': {}},
+        {'SendErrorReport': {}},
+        {'PublishArtifacts': {'artifacts': ['qemux86', 'qemux86-64', 'genericx86', 'genericx86-64']}}]
 
-- 
2.5.5



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

* Re: [yocto-autobuilder][PATCH] nightly-wic.conf: publish qemux86; add missing error reporting steps
  2016-08-23 17:14 [yocto-autobuilder][PATCH] nightly-wic.conf: publish qemux86; add missing error reporting steps Bill Randle
@ 2016-08-23 20:22 ` Joshua Lock
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2016-08-23 20:22 UTC (permalink / raw)
  To: Bill Randle, yocto

On Tue, 2016-08-23 at 10:14 -0700, Bill Randle wrote:
> Commit 623665a11e added support for building a qemux86 image, but the
> step to actually publish it did not get included. Also, nightly-
> wic.conf
> was missed when the other config files were updated to include the
> DownloadErrorReports and SendErrorReport steps.

Merged to master, thanks!

Joshua

> Signed-off-by: Bill Randle <william.c.randle@intel.com>
> ---
>  buildset-config.controller/nightly-wic.conf | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/buildset-config.controller/nightly-wic.conf b/buildset-
> config.controller/nightly-wic.conf
> index 59ea34c..1b91852 100644
> --- a/buildset-config.controller/nightly-wic.conf
> +++ b/buildset-config.controller/nightly-wic.conf
> @@ -32,5 +32,7 @@ steps: [{'SetDest':{}},
>          {'CreateWicImages':{'wic_img_type':'directdisk',
> 'target_img':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'directdisk-gpt',
> 'target_img':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'mkefidisk',
> 'target_img':'core-image-sato'}},
> -        {'PublishArtifacts': {'artifacts': ['qemux86-64',
> 'genericx86', 'genericx86-64']}}]
> +        {'DownloadErrorReports': {}},
> +        {'SendErrorReport': {}},
> +        {'PublishArtifacts': {'artifacts': ['qemux86', 'qemux86-64', 
> 'genericx86', 'genericx86-64']}}]
>  


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

end of thread, other threads:[~2016-08-23 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23 17:14 [yocto-autobuilder][PATCH] nightly-wic.conf: publish qemux86; add missing error reporting steps Bill Randle
2016-08-23 20:22 ` Joshua Lock

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.