-
Notifications
You must be signed in to change notification settings - Fork 415
Updating docs to mention vtr_reg_nightly parallelism strategy #1776
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
Updating docs to mention vtr_reg_nightly parallelism strategy #1776
Conversation
@vaughnbetz the doc additions are ready for review. |
README.developers.md
Outdated
**Feature Coverage:** Medium | ||
|
||
**Benchmarks:** Small-medium size, diverse. Includes: | ||
|
||
* VTR benchmarks | ||
* Titan 'other' benchmarks (smaller than Titan23) |
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.
Doesn't it include most of the titan23 benchmarks too?
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.
I think this documentation could be refactored to be shorter. State all the things that pertain to all vtr_nightly tests together, and then state only the details that are different for each sub-test. Essentially these comprise one set of tests that should be checked before a PR (and are checked by CI) but they are split into sub-suites for more parallel execution during CI.
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.
Sure. I made changes based on the suggestions
Mostly good, but please see my comments above about refactoring the vtr_reg_nightly part of README_developers.md to be shorter (avoid repeating things 3 times and highlight that vtr_reg_nightlyX are all related). |
@vaughnbetz The new changes are ready for review. |
Looks good; thanks Arash. |
Description
Updated README.developers.md to go over parallelism strategy and give detailed steps for adding new suites.
Motivation and Context
To update the document to be inline with #1728.
Types of changes
Checklist: