]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - .gitlab-ci.yml
iptables: fix build with older kernel headers
[coffee/buildroot.git] / .gitlab-ci.yml
1 # Configuration for Gitlab-CI.
2 # Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines
3 # The .gitlab-ci.yml file is generated from .gitlab-ci.yml.in.
4 # It needs to be regenerated every time a defconfig is added, using
5 # "make .gitlab-ci.yml".
6
7 image: buildroot/base:20180205.0730
8
9 .defconfig_script: &defconfig_script
10     - echo 'Configure Buildroot'
11     - make ${CI_JOB_NAME}
12     - echo 'Build buildroot'
13     - |
14         make > >(tee build.log |grep '>>>') 2>&1 || {
15             echo 'Failed build last output'
16             tail -200 build.log
17             exit 1
18         }
19
20 check-gitlab-ci.yml:
21     script:
22         - mv .gitlab-ci.yml .gitlab-ci.yml.orig
23         - make .gitlab-ci.yml
24         - diff -u .gitlab-ci.yml.orig .gitlab-ci.yml
25
26 check-DEVELOPERS:
27     # get-developers should print just "No action specified"; if it prints
28     # anything else, it's a parse error.
29     # The initial ! is removed by YAML so we need to quote it.
30     script:
31         - "! utils/get-developers | grep -v 'No action specified'"
32
33 check-package:
34     script:
35         - find . -type f \( -name '*.mk' -o -name '*.hash' \) -exec ./utils/check-package {} +
36
37 .defconfig: &defconfig
38     # Running the defconfigs for every push is too much, so limit to
39     # explicit triggers through the API.
40     only:
41         - triggers
42         - tags
43     script: *defconfig_script
44     artifacts:
45         when: always
46         expire_in: 2 weeks
47         paths:
48             - build.log
49             - output/images/
50             - output/build/build-time.log
51             - output/build/packages-file-list.txt
52
53 .runtime_test: &runtime_test
54     # Keep build directories so the rootfs can be an artifact of the job. The
55     # runner will clean up those files for us.
56     # Multiply every emulator timeout by 10 to avoid sporadic failures in
57     # elastic runners.
58     script: ./support/testing/run-tests -o test-output/ -d test-dl/ -k --timeout-multiplier 10 ${CI_JOB_NAME}
59     artifacts:
60         when: always
61         expire_in: 2 weeks
62         paths:
63             - test-output/*.log
64             - test-output/*/.config
65             - test-output/*/images/*
66 acmesystems_aria_g25_128mb_defconfig: *defconfig
67 acmesystems_aria_g25_256mb_defconfig: *defconfig
68 acmesystems_arietta_g25_128mb_defconfig: *defconfig
69 acmesystems_arietta_g25_256mb_defconfig: *defconfig
70 amarula_vyasa_rk3288_defconfig: *defconfig
71 arcturus_ucp1020_defconfig: *defconfig
72 arm_foundationv8_defconfig: *defconfig
73 arm_juno_defconfig: *defconfig
74 armadeus_apf27_defconfig: *defconfig
75 armadeus_apf28_defconfig: *defconfig
76 armadeus_apf51_defconfig: *defconfig
77 asus_tinker_rk3288_defconfig: *defconfig
78 at91sam9260eknf_defconfig: *defconfig
79 at91sam9g20dfc_defconfig: *defconfig
80 at91sam9g45m10ek_defconfig: *defconfig
81 at91sam9rlek_defconfig: *defconfig
82 at91sam9x5ek_defconfig: *defconfig
83 at91sam9x5ek_dev_defconfig: *defconfig
84 at91sam9x5ek_mmc_defconfig: *defconfig
85 at91sam9x5ek_mmc_dev_defconfig: *defconfig
86 atmel_sama5d27_som1_ek_mmc_dev_defconfig: *defconfig
87 atmel_sama5d2_xplained_mmc_defconfig: *defconfig
88 atmel_sama5d2_xplained_mmc_dev_defconfig: *defconfig
89 atmel_sama5d3_xplained_defconfig: *defconfig
90 atmel_sama5d3_xplained_dev_defconfig: *defconfig
91 atmel_sama5d3_xplained_mmc_defconfig: *defconfig
92 atmel_sama5d3_xplained_mmc_dev_defconfig: *defconfig
93 atmel_sama5d3xek_defconfig: *defconfig
94 atmel_sama5d4_xplained_defconfig: *defconfig
95 atmel_sama5d4_xplained_dev_defconfig: *defconfig
96 atmel_sama5d4_xplained_mmc_defconfig: *defconfig
97 atmel_sama5d4_xplained_mmc_dev_defconfig: *defconfig
98 bananapi_m1_defconfig: *defconfig
99 bananapi_m2_plus_defconfig: *defconfig
100 bananapi_m64_defconfig: *defconfig
101 bananapro_defconfig: *defconfig
102 beagleboardx15_defconfig: *defconfig
103 beaglebone_defconfig: *defconfig
104 beaglebone_qt5_defconfig: *defconfig
105 chromebook_snow_defconfig: *defconfig
106 ci20_defconfig: *defconfig
107 ci40_defconfig: *defconfig
108 csky_gx6605s_defconfig: *defconfig
109 cubieboard2_defconfig: *defconfig
110 engicam_imx6qdl_icore_defconfig: *defconfig
111 engicam_imx6qdl_icore_qt5_defconfig: *defconfig
112 engicam_imx6qdl_icore_rqs_defconfig: *defconfig
113 engicam_imx6ul_geam_defconfig: *defconfig
114 engicam_imx6ul_isiot_defconfig: *defconfig
115 firefly_rk3288_defconfig: *defconfig
116 firefly_rk3288_demo_defconfig: *defconfig
117 freescale_imx28evk_defconfig: *defconfig
118 freescale_imx31_3stack_defconfig: *defconfig
119 freescale_imx6dlsabreauto_defconfig: *defconfig
120 freescale_imx6dlsabresd_defconfig: *defconfig
121 freescale_imx6qsabreauto_defconfig: *defconfig
122 freescale_imx6qsabresd_defconfig: *defconfig
123 freescale_imx6sololiteevk_defconfig: *defconfig
124 freescale_imx6sxsabresd_defconfig: *defconfig
125 freescale_imx6ulevk_defconfig: *defconfig
126 freescale_imx7dsabresd_defconfig: *defconfig
127 freescale_p1010rdb_pa_defconfig: *defconfig
128 friendlyarm_nanopi_a64_defconfig: *defconfig
129 friendlyarm_nanopi_neo2_defconfig: *defconfig
130 galileo_defconfig: *defconfig
131 gdb_bfin_bf512_defconfig: *defconfig
132 grinn_chiliboard_defconfig: *defconfig
133 grinn_liteboard_defconfig: *defconfig
134 imx23evk_defconfig: *defconfig
135 imx6-sabreauto_defconfig: *defconfig
136 imx6-sabresd_defconfig: *defconfig
137 imx6-sabresd_qt5_defconfig: *defconfig
138 imx6slevk_defconfig: *defconfig
139 imx6sx-sdb_defconfig: *defconfig
140 imx6ulevk_defconfig: *defconfig
141 imx6ulpico_defconfig: *defconfig
142 imx7dpico_defconfig: *defconfig
143 lego_ev3_defconfig: *defconfig
144 linksprite_pcduino_defconfig: *defconfig
145 minnowboard_max-graphical_defconfig: *defconfig
146 minnowboard_max_defconfig: *defconfig
147 mx25pdk_defconfig: *defconfig
148 mx51evk_defconfig: *defconfig
149 mx53loco_defconfig: *defconfig
150 mx6cubox_defconfig: *defconfig
151 mx6sx_udoo_neo_defconfig: *defconfig
152 mx6udoo_defconfig: *defconfig
153 nanopi_m1_defconfig: *defconfig
154 nanopi_m1_plus_defconfig: *defconfig
155 nanopi_neo_defconfig: *defconfig
156 nexbox_a95x_defconfig: *defconfig
157 nitrogen6sx_defconfig: *defconfig
158 nitrogen6x_defconfig: *defconfig
159 nitrogen7_defconfig: *defconfig
160 odroidc2_defconfig: *defconfig
161 olimex_a13_olinuxino_defconfig: *defconfig
162 olimex_a20_olinuxino_lime2_defconfig: *defconfig
163 olimex_a20_olinuxino_lime_defconfig: *defconfig
164 olimex_a20_olinuxino_lime_mali_defconfig: *defconfig
165 olimex_a20_olinuxino_micro_defconfig: *defconfig
166 olimex_a64_olinuxino_defconfig: *defconfig
167 olimex_imx233_olinuxino_defconfig: *defconfig
168 openblocks_a6_defconfig: *defconfig
169 orangepi_lite_defconfig: *defconfig
170 orangepi_one_defconfig: *defconfig
171 orangepi_pc2_defconfig: *defconfig
172 orangepi_pc_defconfig: *defconfig
173 orangepi_pc_plus_defconfig: *defconfig
174 orangepi_plus_defconfig: *defconfig
175 orangepi_prime_defconfig: *defconfig
176 orangepi_win_defconfig: *defconfig
177 orangepi_zero_defconfig: *defconfig
178 orangepi_zero_plus2_defconfig: *defconfig
179 pandaboard_defconfig: *defconfig
180 pc_x86_64_bios_defconfig: *defconfig
181 pc_x86_64_efi_defconfig: *defconfig
182 pine64_defconfig: *defconfig
183 pine64_sopine_defconfig: *defconfig
184 qemu_aarch64_virt_defconfig: *defconfig
185 qemu_arm_versatile_defconfig: *defconfig
186 qemu_arm_versatile_nommu_defconfig: *defconfig
187 qemu_arm_vexpress_defconfig: *defconfig
188 qemu_m68k_mcf5208_defconfig: *defconfig
189 qemu_m68k_q800_defconfig: *defconfig
190 qemu_microblazebe_mmu_defconfig: *defconfig
191 qemu_microblazeel_mmu_defconfig: *defconfig
192 qemu_mips32r2_malta_defconfig: *defconfig
193 qemu_mips32r2el_malta_defconfig: *defconfig
194 qemu_mips32r6_malta_defconfig: *defconfig
195 qemu_mips32r6el_malta_defconfig: *defconfig
196 qemu_mips64_malta_defconfig: *defconfig
197 qemu_mips64el_malta_defconfig: *defconfig
198 qemu_mips64r6_malta_defconfig: *defconfig
199 qemu_mips64r6el_malta_defconfig: *defconfig
200 qemu_nios2_10m50_defconfig: *defconfig
201 qemu_or1k_defconfig: *defconfig
202 qemu_ppc64_pseries_defconfig: *defconfig
203 qemu_ppc64le_pseries_defconfig: *defconfig
204 qemu_ppc_g3beige_defconfig: *defconfig
205 qemu_ppc_mpc8544ds_defconfig: *defconfig
206 qemu_ppc_virtex_ml507_defconfig: *defconfig
207 qemu_sh4_r2d_defconfig: *defconfig
208 qemu_sh4eb_r2d_defconfig: *defconfig
209 qemu_sparc64_sun4u_defconfig: *defconfig
210 qemu_sparc_ss10_defconfig: *defconfig
211 qemu_x86_64_defconfig: *defconfig
212 qemu_x86_defconfig: *defconfig
213 qemu_xtensa_lx60_defconfig: *defconfig
214 qemu_xtensa_lx60_nommu_defconfig: *defconfig
215 raspberrypi0_defconfig: *defconfig
216 raspberrypi2_defconfig: *defconfig
217 raspberrypi3_64_defconfig: *defconfig
218 raspberrypi3_defconfig: *defconfig
219 raspberrypi3_qt5we_defconfig: *defconfig
220 raspberrypi_defconfig: *defconfig
221 riotboard_defconfig: *defconfig
222 roseapplepi_defconfig: *defconfig
223 s6lx9_microboard_defconfig: *defconfig
224 sheevaplug_defconfig: *defconfig
225 snps_aarch64_vdk_defconfig: *defconfig
226 snps_arc700_axs101_defconfig: *defconfig
227 snps_archs38_axs103_defconfig: *defconfig
228 snps_archs38_haps_defconfig: *defconfig
229 snps_archs38_vdk_defconfig: *defconfig
230 socrates_cyclone5_defconfig: *defconfig
231 solidrun_macchiatobin_mainline_defconfig: *defconfig
232 solidrun_macchiatobin_marvell_defconfig: *defconfig
233 stm32f429_disco_defconfig: *defconfig
234 stm32f469_disco_defconfig: *defconfig
235 telit_evk_pro3_defconfig: *defconfig
236 toradex_apalis_imx6_defconfig: *defconfig
237 ts4800_defconfig: *defconfig
238 ts4900_defconfig: *defconfig
239 ts5x00_defconfig: *defconfig
240 ts7680_defconfig: *defconfig
241 wandboard_defconfig: *defconfig
242 warp7_defconfig: *defconfig
243 warpboard_defconfig: *defconfig
244 zynq_microzed_defconfig: *defconfig
245 zynq_zc706_defconfig: *defconfig
246 zynq_zed_defconfig: *defconfig
247 zynq_zybo_defconfig: *defconfig
248 tests.boot.test_atf.TestATFAllwinner: *runtime_test
249 tests.boot.test_atf.TestATFMarvell: *runtime_test
250 tests.boot.test_atf.TestATFVexpress: *runtime_test
251 tests.core.test_post_scripts.TestPostScripts: *runtime_test
252 tests.core.test_rootfs_overlay.TestRootfsOverlay: *runtime_test
253 tests.core.test_timezone.TestGlibcAllTimezone: *runtime_test
254 tests.core.test_timezone.TestGlibcNonDefaultLimitedTimezone: *runtime_test
255 tests.core.test_timezone.TestNoTimezone: *runtime_test
256 tests.fs.test_ext.TestExt2: *runtime_test
257 tests.fs.test_ext.TestExt2r1: *runtime_test
258 tests.fs.test_ext.TestExt3: *runtime_test
259 tests.fs.test_ext.TestExt4: *runtime_test
260 tests.fs.test_iso9660.TestIso9660Grub2External: *runtime_test
261 tests.fs.test_iso9660.TestIso9660Grub2ExternalCompress: *runtime_test
262 tests.fs.test_iso9660.TestIso9660Grub2Internal: *runtime_test
263 tests.fs.test_iso9660.TestIso9660SyslinuxExternal: *runtime_test
264 tests.fs.test_iso9660.TestIso9660SyslinuxExternalCompress: *runtime_test
265 tests.fs.test_iso9660.TestIso9660SyslinuxInternal: *runtime_test
266 tests.fs.test_jffs2.TestJffs2: *runtime_test
267 tests.fs.test_squashfs.TestSquashfs: *runtime_test
268 tests.fs.test_ubi.TestUbi: *runtime_test
269 tests.fs.test_yaffs2.TestYaffs2: *runtime_test
270 tests.init.test_busybox.TestInitSystemBusyboxRo: *runtime_test
271 tests.init.test_busybox.TestInitSystemBusyboxRoNet: *runtime_test
272 tests.init.test_busybox.TestInitSystemBusyboxRw: *runtime_test
273 tests.init.test_busybox.TestInitSystemBusyboxRwNet: *runtime_test
274 tests.init.test_none.TestInitSystemNone: *runtime_test
275 tests.init.test_systemd.TestInitSystemSystemdRoFull: *runtime_test
276 tests.init.test_systemd.TestInitSystemSystemdRoIfupdown: *runtime_test
277 tests.init.test_systemd.TestInitSystemSystemdRoNetworkd: *runtime_test
278 tests.init.test_systemd.TestInitSystemSystemdRwFull: *runtime_test
279 tests.init.test_systemd.TestInitSystemSystemdRwIfupdown: *runtime_test
280 tests.init.test_systemd.TestInitSystemSystemdRwNetworkd: *runtime_test
281 tests.package.test_dropbear.TestDropbear: *runtime_test
282 tests.package.test_ipython.TestIPythonPy2: *runtime_test
283 tests.package.test_ipython.TestIPythonPy3: *runtime_test
284 tests.package.test_python.TestPython2: *runtime_test
285 tests.package.test_python.TestPython3: *runtime_test
286 tests.package.test_python_cryptography.TestPythonPy2Cryptography: *runtime_test
287 tests.package.test_python_cryptography.TestPythonPy3Cryptography: *runtime_test
288 tests.package.test_rust.TestRust: *runtime_test
289 tests.package.test_rust.TestRustBin: *runtime_test
290 tests.toolchain.test_external.TestExternalToolchainBuildrootMusl: *runtime_test
291 tests.toolchain.test_external.TestExternalToolchainBuildrootuClibc: *runtime_test
292 tests.toolchain.test_external.TestExternalToolchainCCache: *runtime_test
293 tests.toolchain.test_external.TestExternalToolchainCtngMusl: *runtime_test
294 tests.toolchain.test_external.TestExternalToolchainLinaroArm: *runtime_test
295 tests.toolchain.test_external.TestExternalToolchainSourceryArmv4: *runtime_test
296 tests.toolchain.test_external.TestExternalToolchainSourceryArmv5: *runtime_test
297 tests.toolchain.test_external.TestExternalToolchainSourceryArmv7: *runtime_test