You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/06/30 23:10:29 UTC

[tvm] 23/42: rebuild again

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit ec1fab930f4a6b42d2beaf1b3df4a99f0008493a
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Wed Jun 8 20:44:10 2022 -0700

    rebuild again
---
 Jenkinsfile               | 8 ++++----
 ci/jenkins/Jenkinsfile.j2 | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 07814cd211..a288084ef1 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,7 +45,7 @@
 // 'python3 jenkins/generate.py'
 // Note: This timestamp is here to ensure that updates to the Jenkinsfile are
 // always rebased on main before merging:
-// Generated at 2022-06-10T14:21:12.678480
+// Generated at 2022-06-10T14:21:31.300009
 
 import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
@@ -3494,9 +3494,9 @@ cancel_previous_build()
 
 prepare()
 
-// if (rebuild_docker_images) {
-//   build_docker_images()
-// }
+if (rebuild_docker_images) {
+  build_docker_images()
+}
 
 lint()
 
diff --git a/ci/jenkins/Jenkinsfile.j2 b/ci/jenkins/Jenkinsfile.j2
index be51a0392f..d1c76e2056 100644
--- a/ci/jenkins/Jenkinsfile.j2
+++ b/ci/jenkins/Jenkinsfile.j2
@@ -130,9 +130,9 @@ cancel_previous_build()
 
 prepare()
 
-// if (rebuild_docker_images) {
-//   build_docker_images()
-// }
+if (rebuild_docker_images) {
+  build_docker_images()
+}
 
 lint()