You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/07 16:34:15 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #11594: Add Github webhook to comment with link to docs

driazati commented on code in PR #11594:
URL: https://github.com/apache/tvm/pull/11594#discussion_r891465662


##########
tests/python/ci/test_ci.py:
##########
@@ -35,6 +35,37 @@ def run(self, *args):
             raise RuntimeError(f"git command failed: '{args}'")
 
 
+def test_docs_comment(tmpdir_factory):
+    docs_comment_script = REPO_ROOT / "tests" / "scripts" / "github_docs_comment.py"
+    base_url = "https://d3f1x5ne0bf47p.cloudfront.net"

Review Comment:
   We can as a follow up, we're doing this incrementally so the cloudfront domain is just easier to get started with and is immediately useful to devs (comes with HTTPS for example)



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org