On 10/05/2016 03:54 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 Acked-by: Aníbal Limón > --- > .../nightly-qa-distro.conf | 44 ++++++++++++++++++++++ > 1 file changed, 44 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..6c02a91 > --- /dev/null > +++ b/buildset-config.autobuilder-qa/nightly-qa-distro.conf > @@ -0,0 +1,44 @@ > +[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'}}, > + {'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-rpm': {}, > + 'nightly-deb': {}, > + 'nightly-ipk': {}, > + 'nightly-world': {}, > + '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-skeleton': {}, > + 'nightly-qa-logrotate': {}, > + 'nightly-qa-pam': {}, > + 'buildtools': {}}, > + 'schedulerNames_nowait': {}}},] > + >