aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/update-buildhistory.conf
blob: 66023e318c708ffff145cf08ca0392794536f887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[update-buildhistory]
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'}}]
steps: [{'UpdateBuildHistory': {'machines': ['nightly-arm', 'nightly-arm64',
                                             'nightly-arm-lsb', 'nightly-mips',
                                             'nightly-mips-lsb', 'nightly-ppc',
                                             'nightly-ppc-lsb', 'nightly-x86',
                                             'nightly-x86-64', 'nightly-x86-64-lsb',
                                             'nightly-x86-lsb']}}]