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/07 01:03:29 UTC

[tvm] branch areusch/freeze-dependencies updated: ecr_pull

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


The following commit(s) were added to refs/heads/areusch/freeze-dependencies by this push:
     new 68c5808a91 ecr_pull
68c5808a91 is described below

commit 68c5808a9147ec0c9a386ae62fa1384cdaebdd05
Author: Andrew Reusch <ar...@gmail.com>
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 7ecef0613a..65d9551aa4 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) {