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/08/02 22:59:50 UTC

[GitHub] [tvm] areusch commented on a diff in pull request #11893: [ci][docker] Run build/test with Docker changes

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


##########
docker/README.md:
##########
@@ -136,3 +136,4 @@ tasks.
   ```bash
   ./docker/build.sh ci_cpu tests/scripts/task_golang.sh
   ```
+hi

Review Comment:
   hi



##########
ci/jenkins/Jenkinsfile.j2:
##########
@@ -116,8 +116,16 @@ if (rebuild_docker_images) {
 
 lint()
 
-build()
+build('Build')
 
-test()
+test('Test')
+
+if (rebuild_docker_images) {

Review Comment:
   so does this build/test twice then? i guess that kinda makes sense but it's going to take a long time



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