You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/20 12:50:57 UTC

[GitHub] marcoabreu opened a new pull request #12615: [WIP] Correct PR branch detection in code coverage

marcoabreu opened a new pull request #12615: [WIP] Correct PR branch detection in code coverage
URL: https://github.com/apache/incubator-mxnet/pull/12615
 
 
   The branch detection in the code coverage script was broken because a non-existing environment variable in groovy is considered null opposed to other documentation I've found that states it as being an empty string.
   
   A CI run to test the branch detection in a non-PR job is available at http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/fix-testcoverage-report/1/pipeline (that's why I created the branch in the main repository instead of my own fork). 
   
   A CI run to test the branch detection in a PR job is the regular PR validation.
   
   Accept criteria is both reports referencing the same commit hash.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services