* [Buildroot] [PATCHv2] gitlab-ci: store .config files as artefacts for defconfig tests
@ 2018-12-08 17:13 Yann E. MORIN
2018-12-09 16:32 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2018-12-08 17:13 UTC (permalink / raw)
To: buildroot
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>
---
Changes v1 -> v2:
- use correct path for packages' .config files
---
.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.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [Buildroot] [PATCHv2] gitlab-ci: store .config files as artefacts for defconfig tests
2018-12-08 17:13 [Buildroot] [PATCHv2] gitlab-ci: store .config files as artefacts for defconfig tests Yann E. MORIN
@ 2018-12-09 16:32 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-12-09 16:32 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 8 Dec 2018 18:13:42 +0100, Yann E. MORIN wrote:
> 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>
>
> ---
> Changes v1 -> v2:
> - use correct path for packages' .config files
> ---
> .gitlab-ci.yml | 2 ++
> .gitlab-ci.yml.in | 2 ++
> 2 files changed, 4 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-09 16:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-08 17:13 [Buildroot] [PATCHv2] gitlab-ci: store .config files as artefacts for defconfig tests Yann E. MORIN
2018-12-09 16:32 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox