* [PATCH] Build sets to test new OS distribution in autobuilder
@ 2016-09-29 21:44 Monserrat Sedeno
2016-09-30 16:19 ` Aníbal Limón
0 siblings, 1 reply; 2+ messages in thread
From: Monserrat Sedeno @ 2016-09-29 21:44 UTC (permalink / raw)
To: yocto; +Cc: Monserrat Sedeno
Signed-off-by: Monserrat Sedeno <monserratx.sedeno.bustos@intel.com>
---
nightly-qa-distro.conf | 45 +++++++++++++++++++++------------------------
1 file changed, 21 insertions(+), 24 deletions(-)
diff --git a/nightly-qa-distro.conf b/nightly-qa-distro.conf
index 2d2c828..8529345 100644
--- a/nightly-qa-distro.conf
+++ b/nightly-qa-distro.conf
@@ -7,9 +7,6 @@ repos: [{'poky':
{'meta-qt4':
{'repourl':'git://git.yoctoproject.org/meta-qt4',
'branch':'master'}},
- {'meta-qt4':
- {'repourl':'git://git.yoctoproject.org/meta-qt4',
- 'branch':'master'}},
{'meta-qt3':
{'repourl':'git://git.yoctoproject.org/meta-qt3',
'branch':'master'}}]
@@ -20,28 +17,28 @@ props: [{'fp_date':{'prop_type':'StringParameter',
steps: [{'SetDest':{}},
{'CheckOutLayers': {}},
{'RunPreamble': {}},
- {'TriggerBuilds': {'schedulerName': 'main-build',
+ {'TriggerBuilds': {'schedulerName': 'dist-build',
'waitForFinish': 'True',
'schedulerNames': {
- 'nightly-oe-selftest': {},
- 'nightly-rpm': {}
- 'nightly-deb':{}
- 'nightly-ipk':{}
- 'nightly-world': {},
- 'buildtools': {},
- 'nightly-arm': {},
- 'nightly-mips': {},
- 'nightly-wic':{},
- 'nightly-multilib': {},
- 'nightly-x86-64': {},
- 'nightly-x86-64-lsb': {},
- 'nightly-x86': {},
- 'poky-tiny': {},
- 'nightly-qa-systemd': {},
- 'nightly-qa-extras': {},
- 'nightly-qa-targetbuilds': {},
- 'nightly-qa-logrotate': {},
- 'nightly-qa-pam': {},
- 'nightly-qa-skeleton': {}},
+ 'nightly-oe-selftest': {},
+ 'nightly-rpm': {},
+ 'nightly-deb': {},
+ 'nightly-ipk': {},
+ 'nightly-world': {},
+ 'buildtools': {},
+ 'nightly-arm': {},
+ 'nightly-mips': {},
+ 'nightly-wic':{},
+ 'nightly-multilib': {},
+ 'nightly-x86-64': {},
+ 'nightly-x86-64-lsb': {},
+ 'nightly-x86': {},
+ 'poky-tiny': {},
+ 'nightly-qa-systemd': {},
+ 'nightly-qa-extras': {},
+ 'nightly-qa-targetbuilds': {},
+ 'nightly-qa-logrotate': {},
+ 'nightly-qa-pam': {},
+ 'nightly-qa-skeleton': {}},
'schedulerNames_nowait': {}}},]
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] Build sets to test new OS distribution in autobuilder
2016-09-29 21:44 [PATCH] Build sets to test new OS distribution in autobuilder Monserrat Sedeno
@ 2016-09-30 16:19 ` Aníbal Limón
0 siblings, 0 replies; 2+ messages in thread
From: Aníbal Limón @ 2016-09-30 16:19 UTC (permalink / raw)
To: Monserrat Sedeno, yocto, Lock, Joshua G, Perez Carranza, Jose
[-- Attachment #1: Type: text/plain, Size: 3551 bytes --]
Hi Monse,
Could you write an explanation about what is the purpose of this buildset?,
Also since the patch is for autobuilder you need to add
[yocto-autobuilder] in the subject and cc Joshua Lock.
Cheers,
alimon
On 09/29/2016 04:44 PM, Monserrat Sedeno wrote:
> Signed-off-by: Monserrat Sedeno <monserratx.sedeno.bustos@intel.com>
> ---
> nightly-qa-distro.conf | 45 +++++++++++++++++++++------------------------
> 1 file changed, 21 insertions(+), 24 deletions(-)
>
> diff --git a/nightly-qa-distro.conf b/nightly-qa-distro.conf
> index 2d2c828..8529345 100644
> --- a/nightly-qa-distro.conf
> +++ b/nightly-qa-distro.conf
> @@ -7,9 +7,6 @@ repos: [{'poky':
> {'meta-qt4':
> {'repourl':'git://git.yoctoproject.org/meta-qt4',
> 'branch':'master'}},
> - {'meta-qt4':
> - {'repourl':'git://git.yoctoproject.org/meta-qt4',
> - 'branch':'master'}},
> {'meta-qt3':
> {'repourl':'git://git.yoctoproject.org/meta-qt3',
> 'branch':'master'}}]
> @@ -20,28 +17,28 @@ props: [{'fp_date':{'prop_type':'StringParameter',
> steps: [{'SetDest':{}},
> {'CheckOutLayers': {}},
> {'RunPreamble': {}},
> - {'TriggerBuilds': {'schedulerName': 'main-build',
> + {'TriggerBuilds': {'schedulerName': 'dist-build',
> 'waitForFinish': 'True',
> 'schedulerNames': {
> - 'nightly-oe-selftest': {},
> - 'nightly-rpm': {}
> - 'nightly-deb':{}
> - 'nightly-ipk':{}
> - 'nightly-world': {},
> - 'buildtools': {},
> - 'nightly-arm': {},
> - 'nightly-mips': {},
> - 'nightly-wic':{},
> - 'nightly-multilib': {},
> - 'nightly-x86-64': {},
> - 'nightly-x86-64-lsb': {},
> - 'nightly-x86': {},
> - 'poky-tiny': {},
> - 'nightly-qa-systemd': {},
> - 'nightly-qa-extras': {},
> - 'nightly-qa-targetbuilds': {},
> - 'nightly-qa-logrotate': {},
> - 'nightly-qa-pam': {},
> - 'nightly-qa-skeleton': {}},
> + 'nightly-oe-selftest': {},
> + 'nightly-rpm': {},
> + 'nightly-deb': {},
> + 'nightly-ipk': {},
> + 'nightly-world': {},
> + 'buildtools': {},
> + 'nightly-arm': {},
> + 'nightly-mips': {},
> + 'nightly-wic':{},
> + 'nightly-multilib': {},
> + 'nightly-x86-64': {},
> + 'nightly-x86-64-lsb': {},
> + 'nightly-x86': {},
> + 'poky-tiny': {},
> + 'nightly-qa-systemd': {},
> + 'nightly-qa-extras': {},
> + 'nightly-qa-targetbuilds': {},
> + 'nightly-qa-logrotate': {},
> + 'nightly-qa-pam': {},
> + 'nightly-qa-skeleton': {}},
> 'schedulerNames_nowait': {}}},]
>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-30 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29 21:44 [PATCH] Build sets to test new OS distribution in autobuilder Monserrat Sedeno
2016-09-30 16:19 ` 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.