xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] automation: collect log files in subdirectories
@ 2021-07-08  6:54 Olaf Hering
  2021-07-08 11:43 ` Andrew Cooper
  0 siblings, 1 reply; 8+ messages in thread
From: Olaf Hering @ 2021-07-08  6:54 UTC (permalink / raw)
  To: xen-devel; +Cc: Olaf Hering, Doug Goldstein

The current single *.log pattern collects just config.log, which
usually contains little useful information.
Collect also log files in subdirectories, tools/config.log usually
contains information about configure failures.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 automation/gitlab-ci/build.yaml | 1 +
 1 file changed, 1 insertion(+)

No idea if the syntax is correct, and how I would test such changes myself.

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index 20d1d0cb34..d177da1710 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -8,6 +8,7 @@
       - binaries/
       - xen-config
       - '*.log'
+      - '*/*.log'
     when: always
   except:
     - master


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-07-22 16:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08  6:54 [PATCH v1] automation: collect log files in subdirectories Olaf Hering
2021-07-08 11:43 ` Andrew Cooper
2021-07-08 11:49   ` Olaf Hering
2021-07-14  7:31   ` Olaf Hering
2021-07-16 14:28     ` Anthony PERARD
2021-07-16 14:41       ` Olaf Hering
2021-07-20 15:41         ` Anthony PERARD
2021-07-22 16:14           ` Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).