aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.meta-intel-isg/nightly-isg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.meta-intel-isg/nightly-isg.conf')
-rw-r--r--buildset-config.meta-intel-isg/nightly-isg.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/buildset-config.meta-intel-isg/nightly-isg.conf b/buildset-config.meta-intel-isg/nightly-isg.conf
deleted file mode 100644
index 79ae7348..00000000
--- a/buildset-config.meta-intel-isg/nightly-isg.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-[nightly-isg]
-builders: 'example-worker'
-repos: [{'poky':
- {'repourl':'git://git.yoctoproject.org/poky',
- 'branch':'master'}},
- {'meta-qt3':
- {'repourl':'git://git.yoctoproject.org/meta-qt3',
- 'branch':'master'}},
- {'meta-qt4':
- {'repourl':'git://git.yoctoproject.org/meta-qt4',
- 'branch':'master'}},
- {'meta-intel':
- {'repourl':'git://git.yoctoproject.org/meta-intel',
- 'branch':'master'}}]
-props: [{'release_me':{'prop_type':'BooleanParameter',
- 'default': False,
- 'name': 'release_me',
- 'required': True,
- 'label':'<h3> Generate a release?:</h3>'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'TriggerBuilds': {'schedulerName': 'main-build', 'waitForFinish': 'True',
- 'schedulerNames': {'crystalforest':{}, 'crystalforest-lsb':{}},
- 'schedulerNames_nowait' : {}
- }},
- {'CreateIntelBSPPackage': {'machine': 'crystalforest'}},
- {'CreateIntelBSPPackage': {'machine': 'crystalforest-lsb'}},
- {'CreateCurrentLink' : {}}
- ]