aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-ppc.conf
blob: a7cdbc8dac7effb1fdb841057765f495bb7ee9f0 (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
31
32
33
34
35
36
37
38
[nightly-ppc]
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'}},
        {'CreateAutoConf': {'machine': 'qemuppc', 'SDKMACHINE' : 'i686',
                            'distro': 'poky', 'buildhistory' : True,
                            'buildinfo': True}},
        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
        {'GetBitbakeVersion': {}},
        {'BuildImages': {'images': 'core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev'}},
        {'RunSanityTests': {'images': 'core-image-minimal core-image-sato core-image-sato-sdk'}},
        {'CreateAutoConf': {'machine': 'mpc8315e-rdb', 'SDKMACHINE' : 'i686',
                            'distro': 'poky', 'buildinfo': True}},
        {'BuildImages': {'images': 'core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev core-image-sato-sdk-ptest'}},
        {'CreateAutoConf': {'machine': 'qemuppc', 'SDKMACHINE' : 'i686',
                            'distro': 'poky', 'buildhistory' : False}},
        {'BuildToolchainImages': {}},
        {'RunSDKSanityTests': {'images': 'core-image-sato'}},
        {'CreateAutoConf': {'machine': 'qemuppc', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky', 'buildhistory' : False}},
        {'BuildToolchainImages': {}},
        {'BuildImages': {'images': '-c populate_sdk_ext core-image-minimal core-image-sato'}},
        {'RunESDKSanityTests': {'images': 'core-image-minimal core-image-sato'}},
        {'PublishLayerTarballs':{}},
        {'DownloadErrorReports': {}},
        {'SendErrorReport': {}},
        {'UploadToasterEventlog': {}},
        {'PublishArtifacts': {'artifacts': ['qemuppc', 'mpc8315e-rdb', 'toolchain', 'md5sums']}}]