This is an automated email from the ASF dual-hosted git repository. syfeng pushed a commit to branch test_all_cases_on_unity in repository https://gitbox.apache.org/repos/asf/tvm.git
commit b92112160f1fab970728b70caa33ab6bbb05c8fe Author: Siyuan Feng <[email protected]> AuthorDate: Wed Jan 17 14:14:43 2024 +0800 update jenkisfile to enable non-unity tests --- ci/jenkins/generated/arm_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/cortexm_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/cpu_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/docker_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/gpu_jenkinsfile.groovy | 11 +++-------- ci/jenkins/generated/hexagon_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/i386_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/lint_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/minimal_cross_isa_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/minimal_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/riscv_jenkinsfile.groovy | 5 ----- ci/jenkins/generated/wasm_jenkinsfile.groovy | 5 ----- 12 files changed, 3 insertions(+), 63 deletions(-) diff --git a/ci/jenkins/generated/arm_jenkinsfile.groovy b/ci/jenkins/generated/arm_jenkinsfile.groovy index 919b39e402..80b2e59a81 100644 --- a/ci/jenkins/generated/arm_jenkinsfile.groovy +++ b/ci/jenkins/generated/arm_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/cortexm_jenkinsfile.groovy b/ci/jenkins/generated/cortexm_jenkinsfile.groovy index c195f0b0e7..c7b4527230 100644 --- a/ci/jenkins/generated/cortexm_jenkinsfile.groovy +++ b/ci/jenkins/generated/cortexm_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/cpu_jenkinsfile.groovy b/ci/jenkins/generated/cpu_jenkinsfile.groovy index 7010d60191..f26a69109f 100644 --- a/ci/jenkins/generated/cpu_jenkinsfile.groovy +++ b/ci/jenkins/generated/cpu_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/docker_jenkinsfile.groovy b/ci/jenkins/generated/docker_jenkinsfile.groovy index 091751bfb0..2aa6a17362 100644 --- a/ci/jenkins/generated/docker_jenkinsfile.groovy +++ b/ci/jenkins/generated/docker_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/gpu_jenkinsfile.groovy b/ci/jenkins/generated/gpu_jenkinsfile.groovy index 32fbeab3ba..7454bb0d90 100644 --- a/ci/jenkins/generated/gpu_jenkinsfile.groovy +++ b/ci/jenkins/generated/gpu_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with @@ -565,7 +560,7 @@ def build(node_type) { cmake_build("${ci_gpu} --no-gpu", 'build', '-j2') make_standalone_crt("${ci_gpu} --no-gpu", 'build') sh( - script: "./${jenkins_scripts_root}/s3.py --action upload --bucket ${s3_bucket} --prefix ${s3_prefix}/gpu --items build/libtvm.so build/libvta_fsim.so build/libtvm_runtime.so build/config.cmake build/libtvm_allvisible.so build/microtvm_template_projects build/crttest build/standalone_crt build/build.ninja", + script: "./${jenkins_scripts_root}/s3.py --action upload --bucket ${s3_bucket} --prefix ${s3_prefix}/gpu --items build/libtvm.so build/libvta_fsim.so build/libtvm_runtime.so build/config.cmake build/libtvm_allvisible.so build/microtvm_template_projects build/crttest build/standalone_crt build/build.ninja build/3rdparty/libflash_attn/src/libflash_attn.so build/3rdparty/cutlass_fpA_intB_gemm/cutlass_kernels/libfpA_intB_gemm.so", label: 'Upload artifacts to S3', ) @@ -576,7 +571,7 @@ def build(node_type) { cmake_build("${ci_gpu} --no-gpu", 'build', '-j2') make_standalone_crt("${ci_gpu} --no-gpu", 'build') sh( - script: "./${jenkins_scripts_root}/s3.py --action upload --bucket ${s3_bucket} --prefix ${s3_prefix}/gpu2 --items build/libtvm.so build/libtvm_runtime.so build/config.cmake build/crttest build/standalone_crt build/build.ninja", + script: "./${jenkins_scripts_root}/s3.py --action upload --bucket ${s3_bucket} --prefix ${s3_prefix}/gpu2 --items build/libtvm.so build/libtvm_runtime.so build/config.cmake build/crttest build/standalone_crt build/build.ninja build/3rdparty/libflash_attn/src/libflash_attn.so build/3rdparty/cutlass_fpA_intB_gemm/cutlass_kernels/libfpA_intB_gemm.so", label: 'Upload artifacts to S3', ) }) @@ -589,7 +584,7 @@ def build(node_type) { } } try { - build('CPU-SMALL-SPOT') + build('CPU') } catch (Exception ex) { build('CPU-SMALL') } diff --git a/ci/jenkins/generated/hexagon_jenkinsfile.groovy b/ci/jenkins/generated/hexagon_jenkinsfile.groovy index c86389d1bd..e63f6fb14b 100644 --- a/ci/jenkins/generated/hexagon_jenkinsfile.groovy +++ b/ci/jenkins/generated/hexagon_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/i386_jenkinsfile.groovy b/ci/jenkins/generated/i386_jenkinsfile.groovy index 4afc8fb64f..c6eeba1861 100644 --- a/ci/jenkins/generated/i386_jenkinsfile.groovy +++ b/ci/jenkins/generated/i386_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/lint_jenkinsfile.groovy b/ci/jenkins/generated/lint_jenkinsfile.groovy index 88bec7fc4c..64cda41994 100644 --- a/ci/jenkins/generated/lint_jenkinsfile.groovy +++ b/ci/jenkins/generated/lint_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/minimal_cross_isa_jenkinsfile.groovy b/ci/jenkins/generated/minimal_cross_isa_jenkinsfile.groovy index f26eaace67..6a878b21ee 100644 --- a/ci/jenkins/generated/minimal_cross_isa_jenkinsfile.groovy +++ b/ci/jenkins/generated/minimal_cross_isa_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/minimal_jenkinsfile.groovy b/ci/jenkins/generated/minimal_jenkinsfile.groovy index 89e6a0c59e..cdca556bd0 100644 --- a/ci/jenkins/generated/minimal_jenkinsfile.groovy +++ b/ci/jenkins/generated/minimal_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/riscv_jenkinsfile.groovy b/ci/jenkins/generated/riscv_jenkinsfile.groovy index fce33f230e..d378a7a599 100644 --- a/ci/jenkins/generated/riscv_jenkinsfile.groovy +++ b/ci/jenkins/generated/riscv_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with diff --git a/ci/jenkins/generated/wasm_jenkinsfile.groovy b/ci/jenkins/generated/wasm_jenkinsfile.groovy index e47fdd4cd5..1dea6599d0 100644 --- a/ci/jenkins/generated/wasm_jenkinsfile.groovy +++ b/ci/jenkins/generated/wasm_jenkinsfile.groovy @@ -54,11 +54,6 @@ // - Periodically cleanup the old versions on local workers // -// unity: Skip less relevant tests -// to reduce ci time and resource cost -// (DO NOT UPSTREAM TO MAIN) -return - // ============================= IMPORTANT NOTE ============================= // This file is generated by 'jenkins/generate.py'. Do not edit this file directly! // Make edits to 'jenkins/Jenkinsfile.j2' and regenerate this with
