aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-checkuri.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.controller/nightly-checkuri.conf')
-rw-r--r--buildset-config.controller/nightly-checkuri.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/buildset-config.controller/nightly-checkuri.conf b/buildset-config.controller/nightly-checkuri.conf
deleted file mode 100644
index dd2e06c6..00000000
--- a/buildset-config.controller/nightly-checkuri.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-[nightly-checkuri]
-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'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky', 'prserv': False,
- 'atextprepend': 'SOURCE_MIRROR_FETCH = "1"\n',
- 'atextappend': 'BB_NUMBER_THREADS = "1"\ndo_checkuri_pn-lsof = ""\n'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'BuildImages': {'images': 'universe -c checkuri'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto', 'layerdirs': ['meta-selftest']}},
- {'RunOeSelftest': {'tests': 'distrodata.Distrodata.test_checkpkg'}},
- ]