aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-x32.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.controller/nightly-x32.conf')
-rw-r--r--buildset-config.controller/nightly-x32.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/buildset-config.controller/nightly-x32.conf b/buildset-config.controller/nightly-x32.conf
deleted file mode 100644
index 04d88163..00000000
--- a/buildset-config.controller/nightly-x32.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-[nightly-x32]
-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: [{'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'}},
- {'GetBitbakeVersion': {}},
- {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
- 'buildhistory' : False, 'x32': True,
- 'distro': 'poky', 'buildinfo': True}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'PublishLayerTarballs':{}},
- {'BuildImages': {'images': 'core-image-minimal core-image-sato'}},
- {'RunSanityTests': {'images': 'core-image-minimal'}},
- {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
- 'buildhistory' : False, 'x32': True,
- 'distro': 'poky', 'buildinfo': True}},
- {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'x32lib'}},
- {'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'UploadToasterEventlog': {}},
- {'PublishArtifacts': {'artifacts': ['md5sums']}}]