Skip to content

Commit

Permalink
continue results processing even without boot tests data avaialable
Browse files Browse the repository at this point in the history
Signed-off-by: kimpaller <[email protected]>
  • Loading branch information
kimpaller committed Nov 6, 2024
1 parent 66b6a50 commit 7e54ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e54ce4

Please sign in to comment.