aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-oecore.conf
blob: e943a8e944516b10837c25a4be7bed03ca5b13c1 (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
[nightly-oecore]
builders: 'example-worker'
repos: [{'oecore':
            {'repourl':'git://git.openembedded.org/openembedded-core',
             'layerversion':{'core':'meta'},
             'branch':'master'}},
        {'bitbake':
            {'repourl':'git://git.openembedded.org/bitbake',
             'branch':'master'}}]
steps: [{'SetDest':{}},
        {'CheckOutLayers': {}},
        {'RunPreamble': {}},
        {'GetDistroVersion' : {'distro': 'oecore'}},
        {'CreateAutoConf': {'machine': 'qemuarm', 'SDKMACHINE' : 'i686',
                            'distro': 'oecore', 'buildhistory' : False}},
        {'CreateBBLayersConf': {'buildprovider' : 'oe'}},
        {'BuildImages': {'images': 'core-image-sato'}},
        {'RunSanityTests': {'images': 'core-image-sato'}},
        {'CreateAutoConf': {'machine': 'qemuarm', 'SDKMACHINE' : 'i686',
                            'distro': 'oecore', 'buildhistory' : False}},
        {'BuildToolchainImages': {}},
        {'RunSDKSanityTests': {'images': 'core-image-sato'}},
        {'CreateAutoConf': {'machine': 'qemuarm', 'SDKMACHINE' : 'x86_64',
                            'distro': 'oecore', 'buildhistory' : False}},
        {'BuildToolchainImages': {}},
        {'BuildImages': {'images': '-c populate_sdk_ext core-image-minimal'}},
        {'DownloadErrorReports': {}},
        {'SendErrorReport': {}}
        ]