You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2023/12/17 05:25:47 UTC

(tvm) branch unity updated: [Unity] Hot Fix Unity CI (#16256)

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

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


The following commit(s) were added to refs/heads/unity by this push:
     new 95f1b5c0e8 [Unity] Hot Fix Unity CI (#16256)
95f1b5c0e8 is described below

commit 95f1b5c0e8004c3650430d90a01e047770bb74a7
Author: Siyuan Feng <Hz...@sjtu.edu.cn>
AuthorDate: Sun Dec 17 13:25:40 2023 +0800

    [Unity] Hot Fix Unity CI (#16256)
---
 ci/jenkins/unity_jenkinsfile.groovy | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/ci/jenkins/unity_jenkinsfile.groovy b/ci/jenkins/unity_jenkinsfile.groovy
index 154edee715..d1882fb84c 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -139,14 +139,14 @@ def lint(node_type) {
   stage('Prepare') {
     node(node_type) {
       // When something is provided in ci_*_param, use it, otherwise default with ci_*
-      ci_lint = params.ci_lint_param ? : ci_lint
-      ci_cpu = params.ci_cpu_param ? : ci_cpu
-      ci_gpu = params.ci_gpu_param ? : ci_gpu
-      ci_wasm = params.ci_wasm_param ? : ci_wasm
-      ci_i386 = params.ci_i386_param ? : ci_i386
-      ci_qemu = params.ci_qemu_param ? : ci_qemu
-      ci_arm = params.ci_arm_param ? : ci_arm
-      ci_hexagon = params.ci_hexagon_param ? : ci_hexagon
+      ci_lint = params.ci_lint_param ?: ci_lint
+      ci_cpu = params.ci_cpu_param ?: ci_cpu
+      ci_gpu = params.ci_gpu_param ?: ci_gpu
+      ci_wasm = params.ci_wasm_param ?: ci_wasm
+      ci_i386 = params.ci_i386_param ?: ci_i386
+      ci_qemu = params.ci_qemu_param ?: ci_qemu
+      ci_arm = params.ci_arm_param ?: ci_arm
+      ci_hexagon = params.ci_hexagon_param ?: ci_hexagon
 
       sh(script: """
         echo "Docker images being used in this build:"