Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Jul 26, 2024
1 parent 2fb018d commit 8bd46f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/notification_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,5 +1236,5 @@ def prepare_reports(title, header, reports, to_truncate=True):
token=os.environ.get("TRANSFORMERS_CI_RESULTS_UPLOAD_TOKEN", None),
)
print(commit_info.commit_url)
url = f"https://huggingface.co/datasets/hf-internal-testing/transformers_daily_ci/blob/{commit_info.oid}/{datetime.datetime.today().strftime('%Y-%m-%d')}/ci_results_{job_name}/new_model_failures.txt"
url = f"https://huggingface.co/datasets/hf-internal-testing/transformers_daily_ci/raw/{commit_info.oid}/{datetime.datetime.today().strftime('%Y-%m-%d')}/ci_results_{job_name}/new_model_failures.txt"
print(url)

0 comments on commit 8bd46f3

Please sign in to comment.