areusch commented on code in PR #11856:
URL: https://github.com/apache/tvm/pull/11856#discussion_r905405171


##########
jenkins/README.md:
##########
@@ -72,6 +72,16 @@ See #<issue number>
 '
 gh pr create
 ```
+
+## Network Resources
+
+Downloading files from the Internet in CI is a big source of flaky failures
+(e.g. remote server goes down or is slow), so try to avoid using the network at
+all during tests. In some cases this isn't a reasonable proposition (e.g. the
+docs tutorials which need to download models). In these cases you can re-host
+files in S3 for fast access in CI. A committer can upload a file, specified by
+a name, hash, and path in S3, using the `workflow_dispatch` event on
+[the `upload_ci_resource.yml` GitHub Actions 
workflow](https://github.com/driazati/tvm/actions/workflows/upload_ci_resource.yml).

Review Comment:
   can you fix private repo mention? also, what should folks use as upload_path?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to