aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.yocto-qa/nightly-qa-distro.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.yocto-qa/nightly-qa-distro.conf')
-rw-r--r--buildset-config.yocto-qa/nightly-qa-distro.conf49
1 files changed, 0 insertions, 49 deletions
diff --git a/buildset-config.yocto-qa/nightly-qa-distro.conf b/buildset-config.yocto-qa/nightly-qa-distro.conf
deleted file mode 100644
index 0d02d156..00000000
--- a/buildset-config.yocto-qa/nightly-qa-distro.conf
+++ /dev/null
@@ -1,49 +0,0 @@
-[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-packagemanagers': {},
- 'nightly-world': {},
- 'nightly-arm': {},
- 'nightly-multilib': {},
- 'nightly-x86-64-lsb': {},
- 'nightly-x86': {},
- 'nightly-x32': {},
- 'poky-tiny': {},
- 'nightly-qa-extras': {},
- 'buildtools': {}},
- 'eclipse-plugin-neon': {},
- 'schedulerNames_nowait': {}}},]