-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add skip lists for LNL, BGM and MTL devices #1187
Conversation
ea6084b
to
fb4a91e
Compare
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.
Overall LGTM, by the way, could we unify all skip list py files as one config file? such as a yaml/json file?
-common
-common
-test_file1
-test_case1
-test_case2
-test_file2
-test_case3
-...
-linux
-test_file3
-test_case4
-...
-windows
-test_file4
-test_case5
-...
-lnl
-common
-test_file1
-test_case1
-test_case2
-test_file2
-test_case3
-...
-linux
-test_file3
-test_case4
-...
-windows
-test_file4
-test_case5
-...
-bmg
-...
-pvc
-...
-arc
-...
-...
For example, the lnl win skip list should be the common.comon + common.windows + lnl.common + lnl.windows
. It will help to us to understand skip lists more clear, how do you think?
Signed-off-by: Cheng, Penghui <[email protected]>
Signed-off-by: Cheng <[email protected]>
fb4a91e
to
6c53b76
Compare
Signed-off-by: Cheng <[email protected]>
Signed-off-by: Cheng, Penghui <[email protected]>
Add skip lists for LNL, BGM and MTL devices --------- Signed-off-by: Cheng, Penghui <[email protected]> Signed-off-by: Cheng <[email protected]>
Add skip lists for LNL, BGM and MTL devices