All of lore.kernel.org
 help / color / mirror / Atom feed
* [[yocto-autobuilder][PATCHv2]] Build sets to test new OS distribution in autobuilder
@ 2016-09-30 20:29 Monserrat Sedeno
  2016-10-05 14:59 ` Aníbal Limón
  0 siblings, 1 reply; 6+ messages in thread
From: Monserrat Sedeno @ 2016-09-30 20:29 UTC (permalink / raw)
  To: yocto; +Cc: joshua.g.lock, Monserrat Sedeno

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>
---
 buildset-config.autobuilder-qa/nightly-qa-distro.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
index 0fcdbef..6c02a91 100644
--- a/buildset-config.autobuilder-qa/nightly-qa-distro.conf
+++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
@@ -25,7 +25,6 @@ steps: [{'SetDest':{}},
 		           	'nightly-deb': {},
                            	'nightly-ipk': {},
                           	'nightly-world': {}, 
-			   	'buildtools': {},
                            	'nightly-arm': {}, 
                            	'nightly-mips': {},
                            	'nightly-wic':{},
@@ -37,8 +36,9 @@ steps: [{'SetDest':{}},
                            	'nightly-qa-systemd': {},
                            	'nightly-qa-extras': {}, 
                            	'nightly-qa-targetbuilds': {},
-				'nightly-qa-skeleton': {}},
+				'nightly-qa-skeleton': {},
                            	'nightly-qa-logrotate': {}, 
                            	'nightly-qa-pam': {},
+				'buildtools': {}},
                            'schedulerNames_nowait': {}}},]
 
-- 
2.7.4



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

* Re: [[yocto-autobuilder][PATCHv2]] Build sets to test new OS distribution in autobuilder
  2016-09-30 20:29 [[yocto-autobuilder][PATCHv2]] Build sets to test new OS distribution in autobuilder Monserrat Sedeno
@ 2016-10-05 14:59 ` Aníbal Limón
  2016-10-05 20:00   ` Aníbal Limón
  0 siblings, 1 reply; 6+ messages in thread
From: Aníbal Limón @ 2016-10-05 14:59 UTC (permalink / raw)
  To: Monserrat Sedeno, yocto; +Cc: joshua.g.lock

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



On 09/30/2016 03:29 PM, Monserrat Sedeno wrote:
> 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>
Acked-by: Aníbal Limón <anibal.limon@linux.intel.com>
> ---
>  buildset-config.autobuilder-qa/nightly-qa-distro.conf | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
> index 0fcdbef..6c02a91 100644
> --- a/buildset-config.autobuilder-qa/nightly-qa-distro.conf
> +++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
> @@ -25,7 +25,6 @@ steps: [{'SetDest':{}},
>  		           	'nightly-deb': {},
>                             	'nightly-ipk': {},
>                            	'nightly-world': {}, 
> -			   	'buildtools': {},
>                             	'nightly-arm': {}, 
>                             	'nightly-mips': {},
>                             	'nightly-wic':{},
> @@ -37,8 +36,9 @@ steps: [{'SetDest':{}},
>                             	'nightly-qa-systemd': {},
>                             	'nightly-qa-extras': {}, 
>                             	'nightly-qa-targetbuilds': {},
> -				'nightly-qa-skeleton': {}},
> +				'nightly-qa-skeleton': {},
>                             	'nightly-qa-logrotate': {}, 
>                             	'nightly-qa-pam': {},
> +				'buildtools': {}},
>                             'schedulerNames_nowait': {}}},]
>  
> 


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

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

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

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

Oh, I didn't notice that this patch isn't applied to ab master branch.

Monse, could you send a new patch over master?

Cheers,
	alimon

On 10/05/2016 09:59 AM, Aníbal Limón wrote:
> 
> 
> On 09/30/2016 03:29 PM, Monserrat Sedeno wrote:
>> 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>
> Acked-by: Aníbal Limón <anibal.limon@linux.intel.com>
>> ---
>>  buildset-config.autobuilder-qa/nightly-qa-distro.conf | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>> index 0fcdbef..6c02a91 100644
>> --- a/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>> +++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>> @@ -25,7 +25,6 @@ steps: [{'SetDest':{}},
>>  		           	'nightly-deb': {},
>>                             	'nightly-ipk': {},
>>                            	'nightly-world': {}, 
>> -			   	'buildtools': {},
>>                             	'nightly-arm': {}, 
>>                             	'nightly-mips': {},
>>                             	'nightly-wic':{},
>> @@ -37,8 +36,9 @@ steps: [{'SetDest':{}},
>>                             	'nightly-qa-systemd': {},
>>                             	'nightly-qa-extras': {}, 
>>                             	'nightly-qa-targetbuilds': {},
>> -				'nightly-qa-skeleton': {}},
>> +				'nightly-qa-skeleton': {},
>>                             	'nightly-qa-logrotate': {}, 
>>                             	'nightly-qa-pam': {},
>> +				'buildtools': {}},
>>                             'schedulerNames_nowait': {}}},]
>>  
>>
> 
> 
> 


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

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

* Re: [[yocto-autobuilder][PATCHv2]] Build sets to test new OS distribution in autobuilder
  2016-10-05 20:00   ` Aníbal Limón
