aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly.conf
blob: e17d3fdf770285ade67577f5c6968e32f96c8db5 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
[nightly]
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'}},
        {'meta-intel':
            {'repourl':'git://git.yoctoproject.org/meta-intel',
             'branch':'master'}},
        {'oecore':
            {'repourl':'git://git.openembedded.org/openembedded-core',
             'layerversion':'core',
             'checkout':False,
             'branch':'master'}},
        {'bitbake':
            {'repourl':'git://git.openembedded.org/bitbake',
             'checkout':False,
             'branch':'master'}},
        {'eclipse-poky-neon':
            {'repourl':'git://git.yoctoproject.org/eclipse-poky',
             'checkout':False,
             'branch':'neon-master'}},
        {'eclipse-poky-oxygen':
            {'repourl':'git://git.yoctoproject.org/eclipse-poky',
             'checkout':False,
             'branch':'oxygen-master'}},
        {'meta-qt4':
            {'repourl':'git://git.yoctoproject.org/meta-qt4',
             'branch':'master'}},
        {'meta-qt3':
            {'repourl':'git://git.yoctoproject.org/meta-qt3',
             'branch':'master'}},
        {'meta-mingw':
            {'repourl':'git://git.yoctoproject.org/meta-mingw',
             'branch':'master'}},
        {'meta-gplv2':
            {'repourl':'git://git.yoctoproject.org/meta-gplv2',
             'branch':'master'}}]
props: [{'release_me':{'prop_type':'ChoiceStringParameter',
                       'choices': ['False', 'True'],
                       'name': 'release_me',
                       'label':'<h3> Generate a release?:</h3>'}},
        {'poky_name':{'prop_type':'ChoiceStringParameter',
                       'choices': ['', 'sumo', 'rocko', 'pyro', 'morty'],
                       'name': 'poky_name',
                       'label':'<h3> Name of the poky release.<br>For further info on release names see <a href="https://wiki.yoctoproject.org/wiki/Releases"> Releases </a> </h3>'}},
        {'is_milestone':{'prop_type':'ChoiceStringParameter',
                       'choices': ['False', 'True'],
                       'name': 'is_milestone',
                       'label':'<h3> If this a milestone release (M1 - M3)? If so the poky number and poky name will be appended with a "+snapshot"</h3>'}},
        {'poky_number':{'prop_type':'StringParameter',
                       'size': 10,
                       'name': 'poky_number',
                       'label':'<h3> Poky Release Number (10.0.0, 11.0.1 etc.):</h3>'}},
        {'yocto_number':{'prop_type':'StringParameter',
                       'size': 10,
                       'name': 'yocto_number',
                       'label':'<h3> Yocto Project Release Number (1.5, 1.6 etc.):</h3>'}},
        {'milestone_number':{'prop_type':'ChoiceStringParameter',
                       'choices': ['', 'M1', 'M2', 'M3'],
                       'name': 'milestone_number',
                       'label':'<h3> Milestone number: </h3>'}},
        {'rc_number':{'prop_type':'ChoiceStringParameter',
                       'choices': ['', 'rc1', 'rc2', 'rc3', 'rc4', 'rc5', 'rc6', 'rc7', 'rc8', 'rc9'],
                       'name': 'rc_number',
                       'label':'<h3> Release candidate number: </h3>'}},
        {'send_email':{'prop_type':'ChoiceStringParameter',
                       'choices': ['False', 'True'],
                       'name': 'send_email',
                       'label':'<h3> Send QA alert emails?:</h3>'}},
        {'prefered_kernel':{'prop_type':'StringParameter',
                       'size': 15,
                       'name': 'prefered_kernel',
                       'default': 'linux-yocto',
                       'label':'<hr><h3> PREFERRED_PROVIDER_virtual/kernel (default is "linux-yocto"):</h3>'}},
        {'create_eventlog':{'prop_type':'ChoiceStringParameter',
                       'choices': ['False', 'True'],
                       'name': 'create_eventlog',
                       'label':'<hr><h3> Should a Toaster event log be created as part of the image creation?:</h3>'}},
        {'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'}},
        {'CheckYoctoCompat': {'layers': ['meta-poky', 'meta-yocto-bsp',
                                         'meta-mingw', 'meta-gplv2']}},
        {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky',
                            'atextprepend': 'SOURCE_MIRROR_FETCH = "1"\n'}},
        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
        {'BuildImages': {'images': 'universe -c fetch'}},
        {'TriggerBuilds': {'copy_properties': ['custom_create_eventlog',
                           'custom_yocto_number', 'is_release', 'custom_deploy_artifacts'],
                           'schedulerName': 'main-build', 'waitForFinish': 'True',
                           'schedulerNames': {'nightly-arm': {}, 'nightly-arm-lsb': {},
                           'nightly-mips': {}, 'nightly-mips-lsb': {},
                           'nightly-multilib': {}, 'nightly-x32': {},
                           'nightly-ppc': {}, 'nightly-ppc-lsb': {},
                           'nightly-x86-64': {}, 'nightly-x86-64-lsb': {},
                           'nightly-x86': {}, 'nightly-x86-lsb': {},
                           'nightly-packagemanagers': {},
                           'nightly-mips64': {}, 'nightly-arm64': {}, 
                           'nightly-rpm-non-rpm': {}, 'nightly-deb-non-deb': {}},
                           'schedulerNames_nowait' : {'nightly-uclibc':{}, 'build-appliance': {},
                           'eclipse-plugin-neon': {},
                           'eclipse-plugin-oxygen': {},
                           'nightly-non-gpl3': {}, 'nightly-oecore': {},
                           'nightly-world':{},'nightly-wic':{},
                           'nightly-world-lsb':{},
                           'poky-tiny': {}, 'buildtools': {},
                           'nightly-musl': {}, 'nightly-no-x11': {},
                           'nightly-musl-x86-64': {},
                           'nightly-qa-extras': {}, 'nightly-oe-selftest': {}
                           }}},
        {'PrepPkgIndex' : {}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'atom-pc', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'qemuarm', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'beaglebone-yocto', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'qemumips', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'qemumips64', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'routerstationpro', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'qemuppc', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'mpc8315e-rdb', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'i686',
                            'distro': 'poky', 'adtdev':True}},
        {'BuildImages': {'images': 'package-index'}},
        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky'}},
        {'BuildImages': {'images': 'adt-installer'}},
        {'PublishArtifacts': {'artifacts': ['adt-installer']}},
        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64',
                            'distro': 'poky', 'adtdev':True}},
        {'BuildImages': {'images': 'adt-installer'}},
        {'PublishArtifacts': {'artifacts': ['adt-installer-QA', 'adtrepo-dev']}},
        {'BitbakeSelftest': {}},
        {'DownloadErrorReports': {}},
        {'SendErrorReport': {}},
        {'TriggerBuilds': {'schedulerName': 'buildhistory',
                           'waitForFinish': 'False',
                           'schedulerNames': {},
                           'schedulerNames_nowait' : {'update-buildhistory': {}}}},
        {'SendQAEmail': {}},
        {'CreateCurrentLink' : {}}]