-
Notifications
You must be signed in to change notification settings - Fork 217
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
Move simulation to ADO too, and shorten the length of its run to not delay PRs #5827
Move simulation to ADO too, and shorten the length of its run to not delay PRs #5827
Conversation
@achamayou I cannot see any edits to shorten the runs |
…achamayou/CCF into move_sim_to_ado_and_shorten_run
Thank you for spotting that this hadn't been done right! |
I do not recommend shortening the traces, i.e., changing the Perhaps, spec simulation should be completely decoupled from our PR builder, or, if shortened, a new long-running (hours?) simulation should run every night. |
They're back to where they were (https://github.com/microsoft/CCF/pull/5827/files#diff-ebe20cacfdab2c7f426ccfec227825fae1a34bb8f01fb8248ba83bfb5319c6dcR22), I just misunderstood what the parameter did.
The Daily Build does that (ASAN etc), so that's where we would put it. What's the best way to parametrise timeout out of the file? |
TLCSet("exit", TLCGet("duration") > atoi(IOEnv.YOUR_TIMEOUT)) |
move_sim_to_ado_and_shorten_run@78663 aka 20231110.27 vs main ewma over 20 builds from 78284 to 78639 Click to see tablemain
move_sim_to_ado_and_shorten_run
|
Re-group raft simulation with the model checking on ADO, and shorten run, 50 minutes it too long for the current CI.