Skip to content

Commit c823e0d

Browse files
committed
add test
1 parent b3afd5a commit c823e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/extract_benchmark_results.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ def process_benchmark_results(content: Any, app: str, benchmark_configs: str):
603603

604604
# this indicated that the git job fails, generate a failure record
605605
if not artifacts:
606+
info(f"job failed at GIT_JOB level with git job name {git_job_name}")
606607
return [generateGitJobLevelFailureRecord(git_job_name, app)]
607608

608609
arn_to_artifacts = group_by_arn(artifacts)

0 commit comments

Comments
 (0)