aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/buildtools.conf
blob: 27ece6ac6204e713d634870f43f0a006912c586c (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
[buildtools]
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: [{'deploy_artifacts':{'prop_type':'ChoiceStringParameter',
         'choices': ['False', 'True'],
         'name': 'deploy_artifacts',
         'label':'<hr><h3> Do we want to deploy artifacts? </br>Selecting False speeds up autobuilder time and saves space on the cluster by not publishing artifacts:</h3>'}}]
steps: [{'SetDest':{}},
        {'CheckOutLayers': {}},
        {'RunPreamble': {}},
        {'GetDistroVersion' : {'distro': 'poky'}},
        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64', 'distro': 'poky'}},
        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
        {'BuildImages': {'images': 'buildtools-tarball'}},
        {'BuildImages': {'images': 'uninative-tarball'}},
        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'buildapp': True}},
        {'BuildImages': {'images': 'uninative-tarball'}},
        {'PublishLayerTarballs':{}},
        {'DownloadErrorReports': {}},
        {'SendErrorReport': {}},
        {'PublishArtifacts': {'artifacts': ['buildtools-tarball', 'uninative', 'md5sums']}}]