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/05/17 17:24:05 UTC

[tvm] 19/33: regenerate Jenkinsfile

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 2767201a0d837c0197a16f02e1f1ea08ed40ac96
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Thu May 12 17:18:01 2022 -0700

    regenerate Jenkinsfile
---
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0f1987486b..746364823c 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:17:44.551678
+// Generated at 2022-05-13T17:17:54.888804
 
 import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
@@ -398,11 +398,11 @@ if (rebuild_docker_images) {
 
     // TODO in a follow up PR: Find ecr tag and use in subsequent builds
     parallel(
-       'arm64': {
+       'aarch64': {
         node('ARM') {
           timeout(time: max_time, unit: 'MINUTES') {
             init_git()
-            build_base_image('arm64')
+            build_base_image('aarch64')
           }
         }
       },
@@ -429,7 +429,7 @@ if (rebuild_docker_images) {
         node('ARM') {
           timeout(time: max_time, unit: 'MINUTES') {
             init_git()
-            build_image('arm64', 'ci_arm')
+            build_image('aarch64', 'ci_arm')
           }
         }
       },