KellenSunderland edited a comment on issue #12258: flaky ARMv7 build
URL: 
https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414494330
 
 
   I kicked off a PR that disables the test here: 
https://github.com/apache/incubator-mxnet/pull/12260.
   If a committer could keep their eye on those tests and merge when everything 
passes it should unblock PRs.
   
   Investigated the root cause, and while it must be some platform change that 
we depend on, I couldn't nail down the exact cause.  We'll take a closer look 
tomorrow.
   
   Edit:  By the way if you need to urgently work on a PR you can cherry-pick 
that commit and it should allow you to test your PRs properly.  Later when the 
commit is merged your PR will be able to be fast fwd'd without re-running 
tests.  Should be something along the lines of:
   
   ```git
   git remote add temp_remote 
https://github.com/KellenSunderland/incubator-mxnet.git
   git fetch --all
   git cherry-pick 4be2325
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to