Commit 4c789de
committed
agent: Download and archive installation logs in gather.sh
Integrate the --download-logs mode into the artifact collection
process. When running in ISO_NO_REGISTRY boot mode, gather.sh now:
- Invokes the UI installer with --download-logs flag
- Includes the downloaded installation-logs.tar in the screenshot
archive if available
The log download is best-effort and uses || true to ensure gather.sh
continues successfully even if the download fails (e.g., if the UI is
not accessible or logs are not yet available).
Installation logs are now collected alongside screenshots in the
agent-gather-console-screenshots.tar.xz archive, providing a complete
set of console artifacts for debugging.
Assisted-by: Claude Code1 parent e51c1ba commit 4c789de
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
31 | 43 | | |
32 | 44 | | |
33 | 45 | | |
| |||
39 | 51 | | |
40 | 52 | | |
41 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
42 | 59 | | |
43 | 60 | | |
44 | 61 | | |
| |||
0 commit comments