All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Witt <randy.e.witt@linux.intel.com>
To: "Graydon, Tracy" <tracy.graydon@intel.com>, yocto@yoctoproject.org
Subject: Re: nightly-world-lsb.conf: Do world builds for poky-lsb
Date: Tue, 24 Mar 2015 14:51:52 -0700	[thread overview]
Message-ID: <5511DC78.6010005@linux.intel.com> (raw)
In-Reply-To: <1427236868-26847-1-git-send-email-tracy.graydon@intel.com>

On 03/24/2015 03:41 PM, Graydon, Tracy wrote:
> [YOCTO #7261]
>
> Do world builds for poky-lsb. This patch adds the new nightly-world-lsb buildset
> to fix bug #7261. Also added it to the normal nightly.conf trigger
> and yoctoAB.conf.
>
> Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
> ---
>   buildset-config.controller/nightly-world-lsb.conf | 22 ++++++++++++++++++++++
>   buildset-config.controller/nightly.conf           |  4 +---
>   buildset-config.controller/yoctoAB.conf           |  6 +++---
>   3 files changed, 26 insertions(+), 6 deletions(-)
>   create mode 100644 buildset-config.controller/nightly-world-lsb.conf
>
> diff --git a/buildset-config.controller/nightly-world-lsb.conf b/buildset-config.controller/nightly-world-lsb.conf
> new file mode 100644
> index 0000000..e9782a9
> --- /dev/null
> +++ b/buildset-config.controller/nightly-world-lsb.conf
> @@ -0,0 +1,22 @@
> +[nightly-world-lsb]
> +builders: 'example-worker'
> +repos: [{'poky':
> +            {'repourl':'git://git.yoctoproject.org/poky',
> +             'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp'},
> +             'branch':'master'}},
> +        {'meta-qt3':
> +            {'repourl':'git://git.yoctoproject.org/meta-qt3',
> +             'branch':'master'}}]
> +steps: [{'SetDest':{}},
> +        {'CheckOutLayers': {}},
> +        {'RunPreamble': {}},
> +        {'GetDistroVersion' : {'distro': 'poky'}},
> +        {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
> +                            'buildhistory' : False, 'multilib': True,
> +                            'distro': 'poky-lsb'}},
> +        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> +        {'BuildImages': {'images': 'world'}},
> +        {'SendErrorReport': {}},
> +        {'UploadToasterEventlog': {}},
> +        {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
> +
> diff --git a/buildset-config.controller/nightly.conf b/buildset-config.controller/nightly.conf
> index e8498f1..e422ede 100644
> --- a/buildset-config.controller/nightly.conf
> +++ b/buildset-config.controller/nightly.conf
> @@ -75,10 +75,8 @@ steps: [{'SetDest':{}},
>           {'BuildImages': {'images': 'universe -c fetch'}},
>           {'TriggerBuilds': {'schedulerName': 'main-build', 'waitForFinish': 'True',
>                              'schedulerNames': {'minnow': {}, 'minnow-lsb': {},
> -                           'nightly-arm': {}, 'nightly-arm-lsb': {},
>                              'nightly-fsl-arm': {}, 'nightly-fsl-arm-lsb': {},
>                              'nightly-fsl-ppc': {}, 'nightly-fsl-ppc-lsb': {},
> -                           'nightly-mips': {}, 'nightly-mips-lsb': {},

I'll admit that I'm not that familiar with the autobuilder, but this looks like 
some builds are being turned off, but the commit message doesn't mention that.

>                              'nightly-multilib': {}, 'nightly-x32': {},
>                              'nightly-ppc': {}, 'nightly-ppc-lsb': {},
>                              'nightly-x86-64': {}, 'nightly-x86-64-lsb': {},
> @@ -87,7 +85,7 @@ steps: [{'SetDest':{}},
>                              'schedulerNames_nowait' : {'build-appliance': {},
>                              'eclipse-plugin-kepler': {}, 'eclipse-plugin-juno': {},
>                              'nightly-non-gpl3': {}, 'nightly-oecore': {},
> -                           'nightly-world':{}, 'nightly-intel-gpl': {},
> +                           'nightly-world':{}, 'nightly-world-lsb':{}, 'nightly-intel-gpl': {},
>                              'poky-tiny': {}, 'buildtools': {},
>                              'nightly-qa-systemd': {}, 'nightly-qa-extras': {},
>                              'nightly-qa-logrotate': {}, 'nightly-qa-pam': {},
> diff --git a/buildset-config.controller/yoctoAB.conf b/buildset-config.controller/yoctoAB.conf
> index 9a07512..c087628 100644
> --- a/buildset-config.controller/yoctoAB.conf
> +++ b/buildset-config.controller/yoctoAB.conf
> @@ -1,10 +1,10 @@
>   [BuildSets]
>   order: ['nightly', 'eclipse-plugin-juno',
>           'eclipse-plugin-kepler', 'eclipse-plugin-luna',
> -        'nightly-arm', 'nightly-arm-lsb', 'nightly-mips',
> -        'nightly-mips-lsb', 'nightly-ppc', 'nightly-ppc-lsb',
> +        'nightly-ppc', 'nightly-ppc-lsb',
>           'nightly-x86-64', 'nightly-x86-64-lsb', 'nightly-x86',
>           'nightly-x86-lsb', 'nightly-x32', 'nightly-multilib',
> -        'nightly-world', 'nightly-non-gpl3', 'nightly-oecore',
> +        'nightly-world', 'nightly-world-lsb',
> +        'nightly-non-gpl3', 'nightly-oecore',
>           'nightly-intel-gpl', 'poky-tiny', 'build-appliance',
>           'nightly-qa-extras', 'nightly-qa-systemd']
>



  reply	other threads:[~2015-03-24 21:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-24 22:41 nightly-world-lsb.conf: Do world builds for poky-lsb Graydon, Tracy
2015-03-24 21:51 ` Randy Witt [this message]
2015-03-24 22:15   ` Graydon, Tracy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5511DC78.6010005@linux.intel.com \
    --to=randy.e.witt@linux.intel.com \
    --cc=tracy.graydon@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.