aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.controller/nightly.conf')
-rw-r--r--buildset-config.controller/nightly.conf170
1 files changed, 0 insertions, 170 deletions
diff --git a/buildset-config.controller/nightly.conf b/buildset-config.controller/nightly.conf
deleted file mode 100644
index e17d3fdf..00000000
--- a/buildset-config.controller/nightly.conf
+++ /dev/null
@@ -1,170 +0,0 @@
-[nightly]
-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-intel':
- {'repourl':'git://git.yoctoproject.org/meta-intel',
- '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'}},
- {'eclipse-poky-oxygen':
- {'repourl':'git://git.yoctoproject.org/eclipse-poky',
- 'checkout':False,
- 'branch':'oxygen-master'}},
- {'meta-qt4':
- {'repourl':'git://git.yoctoproject.org/meta-qt4',
- 'branch':'master'}},
- {'meta-qt3':
- {'repourl':'git://git.yoctoproject.org/meta-qt3',
- 'branch':'master'}},
- {'meta-mingw':
- {'repourl':'git://git.yoctoproject.org/meta-mingw',
- 'branch':'master'}},
- {'meta-gplv2':
- {'repourl':'git://git.yoctoproject.org/meta-gplv2',
- 'branch':'master'}}]
-props: [{'release_me':{'prop_type':'ChoiceStringParameter',
- 'choices': ['False', 'True'],
- 'name': 'release_me',
- 'label':'<h3> Generate a release?:</h3>'}},
- {'poky_name':{'prop_type':'ChoiceStringParameter',
- 'choices': ['', 'sumo', 'rocko', 'pyro', 'morty'],
- 'name': 'poky_name',
- 'label':'<h3> Name of the poky release.<br>For further info on release names see <a href="https://wiki.yoctoproject.org/wiki/Releases"> Releases </a> </h3>'}},
- {'is_milestone':{'prop_type':'ChoiceStringParameter',
- 'choices': ['False', 'True'],
- 'name': 'is_milestone',
- 'label':'<h3> If this a milestone release (M1 - M3)? If so the poky number and poky name will be appended with a "+snapshot"</h3>'}},
- {'poky_number':{'prop_type':'StringParameter',
- 'size': 10,
- 'name': 'poky_number',
- 'label':'<h3> Poky Release Number (10.0.0, 11.0.1 etc.):</h3>'}},
- {'yocto_number':{'prop_type':'StringParameter',
- 'size': 10,
- 'name': 'yocto_number',
- 'label':'<h3> Yocto Project Release Number (1.5, 1.6 etc.):</h3>'}},
- {'milestone_number':{'prop_type':'ChoiceStringParameter',
- 'choices': ['', 'M1', 'M2', 'M3'],
- 'name': 'milestone_number',
- 'label':'<h3> Milestone number: </h3>'}},
- {'rc_number':{'prop_type':'ChoiceStringParameter',
- 'choices': ['', 'rc1', 'rc2', 'rc3', 'rc4', 'rc5', 'rc6', 'rc7', 'rc8', 'rc9'],
- 'name': 'rc_number',
- 'label':'<h3> Release candidate number: </h3>'}},
- {'send_email':{'prop_type':'ChoiceStringParameter',
- 'choices': ['False', 'True'],
- 'name': 'send_email',
- 'label':'<h3> Send QA alert emails?:</h3>'}},
- {'prefered_kernel':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'prefered_kernel',
- 'default': 'linux-yocto',
- 'label':'<hr><h3> PREFERRED_PROVIDER_virtual/kernel (default is "linux-yocto"):</h3>'}},
- {'create_eventlog':{'prop_type':'ChoiceStringParameter',
- 'choices': ['False', 'True'],
- 'name': 'create_eventlog',
- 'label':'<hr><h3> Should a Toaster event log be created as part of the image creation?:</h3>'}},
- {'deploy_artifacts':{'prop_type':'ChoiceStringParameter',
- 'choices': ['False', 'True'],
- 'name': 'deploy_artifacts',
- 'label':'<hr><h3> Do we want to deploy artifacts? </br>Selecting False speeds up autobuilder time and saves space on the cluster by not publishing artifacts:</h3>'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CheckYoctoCompat': {'layers': ['meta-poky', 'meta-yocto-bsp',
- 'meta-mingw', 'meta-gplv2']}},
- {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky',
- 'atextprepend': 'SOURCE_MIRROR_FETCH = "1"\n'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'BuildImages': {'images': 'universe -c fetch'}},
- {'TriggerBuilds': {'copy_properties': ['custom_create_eventlog',
- 'custom_yocto_number', 'is_release', 'custom_deploy_artifacts'],
- 'schedulerName': 'main-build', 'waitForFinish': 'True',
- 'schedulerNames': {'nightly-arm': {}, 'nightly-arm-lsb': {},
- 'nightly-mips': {}, 'nightly-mips-lsb': {},
- 'nightly-multilib': {}, 'nightly-x32': {},
- 'nightly-ppc': {}, 'nightly-ppc-lsb': {},
- 'nightly-x86-64': {}, 'nightly-x86-64-lsb': {},
- 'nightly-x86': {}, 'nightly-x86-lsb': {},
- 'nightly-packagemanagers': {},
- 'nightly-mips64': {}, 'nightly-arm64': {},
- 'nightly-rpm-non-rpm': {}, 'nightly-deb-non-deb': {}},
- 'schedulerNames_nowait' : {'nightly-uclibc':{}, 'build-appliance': {},
- 'eclipse-plugin-neon': {},
- 'eclipse-plugin-oxygen': {},
- 'nightly-non-gpl3': {}, 'nightly-oecore': {},
- 'nightly-world':{},'nightly-wic':{},
- 'nightly-world-lsb':{},
- 'poky-tiny': {}, 'buildtools': {},
- 'nightly-musl': {}, 'nightly-no-x11': {},
- 'nightly-musl-x86-64': {},
- 'nightly-qa-extras': {}, 'nightly-oe-selftest': {}
- }}},
- {'PrepPkgIndex' : {}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'atom-pc', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'qemuarm', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'beaglebone-yocto', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'qemumips', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'qemumips64', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'routerstationpro', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'qemuppc', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'mpc8315e-rdb', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'i686',
- 'distro': 'poky', 'adtdev':True}},
- {'BuildImages': {'images': 'package-index'}},
- {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky'}},
- {'BuildImages': {'images': 'adt-installer'}},
- {'PublishArtifacts': {'artifacts': ['adt-installer']}},
- {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky', 'adtdev':True}},
- {'BuildImages': {'images': 'adt-installer'}},
- {'PublishArtifacts': {'artifacts': ['adt-installer-QA', 'adtrepo-dev']}},
- {'BitbakeSelftest': {}},
- {'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'TriggerBuilds': {'schedulerName': 'buildhistory',
- 'waitForFinish': 'False',
- 'schedulerNames': {},
- 'schedulerNames_nowait' : {'update-buildhistory': {}}}},
- {'SendQAEmail': {}},
- {'CreateCurrentLink' : {}}]