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 377e7078f1 ecr_pull
377e7078f1 is described below
commit 377e7078f119a8f3048f621a67af745696f9bf50
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 85a58722bb..a226522255 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-07T09:51:48.069245
+// Generated at 2022-06-07T15:22:10.250396
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) {