-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Good First Issue]: Enable parallel execution of TensorFlow Layer 1 python tests #20915
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hello @rajatkrishna! Thank you for taking a look, please let us know if you have any questions. Just yesterday our CONTRIBUTING.md has been updated with a technical guide - I highly recommend checking it out. :) |
Hi @rajatkrishna, are you still working on that issue? I am happy to announce that we have created a channel dedicated to Good First Issues support on our Intel DevHub Discord server! Join it to receive support, engage in discussions, ask questions and talk to OpenVINO developers. |
Hey @p-wysocki, thanks for letting me know about the support channel on the Intel DevHub Discord server. I'm currently facing an issue building the Python wheel. The build fails with the following error:
Would the Discord channel be the right place to bring this up and get some help troubleshooting? |
The person who could be asked about this error (the check author) is currently on vacation, but I've faced similar errors before - you can implement a workaround by commenting out these lines: https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/python/wheel/fdupes_check.cmake#L60-L62 I wouldn't worry about it too much, just don't commit the workaround, it should work just fine in our CI.
These type of questions are always welcome on Discord. :) Feel free to join and ask us anything - we're there to help. Chat may be more convenient than GitHub Issues. |
Context
Current CI (
openvino/.github/workflows/linux.yml
Line 869 in c0381ab
The idea is to run all those tests in parallel by using pytest-xdist plugin, but tests should be modified for that.
Please find bellow the common tests issues:
What needs to be done?
openvino/.github/workflows/linux.yml
Line 1048 in c0381ab
Example Pull Requests
#20613
Resources
Contact points
@mryzhov @akashchi
Ticket
No response
The text was updated successfully, but these errors were encountered: