diff --git a/Jenkinsfile b/Jenkinsfile index 5978bb69bab7..851219257893 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,18 +45,18 @@ // '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-11T16:27:38.745360 +// Generated at 2022-05-13T12:39:39.064143 import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> -ci_lint = 'tlcpack/ci-lint:20220505-060045-500703308' -ci_gpu = 'tlcpack/ci-gpu:20220505-060045-500703308' -ci_cpu = 'tlcpack/ci-cpu:20220505-060045-500703308' -ci_wasm = 'tlcpack/ci-wasm:20220505-060045-500703308' -ci_i386 = 'tlcpack/ci-i386:20220505-060045-500703308' -ci_qemu = 'tlcpack/ci-qemu:20220505-060045-500703308' -ci_arm = 'tlcpack/ci-arm:20220505-060045-500703308' -ci_hexagon = 'tlcpack/ci-hexagon:20220505-060045-500703308' +ci_lint = 'tlcpack/ci-lint:20220513-055910-fa834f67e' +ci_gpu = 'tlcpack/ci-gpu:20220513-055910-fa834f67e' +ci_cpu = 'tlcpack/ci-cpu:20220513-055910-fa834f67e' +ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e' +ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e' +ci_qemu = 'tlcpack/ci-qemu:20220513-055910-fa834f67e' +ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e' +ci_hexagon = 'tlcpack/ci-hexagon:20220513-055910-fa834f67e' // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index 9e8a129d48e1..869447f8c34f 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -51,14 +51,14 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils {% import 'jenkins/macros.j2' as m with context -%} // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> -ci_lint = 'tlcpack/ci-lint:20220505-060045-500703308' -ci_gpu = 'tlcpack/ci-gpu:20220505-060045-500703308' -ci_cpu = 'tlcpack/ci-cpu:20220505-060045-500703308' -ci_wasm = 'tlcpack/ci-wasm:20220505-060045-500703308' -ci_i386 = 'tlcpack/ci-i386:20220505-060045-500703308' -ci_qemu = 'tlcpack/ci-qemu:20220505-060045-500703308' -ci_arm = 'tlcpack/ci-arm:20220505-060045-500703308' -ci_hexagon = 'tlcpack/ci-hexagon:20220505-060045-500703308' +ci_lint = 'tlcpack/ci-lint:20220513-055910-fa834f67e' +ci_gpu = 'tlcpack/ci-gpu:20220513-055910-fa834f67e' +ci_cpu = 'tlcpack/ci-cpu:20220513-055910-fa834f67e' +ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e' +ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e' +ci_qemu = 'tlcpack/ci-qemu:20220513-055910-fa834f67e' +ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e' +ci_hexagon = 'tlcpack/ci-hexagon:20220513-055910-fa834f67e' // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images diff --git a/tests/python/unittest/test_target_codegen_llvm.py b/tests/python/unittest/test_target_codegen_llvm.py index a2fb3cbccb47..0feab2488423 100644 --- a/tests/python/unittest/test_target_codegen_llvm.py +++ b/tests/python/unittest/test_target_codegen_llvm.py @@ -860,6 +860,7 @@ def make_call_extern(caller, callee): @tvm.testing.requires_llvm +@tvm.testing.skip_if_32bit def test_llvm_import(): """all-platform-minimal-test: check shell dependent clang behavior.""" # extern "C" is necessary to get the correct signature