Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Mar 28, 2024
1 parent a2b9845 commit 69f3242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/notification_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ def prepare_reports(title, header, reports, to_truncate=True):
elif ci_event.startswith("Push CI (AMD)"):
additional_files = {}

test_name = None
job_name = os.getenv("CI_TEST_JOB")
if job_name in job_to_test_map:
test_name = job_to_test_map[job_name]
Expand Down

0 comments on commit 69f3242

Please sign in to comment.