This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7279c9d  [CI] Hotfix Jenkinsfile (#9739)
7279c9d is described below

commit 7279c9d177fc2e45b7226e9cdaea40436f857d99
Author: Tianqi Chen <tqc...@users.noreply.github.com>
AuthorDate: Tue Dec 14 16:46:14 2021 -0500

    [CI] Hotfix Jenkinsfile (#9739)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 96f2537..a782204 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -463,7 +463,7 @@ stage('Unit Test') {
       } else {
          Utils.markStageSkippedForConditional('python3: arm')
       }
-    },
+    }
 }
 
 stage('Integration Test') {

Reply via email to