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 bbe63147fc5ca573570b0bdf8fa78960969bc6ae Author: Andrew Reusch <[email protected]> AuthorDate: Tue Jun 7 09:28:03 2022 -0700 build again --- Jenkinsfile | 8 ++++---- jenkins/Jenkinsfile.j2 | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ce53217949..3b415c1b5f 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:20:21.151594 +// Generated at 2022-06-10T14:20:45.480000 import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> @@ -3445,9 +3445,9 @@ cancel_previous_build() prepare() -//if (rebuild_docker_images) { -// build_docker_images() -//} +if (rebuild_docker_images) { + build_docker_images() +} lint() diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index aff225a16b..45bb1d86b8 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/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()
