Actions
action #111407
closedbot-ng "sync incidents" step fails in gitlab CI, reason unclear, log too big
Start date:
2022-05-20
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
https://gitlab.suse.de/qa-maintenance/bot-ng/-/jobs/982165 failed after a runtime of 32m. The console preview ends with
Job's log exceeded limit of 4194304 bytes.
Job execution will continue but no more output will be collected.
and also the raw log does not seem to show more.
Problem¶
The job eventually failed but we can't see log details. The most verbose section of the log output are the repeated "INFO: Posting job results to dashboard: …" lines. Likely we should be less verbose for these items
Acceptance criteria¶
- AC1: We can see the actual error details when bot-ng steps fail
Suggestions¶
Strip some details from the log line "INFO: Posting job results to dashboard: …" or hide that line by default, make it as part of a lower log level that isn't shown.
Updated by osukup over 2 years ago
so default limit for logging in our gitlab instance is 0.4MB :(
Updated by osukup over 2 years ago
- Status changed from New to Feedback
- Assignee set to osukup
https://github.com/openSUSE/qem-bot/pull/31 merged .. so now we'll see.
Actions