yifeim commented on pull request #18446: URL: https://github.com/apache/incubator-mxnet/pull/18446#issuecomment-639268446
> Testing all these examples in CI is > > * big task in itself > * quite expensive [as currently we don't have a smart way of testing in CI [selective testing based on code coverage for starters]. We can't expect to test every example for every single PR sent to the repository. > > Having said that, if someone in the community is willing to volunteer to > a. Add the working version of the dropped examples to repository > b. Add corresponding tests in CI > c. [Preferably] Find a way to only test these examples when corresponding code is changed > Then that's a silver bullet! * run all examples once and index the code blocks that are executed. * build a reverse index for new codes submitted. * update the reverse index after the codes are merged. * rinse and repeat as a general library. If people haven't built it, it seems to be a useful tool to have. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
