.gitlab-ci.yml: store .config files as artefacts for defconfig tests
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Dec 2018 17:13:42 +0000 (18:13 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 9 Dec 2018 16:31:13 +0000 (17:31 +0100)
Add Buildroot's own .config file, as well as any package's .config file
(uclibc, linux, and busybox), for later inspection should a build fails,
notably due to changes in the kconfig-package infrastructure.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
.gitlab-ci.yml
.gitlab-ci.yml.in

index 1a782118231d6261f0cf799dd6f27204bbfc6d93..9e2b111f535d1a2e9f3ee4ac0fde1d2b62a79ff6 100644 (file)
@@ -57,10 +57,12 @@ check-package:
         when: always
         expire_in: 2 weeks
         paths:
+            - .config
             - build.log
             - output/images/
             - output/build/build-time.log
             - output/build/packages-file-list.txt
+            - output/build/*/.config
 
 .runtime_test: &runtime_test
     # Running the runtime tests for every push is too much, so limit to
index ebca29ca1f922e3a4b7c54f91123e093a295be92..d5eab91c70c53b10781f8f2b5de1149703f954ef 100644 (file)
@@ -57,10 +57,12 @@ check-package:
         when: always
         expire_in: 2 weeks
         paths:
+            - .config
             - build.log
             - output/images/
             - output/build/build-time.log
             - output/build/packages-file-list.txt
+            - output/build/*/.config
 
 .runtime_test: &runtime_test
     # Running the runtime tests for every push is too much, so limit to