From 7e54ce4e15b4763781986937d6e132b3dd2fbe5f Mon Sep 17 00:00:00 2001 From: kimpaller Date: Wed, 6 Nov 2024 11:27:16 +0800 Subject: [PATCH] continue results processing even without boot tests data avaialable Signed-off-by: kimpaller --- telemetry/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemetry/cli.py b/telemetry/cli.py index 6ed3b21..965a458 100644 --- a/telemetry/cli.py +++ b/telemetry/cli.py @@ -209,7 +209,7 @@ def create_results_gist(server, job_name, build_number, board_name, github_gist_ ) if len(boot_test.keys()) == 0: - raise Exception(f"{job_name} - {build_number} not found") + print(f"No boot test data found for {job_name} - {build_number}") # get artifacts artifacts_info_txt=tel.artifacts( target_board=None,