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/24 18:17:15 UTC

[GitHub] [tvm] driazati opened a new pull request, #11886: [ci][docker] Regenerate Jenkinsfile on each run

driazati opened a new pull request, #11886:
URL: https://github.com/apache/tvm/pull/11886

   This makes it so the generated PRs pass CI
   
   


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


[GitHub] [tvm] github-actions[bot] commented on pull request #11886: [ci][docker] Regenerate Jenkinsfile on each run

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #11886:
URL: https://github.com/apache/tvm/pull/11886#issuecomment-1165985791

   Built docs for commit b76c817986040dc070d215cf32523d9b2adc8e8b can be found [here](https://pr-docs.tlcpack.ai/PR-11886/3/docs/index.html).


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


[GitHub] [tvm] areusch merged pull request #11886: [ci][docker] Regenerate Jenkinsfile on each run

Posted by GitBox <gi...@apache.org>.
areusch merged PR #11886:
URL: https://github.com/apache/tvm/pull/11886


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


[GitHub] [tvm] github-actions[bot] commented on pull request #11886: [ci][docker] Regenerate Jenkinsfile on each run

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #11886:
URL: https://github.com/apache/tvm/pull/11886#issuecomment-1167754397

   Built docs for commit 08bc6ae602bb766fb3432e71c5b65f69632fa899 can be found [here](https://pr-docs.tlcpack.ai/PR-11886/4/docs/index.html).


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


[GitHub] [tvm] areusch commented on a diff in pull request #11886: [ci][docker] Regenerate Jenkinsfile on each run

Posted by GitBox <gi...@apache.org>.
areusch commented on code in PR #11886:
URL: https://github.com/apache/tvm/pull/11886#discussion_r907614204


##########
.github/workflows/nightly_docker_update.yml:
##########
@@ -23,6 +23,10 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
+      - name: Install dependencies
+        run: |
+          set -eux
+          pip install -r jenkins/requirements.txt

Review Comment:
   this doesn't run jinja right? is this needed?



##########
tests/scripts/open_docker_update_pr.py:
##########
@@ -147,6 +152,21 @@ def latest_tlcpackstaging_image(source: str) -> Optional[str]:
         with open(JENKINSFILE, "w") as f:
             f.write("".join(new_content))
 
+    # Re-generate the Jenkinsfile
+    logging.info(f"Editing {GENERATED_JENKINSFILE}")
+    print(replacements)

Review Comment:
   needed?



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