-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[PERF] Pass local runtime timestamp from git into ci_setup #76396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PERF] Pass local runtime timestamp from git into ci_setup #76396
Conversation
… for the bypassing of calling the github.com api.
…l build job.yml" This reverts commit e810a45. Can't build mono app without the global build job...
|
Tagging subscribers to this area: @hoyosjs Issue Detailsdotnet/performance#2622 adds the ability to pass the timestamp of the runtime commit to ci_setup instead of calling the GitHub API to retrieve it. This will keep us from hitting GitHub API rate limiting during our runs.
|
|
LGTM. Have you run a private run of this? |
|
Yes, the private run successfully ran using this with the performance branch. |
DrewScoggins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dotnet/performance#2622 adds the ability to pass the timestamp of the runtime commit to ci_setup instead of calling the GitHub API to retrieve it. This will keep us from hitting GitHub API rate limiting during our runs.