mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
Use the CustomLogger class and CLI tool to create strutured
logs for cros-servo scripts. Below is an example for a630.
{
"_timestamp": "2023-10-18T18:14:16.114117",
"dut_job_type": "sdm845-cheza-r3",
"farm": "google",
"dut_jobs": [
{
"status": "pass",
"submitter_start_time": "2023-10-18T18:14:16.255163",
"dut_start_time": "2023-10-18T18:14:16.328396",
"dut_submit_time": "2023-10-18T18:14:16.330469",
"dut_end_time": "2023-10-18T18:33:47.034774",
"dut_name": "google-freedreno-cheza-18",
"dut_state": "finished",
"dut_job_phases": [
{
"name": "boot",
"start_time": "2023-10-18T18:14:16.329576",
"end_time": "2023-10-18T18:14:24.495826"
},
{
"name": "test",
"start_time": "2023-10-18T18:14:24.495855",
"end_time": "2023-10-18T18:33:47.136979"
}
],
"submitter_end_time": "2023-10-18T18:33:47.207702"
}
],
"job_combined_status": "pass",
"dut_attempt_counter": 1
}
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25807>
|
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| bm-init.sh | ||
| cisco-2960-poe-off.sh | ||
| cisco-2960-poe-on.sh | ||
| cros-servo.sh | ||
| cros_servo_run.py | ||
| eth008-power-down.sh | ||
| eth008-power-relay.py | ||
| eth008-power-up.sh | ||
| expect-output.sh | ||
| fastboot.sh | ||
| fastboot_run.py | ||
| google-power-down.sh | ||
| google-power-relay.py | ||
| google-power-up.sh | ||
| mkbootimg.py | ||
| poe-off | ||
| poe-on | ||
| poe-powered.sh | ||
| poe_run.py | ||
| rootfs-setup.sh | ||
| serial_buffer.py | ||
| telnet-buffer.py | ||