aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-oe-selftest.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.controller/nightly-oe-selftest.conf')
-rw-r--r--buildset-config.controller/nightly-oe-selftest.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/buildset-config.controller/nightly-oe-selftest.conf b/buildset-config.controller/nightly-oe-selftest.conf
deleted file mode 100644
index 3c2b0cdb..00000000
--- a/buildset-config.controller/nightly-oe-selftest.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-[nightly-oe-selftest]
-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'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky', 'packages': 'rpm',
- 'buildhistory' : False, 'prserv': False,
- 'atextappend': 'RPM_GPG_SIGN_CHUNK = "1"\n'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'BuildImages': {'images': 'SELFTEST-PRE'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto', 'layerdirs': ['meta-selftest']}},
- {'RunOeSelftest': {'skiptests': 'distrodata.Distrodata.test_checkpkg'}},
- {'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- ]