marcoabreu closed pull request #11460: [MXNET-561] Retry submission of coverage
report on 4xx, 5xxs
URL: https://github.com/apache/incubator-mxnet/pull/11460
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/Jenkinsfile b/Jenkinsfile
index bff78e3ddc7..7156dc16391 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -93,7 +93,7 @@ echo ${libs} | sed -e 's/,/ /g' | xargs md5sum
}
def publish_test_coverage() {
- sh 'curl -s https://codecov.io/bash | bash -s -'
+ sh 'curl --retry 10 -s https://codecov.io/bash | bash -s -'
}
def collect_test_results_unix(original_file_name, new_file_name) {
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services