-
Notifications
You must be signed in to change notification settings - Fork 415
Adding regression_mcnc & vtr_reg_multiclock to CI #1807
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
Adding regression_mcnc & vtr_reg_multiclock to CI #1807
Conversation
@vaughnbetz I believe that |
Aside from that, the PR is ready for review. |
Thanks Arash. I wouldn't test them twice -- it will be confusing to have redundant failures. If they are tested in a roundabount way by Odin, please add a comment to the config file or task list or a README in the proper directory explaining that (since this was not obvious at all!). |
Makes sense. I've made the changes; the PR is ready for review @vaughnbetz |
For some reason, the basic sanitizer test isn't using up 14x memory anymore :)) |
Signed-off-by: Seyed Alireza Damghani <[email protected]>
@ArashAhmadian : looks good, but can you also update the golden results for this regtest so we don't fail on the high peak_vpr_memory (14x what we expect). Hopefully we'll find the root cause of that high memory, but in the interim we should update the golden results for this regtest so we don't get spurious failures. I'm assuming this regtest has its own golden result file (i.e. not shared with some runs that don't use sanitization); if not we'll need to make one. |
Sure, I have updated the golden_results for |
However, for other PRs like #1810, #1805 and others there is an OSError after Odin tests finish and vtr regression testing is starts:
So the actual QoR results are not outputted. The test is still passes though which I think should be fixed after the correction @sdamghan made to |
@ArashAhmadian Yes, once this PR is merged into the master branch, this issue will be solved. The error actually says the |
Alrighty, I just wanted to make sure. Thanks for the explanation :) ! @sdamghan |
Description
This is a pull request to address #1806. regression_mcnc task and vtr_reg_multiclock suite have been added to CI.
Related Issue
#1806
How Has This Been Tested?
odin_reg_basic
regression test has been tested to run properly sincevtr:vtr_reg_multiclock
is one of the suites it runs.vtr_reg_multiclock
suite has been tested on its own to make sure it goes through the flow.regression_mcnc
suite has been tested on its own to make it goes through the flow.Types of changes
Checklist: