summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-12-20 15:19:33 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-30 22:36:07 +0100
commit2438d9058985324c8066d708f2ed32d94ec2dcf0 (patch)
treeb4f6e46eb07023ccf6d47cc7ddc317d59f3b8c82
parent121807c08927c0a0d04c965beb6a8785ea89e47f (diff)
gitlab-ci: add .config to artefacts
The defconfig is dumped at the very beginning of the build log, but the resulting .config is still interesting to get, in case some settings did not end up in there (e.g. because of the host gcc version, or because of conflicting settings, or because the Config.in changed without the tests being updated, or...). So, add the .config to the list of artefacts to save. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Acked-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--.gitlab-ci.yml.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c81697920b..ef2e3a4918 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,6 +61,7 @@ check-package:
expire_in: 2 weeks
paths:
- test-output/*.log
+ - test-output/*/.config
- test-output/*/images/*
acmesystems_aria_g25_128mb_defconfig: *defconfig
acmesystems_aria_g25_256mb_defconfig: *defconfig
diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in
index 9a1e7a1e34..f763fdd454 100644
--- a/.gitlab-ci.yml.in
+++ b/.gitlab-ci.yml.in
@@ -61,4 +61,5 @@ check-package:
expire_in: 2 weeks
paths:
- test-output/*.log
+ - test-output/*/.config
- test-output/*/images/*