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 5343492c96666ae1bbd9d3f33f2863a197cc48a5 Author: Andrew Reusch <[email protected]> AuthorDate: Mon Jun 6 18:03:19 2022 -0700 ecr_pull --- Jenkinsfile | 3 ++- jenkins/Prepare.groovy.j2 | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c3eb52589f..1e894a53ac 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-06T17:45:41.380059 +// Generated at 2022-06-06T18:03:14.896384 import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> @@ -180,6 +180,7 @@ def docker_init(image) { """, label: 'Clean old Docker images', ) + ecr_pull(image) } def should_skip_slow_tests(pr_number) { diff --git a/jenkins/Prepare.groovy.j2 b/jenkins/Prepare.groovy.j2 index f34eb78f42..e18f2e8dcc 100644 --- a/jenkins/Prepare.groovy.j2 +++ b/jenkins/Prepare.groovy.j2 @@ -68,6 +68,7 @@ def docker_init(image) { """, label: 'Clean old Docker images', ) + ecr_pull(image) } def should_skip_slow_tests(pr_number) {
