-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Run Antigen/Fuzzlyn on Saturdays too #89426
Conversation
Up the frequency of the Antigen and Fuzzlyn runs to also run on Saturdays during these last weeks of .NET 8 development.
Tagging subscribers to this area: @hoyosjs Issue DetailsUp the frequency of the Antigen and Fuzzlyn runs to also run on Saturdays during these last weeks of .NET 8 development.
|
cc @dotnet/jit-contrib |
- cron: "0 14 * * 0,6" | ||
displayName: Sat and Sun at 6:00 AM (UTC-8:00) |
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.
Wouldn't Wednesday or Thursday be better choices than Saturday, to have the runs more evenly spread out throughout the week?
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.
No. I don't want this to hog CI resources when people are at work.
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.
With fewer commits going in on weekends, I am not sure how running it on Saturday and Sunday would help.
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.
It's not about finding newly introduced regressions, it's about finding existing bugs in .NET 8 features. I particularly want to spend more time fuzzing to catch bugs in physical promotion.
Up the frequency of the Antigen and Fuzzlyn runs to also run on Saturdays during these last weeks of .NET 8 development.