aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-oe-selftest.conf
blob: 3c2b0cdb7445da05c7c3cd5c887aad564763a93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[nightly-oe-selftest]
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: [{'SetDest':{}},
        {'CheckOutLayers': {}},
        {'RunPreamble': {}},
        {'GetDistroVersion' : {'distro': 'poky'}},
        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky', 'packages': 'rpm',
                            'buildhistory' : False, 'prserv': False,
                            'atextappend': 'RPM_GPG_SIGN_CHUNK = "1"\n'}},
        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
        {'BuildImages': {'images': 'SELFTEST-PRE'}},
        {'CreateBBLayersConf': {'buildprovider' : 'yocto', 'layerdirs': ['meta-selftest']}},
        {'RunOeSelftest': {'skiptests': 'distrodata.Distrodata.test_checkpkg'}},
        {'DownloadErrorReports': {}},
        {'SendErrorReport': {}},
	]