Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] poky: add OpenSUSE LEAP 15.0 to SANITY_TESTED_DISTROS
@ 2019-01-11 16:05 Richard Weinberger
  2019-01-11 16:19 ` Burton, Ross
  2019-01-11 16:33 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Weinberger @ 2019-01-11 16:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Richard Weinberger

All my build systems (and containers) run LEAP 15.0.
So far everything worked fine, let's get rid of the warning. :-)

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 meta-poky/conf/distro/poky.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index f5de8f2335d1..d560ed3a3fa3 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -73,6 +73,7 @@ SANITY_TESTED_DISTROS ?= " \
             debian-8 \n \
             debian-9 \n \
             opensuse-42.3 \n \
+            opensuseleap-15.0 \n \
             "
 #
 # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
-- 
2.16.4



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

* Re: [PATCH] poky: add OpenSUSE LEAP 15.0 to SANITY_TESTED_DISTROS
  2019-01-11 16:05 [PATCH] poky: add OpenSUSE LEAP 15.0 to SANITY_TESTED_DISTROS Richard Weinberger
@ 2019-01-11 16:19 ` Burton, Ross
  2019-01-11 16:33 ` ✗ patchtest: failure for " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2019-01-11 16:19 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]

We'll switch this when the autobuilder is building on 15.0.  Currently the
15.0 worker is there but disabled, presumably it's not up and running yet.

Ross

On Fri, 11 Jan 2019 at 16:06, Richard Weinberger <richard@nod.at> wrote:

> All my build systems (and containers) run LEAP 15.0.
> So far everything worked fine, let's get rid of the warning. :-)
>
> Signed-off-by: Richard Weinberger <richard@nod.at>
> ---
>  meta-poky/conf/distro/poky.conf | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-poky/conf/distro/poky.conf
> b/meta-poky/conf/distro/poky.conf
> index f5de8f2335d1..d560ed3a3fa3 100644
> --- a/meta-poky/conf/distro/poky.conf
> +++ b/meta-poky/conf/distro/poky.conf
> @@ -73,6 +73,7 @@ SANITY_TESTED_DISTROS ?= " \
>              debian-8 \n \
>              debian-9 \n \
>              opensuse-42.3 \n \
> +            opensuseleap-15.0 \n \
>              "
>  #
>  # OELAYOUT_ABI allows us to notify users when the format of TMPDIR
> changes in
> --
> 2.16.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 1909 bytes --]

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

* ✗ patchtest: failure for poky: add OpenSUSE LEAP 15.0 to SANITY_TESTED_DISTROS
  2019-01-11 16:05 [PATCH] poky: add OpenSUSE LEAP 15.0 to SANITY_TESTED_DISTROS Richard Weinberger
  2019-01-11 16:19 ` Burton, Ross
@ 2019-01-11 16:33 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-01-11 16:33 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: openembedded-core

== Series Details ==

Series: poky: add OpenSUSE LEAP 15.0 to SANITY_TESTED_DISTROS
Revision: 1
URL   : https://patchwork.openembedded.org/series/15615/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series sent to the wrong mailing list or some patches from the series correspond to different mailing lists [test_target_mailing_list] 
  Suggested fix    Send the series again to the correct mailing list (ML)
  Suggested ML     poky@yoctoproject.org [http://git.yoctoproject.org/cgit/cgit.cgi/poky/]
  Patch's path:    meta-poky/conf/distro/poky.conf

* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 65c419b8c4)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

end of thread, other threads:[~2019-01-11 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-11 16:05 [PATCH] poky: add OpenSUSE LEAP 15.0 to SANITY_TESTED_DISTROS Richard Weinberger
2019-01-11 16:19 ` Burton, Ross
2019-01-11 16:33 ` ✗ patchtest: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox