All of lore.kernel.org
 help / color / mirror / Atom feed
* [[yocto-autobuilder][PATCHv4]] ] Build sets to test new OS distribution in autobuilder
@ 2016-10-07 20:50 Aníbal Limón
  2016-10-08  0:04 ` Bill Randle
  0 siblings, 1 reply; 3+ messages in thread
From: Aníbal Limón @ 2016-10-07 20:50 UTC (permalink / raw)
  To: yocto; +Cc: joshua.g.lock, Monserrat Sedeno

From: Monserrat Sedeno <monserratx.sedeno.bustos@intel.com>

As part of the process to set new OS distribution as supported on Yoctoc Project
a new patch was created with the list of build sets that should be executed.

Detailed information:
https://wiki.yoctoproject.org/wiki/Distro_Testing_Plan#Execute_Build_Sets

Fixes [YOCTO #9905]

Note:In order to add a new distro as supported all the build sets should be PASS

Signed-off-by: Monserrat Sedeno <monserratx.sedeno.bustos@intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 .../nightly-qa-distro.conf                         | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 buildset-config.autobuilder-qa/nightly-qa-distro.conf

diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
new file mode 100644
index 0000000..def4118
--- /dev/null
+++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
@@ -0,0 +1,55 @@
+[nightly-qa-distro]
+builders: 'example-worker'
+repos: [{'poky':
+            {'repourl':'git://git.yoctoproject.org/poky',
+             'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
+             'branch':'master'}},
+        {'oecore':
+            {'repourl':'git://git.openembedded.org/openembedded-core',
+             'layerversion':'core',
+             'checkout':False,
+             'branch':'master'}},
+        {'bitbake':
+            {'repourl':'git://git.openembedded.org/bitbake',
+             'checkout':False,
+             'branch':'master'}},
+        {'eclipse-poky-neon':
+            {'repourl':'git://git.yoctoproject.org/eclipse-poky',
+             'checkout':False,
+             'branch':'neon-master'}},
+        {'meta-qt4':
+            {'repourl':'git://git.yoctoproject.org/meta-qt4',
+             'branch':'master'}},
+        {'meta-qt3':
+            {'repourl':'git://git.yoctoproject.org/meta-qt3',
+             'branch':'master'}}]
+props: [{'fp_date':{'prop_type':'StringParameter',
+                       'size': 20,
+                       'name': 'fp_date',
+                       'label':'Full Pass date:'}}]
+steps: [{'SetDest':{}},
+        {'CheckOutLayers': {}},
+        {'RunPreamble': {}},
+        {'TriggerBuilds': {'schedulerName': 'dist-build', 
+             'waitForFinish': 'True',
+             'schedulerNames': {
+                 'nightly-oe-selftest': {},
+                 'nightly-oecore': {},
+                 'nightly-deb': {},
+                 'nightly-ipk': {},
+                 'nightly-world': {}, 
+                 'nightly-arm': {}, 
+                 'nightly-multilib': {}, 
+                 'nightly-x86-64-lsb': {},
+                 'nightly-x86': {},
+                 'nightly-x32': {},
+                 'poky-tiny': {}, 
+                 'nightly-qa-systemd': {},
+                 'nightly-qa-extras': {}, 
+                 'nightly-qa-targetbuilds': {},
+                 'nightly-qa-skeleton': {},
+                 'nightly-qa-logrotate': {}, 
+                 'nightly-qa-pam': {},
+                 'buildtools': {}},
+                 'eclipse-plugin-neon': {},
+             'schedulerNames_nowait': {}}},]
-- 
2.1.4



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

* Re: [[yocto-autobuilder][PATCHv4]] ] Build sets to test new OS distribution in autobuilder
  2016-10-07 20:50 [[yocto-autobuilder][PATCHv4]] ] Build sets to test new OS distribution in autobuilder Aníbal Limón
@ 2016-10-08  0:04 ` Bill Randle
  2016-10-10 14:51   ` Aníbal Limón
  0 siblings, 1 reply; 3+ messages in thread
From: Bill Randle @ 2016-10-08  0:04 UTC (permalink / raw)
  To: Aníbal Limón; +Cc: joshua.g.lock, yocto, Monserrat Sedeno

This version appears to ignore Beth's comments from yesterday where
she said buildset-config.autobuilder-qa wasn't really the appropriate
directory and suggested a different name, plus she said all buildable
configs should be present or links to them. If the later is true, then
not only should the patch use a different directory, but it should
also populate that new directory with links to the other build config
files referenced in this file.

    -Bill

On Fri, Oct 7, 2016 at 1:50 PM, Aníbal Limón
<anibal.limon@linux.intel.com> wrote:
> From: Monserrat Sedeno <monserratx.sedeno.bustos@intel.com>
>
> As part of the process to set new OS distribution as supported on Yoctoc Project
> a new patch was created with the list of build sets that should be executed.
>
> Detailed information:
> https://wiki.yoctoproject.org/wiki/Distro_Testing_Plan#Execute_Build_Sets
>
> Fixes [YOCTO #9905]
>
> Note:In order to add a new distro as supported all the build sets should be PASS
>
> Signed-off-by: Monserrat Sedeno <monserratx.sedeno.bustos@intel.com>
> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
> ---
>  .../nightly-qa-distro.conf                         | 55 ++++++++++++++++++++++
>  1 file changed, 55 insertions(+)
>  create mode 100644 buildset-config.autobuilder-qa/nightly-qa-distro.conf
>
> diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
> new file mode 100644
> index 0000000..def4118
> --- /dev/null
> +++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
> @@ -0,0 +1,55 @@
> +[nightly-qa-distro]
> +builders: 'example-worker'
> +repos: [{'poky':
> +            {'repourl':'git://git.yoctoproject.org/poky',
> +             'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
> +             'branch':'master'}},
> +        {'oecore':
> +            {'repourl':'git://git.openembedded.org/openembedded-core',
> +             'layerversion':'core',
> +             'checkout':False,
> +             'branch':'master'}},
> +        {'bitbake':
> +            {'repourl':'git://git.openembedded.org/bitbake',
> +             'checkout':False,
> +             'branch':'master'}},
> +        {'eclipse-poky-neon':
> +            {'repourl':'git://git.yoctoproject.org/eclipse-poky',
> +             'checkout':False,
> +             'branch':'neon-master'}},
> +        {'meta-qt4':
> +            {'repourl':'git://git.yoctoproject.org/meta-qt4',
> +             'branch':'master'}},
> +        {'meta-qt3':
> +            {'repourl':'git://git.yoctoproject.org/meta-qt3',
> +             'branch':'master'}}]
> +props: [{'fp_date':{'prop_type':'StringParameter',
> +                       'size': 20,
> +                       'name': 'fp_date',
> +                       'label':'Full Pass date:'}}]
> +steps: [{'SetDest':{}},
> +        {'CheckOutLayers': {}},
> +        {'RunPreamble': {}},
> +        {'TriggerBuilds': {'schedulerName': 'dist-build',
> +             'waitForFinish': 'True',
> +             'schedulerNames': {
> +                 'nightly-oe-selftest': {},
> +                 'nightly-oecore': {},
> +                 'nightly-deb': {},
> +                 'nightly-ipk': {},
> +                 'nightly-world': {},
> +                 'nightly-arm': {},
> +                 'nightly-multilib': {},
> +                 'nightly-x86-64-lsb': {},
> +                 'nightly-x86': {},
> +                 'nightly-x32': {},
> +                 'poky-tiny': {},
> +                 'nightly-qa-systemd': {},
> +                 'nightly-qa-extras': {},
> +                 'nightly-qa-targetbuilds': {},
> +                 'nightly-qa-skeleton': {},
> +                 'nightly-qa-logrotate': {},
> +                 'nightly-qa-pam': {},
> +                 'buildtools': {}},
> +                 'eclipse-plugin-neon': {},
> +             'schedulerNames_nowait': {}}},]
> --
> 2.1.4
>


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

* Re: [[yocto-autobuilder][PATCHv4]] ] Build sets to test new OS distribution in autobuilder
  2016-10-08  0:04 ` Bill Randle
@ 2016-10-10 14:51   ` Aníbal Limón
  0 siblings, 0 replies; 3+ messages in thread
From: Aníbal Limón @ 2016-10-10 14:51 UTC (permalink / raw)
  To: Bill Randle; +Cc: joshua.g.lock, yocto, Monserrat Sedeno

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



On 10/07/2016 07:04 PM, Bill Randle wrote:
> This version appears to ignore Beth's comments from yesterday where
> she said buildset-config.autobuilder-qa wasn't really the appropriate
> directory and suggested a different name, plus she said all buildable
> configs should be present or links to them. If the later is true, then
> not only should the patch use a different directory, but it should
> also populate that new directory with links to the other build config
> files referenced in this file.

Yes Bill, sorry i forget to move the buildset to buildset-config.controller.

I'll send another patch.

	alimon


> 
>     -Bill
> 
> On Fri, Oct 7, 2016 at 1:50 PM, Aníbal Limón
> <anibal.limon@linux.intel.com> wrote:
>> From: Monserrat Sedeno <monserratx.sedeno.bustos@intel.com>
>>
>> As part of the process to set new OS distribution as supported on Yoctoc Project
>> a new patch was created with the list of build sets that should be executed.
>>
>> Detailed information:
>> https://wiki.yoctoproject.org/wiki/Distro_Testing_Plan#Execute_Build_Sets
>>
>> Fixes [YOCTO #9905]
>>
>> Note:In order to add a new distro as supported all the build sets should be PASS
>>
>> Signed-off-by: Monserrat Sedeno <monserratx.sedeno.bustos@intel.com>
>> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
>> ---
>>  .../nightly-qa-distro.conf                         | 55 ++++++++++++++++++++++
>>  1 file changed, 55 insertions(+)
>>  create mode 100644 buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>
>> diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>> new file mode 100644
>> index 0000000..def4118
>> --- /dev/null
>> +++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>> @@ -0,0 +1,55 @@
>> +[nightly-qa-distro]
>> +builders: 'example-worker'
>> +repos: [{'poky':
>> +            {'repourl':'git://git.yoctoproject.org/poky',
>> +             'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
>> +             'branch':'master'}},
>> +        {'oecore':
>> +            {'repourl':'git://git.openembedded.org/openembedded-core',
>> +             'layerversion':'core',
>> +             'checkout':False,
>> +             'branch':'master'}},
>> +        {'bitbake':
>> +            {'repourl':'git://git.openembedded.org/bitbake',
>> +             'checkout':False,
>> +             'branch':'master'}},
>> +        {'eclipse-poky-neon':
>> +            {'repourl':'git://git.yoctoproject.org/eclipse-poky',
>> +             'checkout':False,
>> +             'branch':'neon-master'}},
>> +        {'meta-qt4':
>> +            {'repourl':'git://git.yoctoproject.org/meta-qt4',
>> +             'branch':'master'}},
>> +        {'meta-qt3':
>> +            {'repourl':'git://git.yoctoproject.org/meta-qt3',
>> +             'branch':'master'}}]
>> +props: [{'fp_date':{'prop_type':'StringParameter',
>> +                       'size': 20,
>> +                       'name': 'fp_date',
>> +                       'label':'Full Pass date:'}}]
>> +steps: [{'SetDest':{}},
>> +        {'CheckOutLayers': {}},
>> +        {'RunPreamble': {}},
>> +        {'TriggerBuilds': {'schedulerName': 'dist-build',
>> +             'waitForFinish': 'True',
>> +             'schedulerNames': {
>> +                 'nightly-oe-selftest': {},
>> +                 'nightly-oecore': {},
>> +                 'nightly-deb': {},
>> +                 'nightly-ipk': {},
>> +                 'nightly-world': {},
>> +                 'nightly-arm': {},
>> +                 'nightly-multilib': {},
>> +                 'nightly-x86-64-lsb': {},
>> +                 'nightly-x86': {},
>> +                 'nightly-x32': {},
>> +                 'poky-tiny': {},
>> +                 'nightly-qa-systemd': {},
>> +                 'nightly-qa-extras': {},
>> +                 'nightly-qa-targetbuilds': {},
>> +                 'nightly-qa-skeleton': {},
>> +                 'nightly-qa-logrotate': {},
>> +                 'nightly-qa-pam': {},
>> +                 'buildtools': {}},
>> +                 'eclipse-plugin-neon': {},
>> +             'schedulerNames_nowait': {}}},]
>> --
>> 2.1.4
>>


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2016-10-10 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-07 20:50 [[yocto-autobuilder][PATCHv4]] ] Build sets to test new OS distribution in autobuilder Aníbal Limón
2016-10-08  0:04 ` Bill Randle
2016-10-10 14:51   ` Aníbal Limón

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.