aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-x32.conf
blob: 04d88163e94835707d313159ddcbc07c28337a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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']}}]