From d163ba497ccfd9bb094668bf48d69cf2f1b1cd17 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 8 Dec 2018 18:13:42 +0100 Subject: [PATCH] .gitlab-ci.yml: store .config files as artefacts for defconfig tests 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" Cc: Ricardo Martincoski Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- .gitlab-ci.yml | 2 ++ .gitlab-ci.yml.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a78211823..9e2b111f53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in index ebca29ca1f..d5eab91c70 100644 --- a/.gitlab-ci.yml.in +++ b/.gitlab-ci.yml.in @@ -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 -- 2.30.2