@ 2016-10-05 20:41     ` Bill Randle
  2016-10-05 20:47       ` Aníbal Limón
  0 siblings, 1 reply; 6+ messages in thread
From: Bill Randle @ 2016-10-05 20:41 UTC (permalink / raw)
  To: Aníbal Limón; +Cc: joshua.g.lock, yocto, Monserrat Sedeno

I also wonder if this actually belongs in
buildset-config.autobuilder-qa (which doesn't have any other configs),
or in buildset-config.controller where all the others reside.

    -Bill

On Wed, Oct 5, 2016 at 1:00 PM, Aníbal Limón
<anibal.limon@linux.intel.com> wrote:
> Oh, I didn't notice that this patch isn't applied to ab master branch.
>
> Monse, could you send a new patch over master?
>
> Cheers,
>         alimon
>
> On 10/05/2016 09:59 AM, Aníbal Limón wrote:
>>
>>
>> On 09/30/2016 03:29 PM, Monserrat Sedeno wrote:
>>> 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>
>> Acked-by: Aníbal Limón <anibal.limon@linux.intel.com>
>>> ---
>>>  buildset-config.autobuilder-qa/nightly-qa-distro.conf | 4 ++--
>>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>> index 0fcdbef..6c02a91 100644
>>> --- a/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>> +++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>> @@ -25,7 +25,6 @@ steps: [{'SetDest':{}},
>>>                              'nightly-deb': {},
>>>                              'nightly-ipk': {},
>>>                              'nightly-world': {},
>>> -                            'buildtools': {},
>>>                              'nightly-arm': {},
>>>                              'nightly-mips': {},
>>>                              'nightly-wic':{},
>>> @@ -37,8 +36,9 @@ steps: [{'SetDest':{}},
>>>                              'nightly-qa-systemd': {},
>>>                              'nightly-qa-extras': {},
>>>                              'nightly-qa-targetbuilds': {},
>>> -                            'nightly-qa-skeleton': {}},
>>> +                            'nightly-qa-skeleton': {},
>>>                              'nightly-qa-logrotate': {},
>>>                              'nightly-qa-pam': {},
>>> +                            'buildtools': {}},
>>>                             'schedulerNames_nowait': {}}},]
>>>
>>>
>>
>>
>>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: [[yocto-autobuilder][PATCHv2]] Build sets to test new OS distribution in autobuilder
  2016-10-05 20:41     ` Bill Randle
@ 2016-10-05 20:47       ` Aníbal Limón
  2016-10-05 20:49         ` Bill Randle
  0 siblings, 1 reply; 6+ messages in thread
From: Aníbal Limón @ 2016-10-05 20:47 UTC (permalink / raw)
  To: Bill Randle; +Cc: joshua.g.lock, yocto, Monserrat Sedeno

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



On 10/05/2016 03:41 PM, Bill Randle wrote:
> I also wonder if this actually belongs in
> buildset-config.autobuilder-qa (which doesn't have any other configs),
> or in buildset-config.controller where all the others reside.

I don't know what was the original target for the autobuilder-qa
buildset but the new distro-qa buildset won't run in  regular basis and
also is part of the QA process. Make sense to me to put inside that folder.

	alimon

> 
>     -Bill
> 
> On Wed, Oct 5, 2016 at 1:00 PM, Aníbal Limón
> <anibal.limon@linux.intel.com> wrote:
>> Oh, I didn't notice that this patch isn't applied to ab master branch.
>>
>> Monse, could you send a new patch over master?
>>
>> Cheers,
>>         alimon
>>
>> On 10/05/2016 09:59 AM, Aníbal Limón wrote:
>>>
>>>
>>> On 09/30/2016 03:29 PM, Monserrat Sedeno wrote:
>>>> 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>
>>> Acked-by: Aníbal Limón <anibal.limon@linux.intel.com>
>>>> ---
>>>>  buildset-config.autobuilder-qa/nightly-qa-distro.conf | 4 ++--
>>>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>>> index 0fcdbef..6c02a91 100644
>>>> --- a/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>>> +++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>>> @@ -25,7 +25,6 @@ steps: [{'SetDest':{}},
>>>>                              'nightly-deb': {},
>>>>                              'nightly-ipk': {},
>>>>                              'nightly-world': {},
>>>> -                            'buildtools': {},
>>>>                              'nightly-arm': {},
>>>>                              'nightly-mips': {},
>>>>                              'nightly-wic':{},
>>>> @@ -37,8 +36,9 @@ steps: [{'SetDest':{}},
>>>>                              'nightly-qa-systemd': {},
>>>>                              'nightly-qa-extras': {},
>>>>                              'nightly-qa-targetbuilds': {},
>>>> -                            'nightly-qa-skeleton': {}},
>>>> +                            'nightly-qa-skeleton': {},
>>>>                              'nightly-qa-logrotate': {},
>>>>                              'nightly-qa-pam': {},
>>>> +                            'buildtools': {}},
>>>>                             'schedulerNames_nowait': {}}},]
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>


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

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

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

On Wed, Oct 5, 2016 at 1:47 PM, Aníbal Limón
<anibal.limon@linux.intel.com> wrote:
>
>
> On 10/05/2016 03:41 PM, Bill Randle wrote:
>> I also wonder if this actually belongs in
>> buildset-config.autobuilder-qa (which doesn't have any other configs),
>> or in buildset-config.controller where all the others reside.
>
> I don't know what was the original target for the autobuilder-qa
> buildset but the new distro-qa buildset won't run in  regular basis and
> also is part of the QA process. Make sense to me to put inside that folder.
>

That's ok with me. Just asking the question.

>         alimon
>
>>
>>     -Bill
>>
>> On Wed, Oct 5, 2016 at 1:00 PM, Aníbal Limón
>> <anibal.limon@linux.intel.com> wrote:
>>> Oh, I didn't notice that this patch isn't applied to ab master branch.
>>>
>>> Monse, could you send a new patch over master?
>>>
>>> Cheers,
>>>         alimon
>>>
>>> On 10/05/2016 09:59 AM, Aníbal Limón wrote:
>>>>
>>>>
>>>> On 09/30/2016 03:29 PM, Monserrat Sedeno wrote:
>>>>> 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>
>>>> Acked-by: Aníbal Limón <anibal.limon@linux.intel.com>
>>>>> ---
>>>>>  buildset-config.autobuilder-qa/nightly-qa-distro.conf | 4 ++--
>>>>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>>>>
>>>>> diff --git a/buildset-config.autobuilder-qa/nightly-qa-distro.conf b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>>>> index 0fcdbef..6c02a91 100644
>>>>> --- a/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>>>> +++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf
>>>>> @@ -25,7 +25,6 @@ steps: [{'SetDest':{}},
>>>>>                              'nightly-deb': {},
>>>>>                              'nightly-ipk': {},
>>>>>                              'nightly-world': {},
>>>>> -                            'buildtools': {},
>>>>>                              'nightly-arm': {},
>>>>>                              'nightly-mips': {},
>>>>>                              'nightly-wic':{},
>>>>> @@ -37,8 +36,9 @@ steps: [{'SetDest':{}},
>>>>>                              'nightly-qa-systemd': {},
>>>>>                              'nightly-qa-extras': {},
>>>>>                              'nightly-qa-targetbuilds': {},
>>>>> -                            'nightly-qa-skeleton': {}},
>>>>> +                            'nightly-qa-skeleton': {},
>>>>>                              'nightly-qa-logrotate': {},
>>>>>                              'nightly-qa-pam': {},
>>>>> +                            'buildtools': {}},
>>>>>                             'schedulerNames_nowait': {}}},]
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-30 20:29 [[yocto-autobuilder][PATCHv2]] Build sets to test new OS distribution in autobuilder Monserrat Sedeno
2016-10-05 14:59 ` Aníbal Limón
2016-10-05 20:00   ` Aníbal Limón
2016-10-05 20:41     ` Bill Randle
2016-10-05 20:47       ` Aníbal Limón
2016-10-05 20:49         ` Bill Randle

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.