blob: fb506929766736c1d0a1d27f5c62eeb689309e26 [file] [log] [blame]
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +01001# 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
Arnout Vandecappelled2a151c2017-07-02 18:24:59 +02007image: buildroot/base
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +01008
9.defconfig_script: &defconfig_script
10 - echo 'Configure Buildroot'
11 - make ${CI_BUILD_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
20check-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
Arnout Vandecappelled498aa42017-06-30 18:42:53 +020026check-DEVELOPERS:
Arnout Vandecappelle29ba13e2017-07-01 20:22:27 +020027 # 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.
Arnout Vandecappelled498aa42017-06-30 18:42:53 +020030 script:
Arnout Vandecappelle29ba13e2017-07-01 20:22:27 +020031 - "! utils/get-developers | grep -v 'No action specified'"
Arnout Vandecappelled498aa42017-06-30 18:42:53 +020032
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010033.defconfig: &defconfig
34 # Running the defconfigs for every push is too much, so limit to
35 # explicit triggers through the API.
36 only:
37 - triggers
38 - tags
39 script: *defconfig_script
40 artifacts:
41 when: always
42 expire_in: 2 weeks
43 paths:
44 - build.log
45 - output/images/
46 - output/build/build-time.log
47 - output/build/packages-file-list.txt
48
Thomas Petazzonib287ea62017-07-02 18:13:22 +020049.runtime_test: &runtime_test
Ricardo Martincoskiaf6b5832017-07-30 01:49:43 -030050 # Keep build directories so the rootfs can be an artifact of the job. The
51 # runner will clean up those files for us.
52 script: ./support/testing/run-tests -o test-output/ -d test-dl/ -k ${CI_BUILD_NAME}
Thomas Petazzonib287ea62017-07-02 18:13:22 +020053 artifacts:
54 when: always
55 expire_in: 2 weeks
56 paths:
57 - test-output/*.log
Ricardo Martincoskiaf6b5832017-07-30 01:49:43 -030058 - test-output/*/images/*
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010059acmesystems_aria_g25_128mb_defconfig: *defconfig
60acmesystems_aria_g25_256mb_defconfig: *defconfig
61acmesystems_arietta_g25_128mb_defconfig: *defconfig
62acmesystems_arietta_g25_256mb_defconfig: *defconfig
63arcturus_ucp1020_defconfig: *defconfig
64arm_foundationv8_defconfig: *defconfig
65arm_juno_defconfig: *defconfig
66armadeus_apf27_defconfig: *defconfig
67armadeus_apf28_defconfig: *defconfig
68armadeus_apf51_defconfig: *defconfig
69armadeus_apf9328_defconfig: *defconfig
70at91sam9260eknf_defconfig: *defconfig
71at91sam9g20dfc_defconfig: *defconfig
72at91sam9g45m10ek_defconfig: *defconfig
73at91sam9rlek_defconfig: *defconfig
74at91sam9x5ek_defconfig: *defconfig
Ludovic Desrochesece884a2016-11-03 15:08:38 +010075at91sam9x5ek_dev_defconfig: *defconfig
76at91sam9x5ek_mmc_defconfig: *defconfig
77at91sam9x5ek_mmc_dev_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010078atmel_sama5d2_xplained_mmc_defconfig: *defconfig
79atmel_sama5d2_xplained_mmc_dev_defconfig: *defconfig
80atmel_sama5d3_xplained_defconfig: *defconfig
81atmel_sama5d3_xplained_dev_defconfig: *defconfig
82atmel_sama5d3_xplained_mmc_defconfig: *defconfig
83atmel_sama5d3_xplained_mmc_dev_defconfig: *defconfig
84atmel_sama5d3xek_defconfig: *defconfig
85atmel_sama5d4_xplained_defconfig: *defconfig
86atmel_sama5d4_xplained_dev_defconfig: *defconfig
87atmel_sama5d4_xplained_mmc_defconfig: *defconfig
88atmel_sama5d4_xplained_mmc_dev_defconfig: *defconfig
Jörg Krause0ad10672017-01-13 19:54:24 +010089bananapro_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010090beagleboardx15_defconfig: *defconfig
91beaglebone_defconfig: *defconfig
92beaglebone_qt5_defconfig: *defconfig
93chromebook_snow_defconfig: *defconfig
94ci20_defconfig: *defconfig
Thomas Petazzoni6520c062017-05-07 13:42:12 +020095ci40_defconfig: *defconfig
Guo Ren6a4131d2017-03-06 19:52:32 +080096csky_gx6605s_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010097cubieboard2_defconfig: *defconfig
Jagan Tekic6473f82017-06-23 17:56:05 +053098engicam_imx6qdl_icore_defconfig: *defconfig
Jagan Teki3127e4d2017-06-23 17:56:06 +053099engicam_imx6qdl_icore_rqs_defconfig: *defconfig
Jagan Teki09c0bc72017-06-23 17:56:08 +0530100engicam_imx6ul_geam_defconfig: *defconfig
Jagan Teki0235bc62017-06-23 17:56:09 +0530101engicam_imx6ul_isiot_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100102firefly_rk3288_defconfig: *defconfig
103firefly_rk3288_demo_defconfig: *defconfig
104freescale_imx28evk_defconfig: *defconfig
105freescale_imx31_3stack_defconfig: *defconfig
106freescale_imx6dlsabreauto_defconfig: *defconfig
107freescale_imx6dlsabresd_defconfig: *defconfig
108freescale_imx6qsabreauto_defconfig: *defconfig
109freescale_imx6qsabresd_defconfig: *defconfig
110freescale_imx6sololiteevk_defconfig: *defconfig
111freescale_imx6sxsabresd_defconfig: *defconfig
112freescale_imx6ulevk_defconfig: *defconfig
113freescale_imx7dsabresd_defconfig: *defconfig
114freescale_mpc8315erdb_defconfig: *defconfig
115freescale_p1010rdb_pa_defconfig: *defconfig
116galileo_defconfig: *defconfig
117gdb_bfin_bf512_defconfig: *defconfig
118grinn_chiliboard_defconfig: *defconfig
119grinn_liteboard_defconfig: *defconfig
120imx23evk_defconfig: *defconfig
121imx6q-sabresd_defconfig: *defconfig
Fabio Estevama8480e32017-06-21 17:49:47 -0300122imx6q-sabresd_qt5_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100123imx6ulpico_defconfig: *defconfig
Vanessa Maegima384ba852017-08-03 10:50:02 -0300124imx7dpico_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100125lego_ev3_defconfig: *defconfig
126linksprite_pcduino_defconfig: *defconfig
127minnowboard_max-graphical_defconfig: *defconfig
128minnowboard_max_defconfig: *defconfig
129mx25pdk_defconfig: *defconfig
130mx51evk_defconfig: *defconfig
131mx53loco_defconfig: *defconfig
132mx6cubox_defconfig: *defconfig
133mx6sx_udoo_neo_defconfig: *defconfig
134mx6udoo_defconfig: *defconfig
Chakra Divi7de984b2017-07-05 21:34:15 +0530135nanopi_m1_defconfig: *defconfig
Chakra Divib0a9ee02017-07-10 21:58:38 +0530136nanopi_m1_plus_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100137nanopi_neo_defconfig: *defconfig
138nexbox_a95x_defconfig: *defconfig
139nitrogen6sx_defconfig: *defconfig
140nitrogen6x_defconfig: *defconfig
141nitrogen7_defconfig: *defconfig
142odroidc2_defconfig: *defconfig
Chakra Divid7bdee22017-06-18 21:58:09 +0530143olimex_a13_olinuxino_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100144olimex_a20_olinuxino_lime2_defconfig: *defconfig
145olimex_a20_olinuxino_lime_defconfig: *defconfig
146olimex_a20_olinuxino_lime_mali_defconfig: *defconfig
147olimex_a20_olinuxino_micro_defconfig: *defconfig
148olimex_imx233_olinuxino_defconfig: *defconfig
149openblocks_a6_defconfig: *defconfig
150orangepi_one_defconfig: *defconfig
151orangepi_pc_defconfig: *defconfig
Chakra Divibd22ae52017-07-01 06:47:20 +0530152orangepi_plus_defconfig: *defconfig
Peter Korsgaardca4322a2017-06-08 21:25:37 +0200153orangepi_zero_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100154pandaboard_defconfig: *defconfig
155pc_x86_64_bios_defconfig: *defconfig
156pc_x86_64_efi_defconfig: *defconfig
157qemu_aarch64_virt_defconfig: *defconfig
158qemu_arm_versatile_defconfig: *defconfig
159qemu_arm_versatile_nommu_defconfig: *defconfig
160qemu_arm_vexpress_defconfig: *defconfig
161qemu_m68k_mcf5208_defconfig: *defconfig
162qemu_m68k_q800_defconfig: *defconfig
163qemu_microblazebe_mmu_defconfig: *defconfig
164qemu_microblazeel_mmu_defconfig: *defconfig
165qemu_mips32r2_malta_defconfig: *defconfig
166qemu_mips32r2el_malta_defconfig: *defconfig
167qemu_mips32r6_malta_defconfig: *defconfig
168qemu_mips32r6el_malta_defconfig: *defconfig
169qemu_mips64_malta_defconfig: *defconfig
170qemu_mips64el_malta_defconfig: *defconfig
171qemu_mips64r6_malta_defconfig: *defconfig
172qemu_mips64r6el_malta_defconfig: *defconfig
173qemu_nios2_10m50_defconfig: *defconfig
174qemu_or1k_defconfig: *defconfig
175qemu_ppc64_pseries_defconfig: *defconfig
176qemu_ppc_g3beige_defconfig: *defconfig
177qemu_ppc_mpc8544ds_defconfig: *defconfig
178qemu_ppc_virtex_ml507_defconfig: *defconfig
179qemu_sh4_r2d_defconfig: *defconfig
180qemu_sh4eb_r2d_defconfig: *defconfig
181qemu_sparc64_sun4u_defconfig: *defconfig
182qemu_sparc_ss10_defconfig: *defconfig
183qemu_x86_64_defconfig: *defconfig
184qemu_x86_defconfig: *defconfig
185qemu_xtensa_lx60_defconfig: *defconfig
186qemu_xtensa_lx60_nommu_defconfig: *defconfig
187raspberrypi0_defconfig: *defconfig
188raspberrypi2_defconfig: *defconfig
Thomas Petazzoni6520c062017-05-07 13:42:12 +0200189raspberrypi3_64_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100190raspberrypi3_defconfig: *defconfig
191raspberrypi_defconfig: *defconfig
192riotboard_defconfig: *defconfig
193roseapplepi_defconfig: *defconfig
194s6lx9_microboard_defconfig: *defconfig
195sheevaplug_defconfig: *defconfig
196snps_aarch64_vdk_defconfig: *defconfig
Arnout Vandecappelle8a8fe862017-04-15 21:39:40 +0200197snps_arc700_axs101_defconfig: *defconfig
198snps_archs38_axs103_defconfig: *defconfig
Thomas Petazzonibe959782017-05-14 13:56:38 +0200199snps_archs38_haps_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100200snps_archs38_vdk_defconfig: *defconfig
Michał Łyszczekf82bd2c2017-08-02 20:03:02 +0200201socrates_cyclone5_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100202stm32f429_disco_defconfig: *defconfig
203stm32f469_disco_defconfig: *defconfig
204telit_evk_pro3_defconfig: *defconfig
205toradex_apalis_imx6_defconfig: *defconfig
206ts4800_defconfig: *defconfig
207ts4900_defconfig: *defconfig
208ts5x00_defconfig: *defconfig
Julien Grossholtz9a564872017-08-24 17:07:00 -0400209ts7680_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100210wandboard_defconfig: *defconfig
211warp7_defconfig: *defconfig
212warpboard_defconfig: *defconfig
213zynq_microzed_defconfig: *defconfig
214zynq_zc706_defconfig: *defconfig
215zynq_zed_defconfig: *defconfig
216zynq_zybo_defconfig: *defconfig
Thomas Petazzonib287ea62017-07-02 18:13:22 +0200217tests.core.test_post_scripts.TestPostScripts: *runtime_test
218tests.core.test_rootfs_overlay.TestRootfsOverlay: *runtime_test
219tests.core.test_timezone.TestGlibcAllTimezone: *runtime_test
220tests.core.test_timezone.TestGlibcNonDefaultLimitedTimezone: *runtime_test
221tests.core.test_timezone.TestNoTimezone: *runtime_test
222tests.fs.test_ext.TestExt2: *runtime_test
223tests.fs.test_ext.TestExt2r1: *runtime_test
224tests.fs.test_ext.TestExt3: *runtime_test
225tests.fs.test_ext.TestExt4: *runtime_test
226tests.fs.test_iso9660.TestIso9660Grub2External: *runtime_test
227tests.fs.test_iso9660.TestIso9660Grub2Internal: *runtime_test
228tests.fs.test_iso9660.TestIso9660GrubExternal: *runtime_test
229tests.fs.test_iso9660.TestIso9660GrubInternal: *runtime_test
230tests.fs.test_iso9660.TestIso9660SyslinuxExternal: *runtime_test
231tests.fs.test_iso9660.TestIso9660SyslinuxInternal: *runtime_test
232tests.fs.test_jffs2.TestJffs2: *runtime_test
233tests.fs.test_squashfs.TestSquashfs: *runtime_test
234tests.fs.test_ubi.TestUbi: *runtime_test
235tests.fs.test_yaffs2.TestYaffs2: *runtime_test
Yann E. MORIN117835d2017-08-02 00:52:11 +0200236tests.init.test_busybox.TestInitSystemBusyboxRo: *runtime_test
237tests.init.test_busybox.TestInitSystemBusyboxRoNet: *runtime_test
238tests.init.test_busybox.TestInitSystemBusyboxRw: *runtime_test
239tests.init.test_busybox.TestInitSystemBusyboxRwNet: *runtime_test
240tests.init.test_none.TestInitSystemNone: *runtime_test
Yann E. MORINdd9dfb62017-08-02 00:52:24 +0200241tests.init.test_systemd.TestInitSystemSystemdRoFull: *runtime_test
242tests.init.test_systemd.TestInitSystemSystemdRoIfupdown: *runtime_test
243tests.init.test_systemd.TestInitSystemSystemdRoNetworkd: *runtime_test
Yann E. MORIN117835d2017-08-02 00:52:11 +0200244tests.init.test_systemd.TestInitSystemSystemdRwFull: *runtime_test
245tests.init.test_systemd.TestInitSystemSystemdRwIfupdown: *runtime_test
246tests.init.test_systemd.TestInitSystemSystemdRwNetworkd: *runtime_test
Thomas Petazzonib287ea62017-07-02 18:13:22 +0200247tests.package.test_dropbear.TestDropbear: *runtime_test
Andrey Smirnovd2fe2682017-07-11 19:40:09 -0700248tests.package.test_ipython.TestIPythonPy2: *runtime_test
249tests.package.test_ipython.TestIPythonPy3: *runtime_test
Andrey Smirnov4c85d3e2017-07-11 19:40:05 -0700250tests.package.test_python.TestPython2: *runtime_test
Andrey Smirnov97278eb2017-07-11 19:40:06 -0700251tests.package.test_python.TestPython3: *runtime_test
Thomas Petazzoni8bbc37e2017-07-02 11:40:34 +0200252tests.toolchain.test_external.TestExternalToolchainBuildrootMusl: *runtime_test
253tests.toolchain.test_external.TestExternalToolchainBuildrootuClibc: *runtime_test
Arnout Vandecappelle6355ec22017-07-24 13:16:26 +0200254tests.toolchain.test_external.TestExternalToolchainCCache: *runtime_test
Thomas Petazzoni8bbc37e2017-07-02 11:40:34 +0200255tests.toolchain.test_external.TestExternalToolchainCtngMusl: *runtime_test
Thomas Petazzonib287ea62017-07-02 18:13:22 +0200256tests.toolchain.test_external.TestExternalToolchainLinaroArm: *runtime_test
257tests.toolchain.test_external.TestExternalToolchainSourceryArmv4: *runtime_test
258tests.toolchain.test_external.TestExternalToolchainSourceryArmv5: *runtime_test
259tests.toolchain.test_external.TestExternalToolchainSourceryArmv7: *runtime_test