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 6e8f32010c642af3059cb42e2baecf04bc73ce95 Author: Andrew Reusch <[email protected]> AuthorDate: Tue May 17 10:19:41 2022 -0700 try different signature --- Jenkinsfile | 4 ++-- jenkins/Jenkinsfile.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f3869a4a6f..236ac0debd 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-05-13T17:18:31.710370 +// Generated at 2022-05-17T10:23:30.174515 import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> @@ -380,7 +380,7 @@ def build_image(image_name) { script: 'git log -1 --format=\'%h\'' ).trim() def full_name = "${image_name}:${env.BRANCH_NAME}-${hash}-${env.BUILD_NUMBER}" - unpack_lib("python-lockfiles") + unpack_lib("python-lockfiles", "docker/python/build/**") sh( script: "${docker_build} ${image_name} --spec ${full_name}", label: 'Build docker image' diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index d7ccdc168c..3e5b3746d3 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -297,7 +297,7 @@ def build_image(image_name) { script: 'git log -1 --format=\'%h\'' ).trim() def full_name = "${image_name}:${env.BRANCH_NAME}-${hash}-${env.BUILD_NUMBER}" - unpack_lib("python-lockfiles") + unpack_lib("python-lockfiles", "docker/python/build/**") sh( script: "${docker_build} ${image_name} --spec ${full_name}", label: 'Build docker image'
