[yocto] [yocto-autobuilder][PATCH] nightly-world-lsb.conf: skip Publish step so artifacts don't overwrite nightly-world ones

Beth 'pidge' Flanagan pidge at toganlabs.com
Mon Jun 20 23:53:47 PDT 2016


On Mon, 2016-06-20 at 08:00 -0700, Bill Randle wrote:
> Signed-off-by: Bill Randle <william.c.randle at intel.com>
> ---
>  buildset-config.controller/nightly-world-lsb.conf | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/buildset-config.controller/nightly-world-lsb.conf
> b/buildset-config.controller/nightly-world-lsb.conf
> index 4c9994c..f755920 100644
> --- a/buildset-config.controller/nightly-world-lsb.conf
> +++ b/buildset-config.controller/nightly-world-lsb.conf
> @@ -21,6 +21,7 @@ steps: [{'SetDest':{}},
>                              'distro': 'poky-lsb'}},
>          {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
>          {'BuildImages': {'images': 'world'}},
> -        {'SendErrorReport': {}},
> -        {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
> +        {'SendErrorReport': {}}]
> +# skip Publish step so artifacts don't overwrite nightly-world ones
> +#        {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
>  

It would be best here to just remove the lines rather than comment them
out. Please resubmit with the lines removed.

> -- 
> 2.5.5
> 


-- 
Beth 'pidge' Flanagan <pidge at toganlabs.com>
toganlabs.com




More information about the yocto mailing list