Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 734254a3caa6086e1160c676d9a93b4d9bd02293
https://github.com/Checkmk/checkmk/commit/734254a3caa6086e1160c676d9a93b4d9…
Author: Max Linke <max.linke(a)checkmk.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
R buildscripts/scripts/bazel_execution_log_parser.py
A buildscripts/scripts/bazel_execution_log_parser.sh
M buildscripts/scripts/utils/bazel_logs.groovy
Log Message:
-----------
replace script for parsing bazel logs
The bazel logs use a horrendeous json format, multiple entries per file
but not every object is in it's own line like with ndjson. Thankfully jq
is able to handle this and much faster as the specialized python code.
Change-Id: I9921f211a9681c051e6e3a14ce0af557cc416905
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications