aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.yocto-qa/nightly-oe-build-perf-test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.yocto-qa/nightly-oe-build-perf-test.conf')
-rw-r--r--buildset-config.yocto-qa/nightly-oe-build-perf-test.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/buildset-config.yocto-qa/nightly-oe-build-perf-test.conf b/buildset-config.yocto-qa/nightly-oe-build-perf-test.conf
deleted file mode 100644
index c88d3a8a..00000000
--- a/buildset-config.yocto-qa/nightly-oe-build-perf-test.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-[nightly-oe-build-perf-test]
-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'}}]
-props: [{'machine':{'prop_type':'ChoiceStringParameter',
- 'choices': ['qemux86', 'qemuarm', 'qemumips', 'qemuppc', 'qemux86-64', 'qemuarm64', 'qemumips64'],
- 'name': 'machine',
- 'label':'<hr>Selects machine for performance measurement.'}},
- {'create_eventlog':{'prop_type':'ChoiceStringParameter',
- 'choices': ['False', 'True'],
- 'name': 'create_eventlog',
- 'label':'<hr>Create Toaster event log as part of image creation?:'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686',
- 'distro': 'poky', 'buildhistory' : True,
- 'atextappend' : 'CONNECTIVITY_CHECK_URIS = ""'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'GetBitbakeVersion': {}},
- {'RunOeBuildPerfTest': {}},
- {'TarballOeBuildPerfTest': {}},
- {'SendOePerfEmail': {}},
- ]