diff --git a/Jenkinsfile b/Jenkinsfile index 64b8465a1ea1..1cd8575fa3fd 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,11 +46,11 @@ 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:v0.67" -ci_gpu = "tlcpack/ci-gpu:v0.79" +ci_gpu = "tlcpack/ci-gpu:v0.80" ci_cpu = "tlcpack/ci-cpu:v0.80" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" -ci_qemu = "tlcpack/ci-qemu:v0.08" +ci_qemu = "tlcpack/ci-qemu:v0.09" ci_arm = "tlcpack/ci-arm:v0.06" // <--- End of regex-scanned config. diff --git a/tests/python/frontend/onnx/test_forward.py b/tests/python/frontend/onnx/test_forward.py index 2e0d9274a2a7..7485faa5f8c7 100644 --- a/tests/python/frontend/onnx/test_forward.py +++ b/tests/python/frontend/onnx/test_forward.py @@ -5090,6 +5090,7 @@ def verify_eyelike(indata): "test_reduce_sum_keepdims_random", "test_reduce_sum_negative_axes_keepdims_example", "test_reduce_sum_negative_axes_keepdims_random", + "test_reshape_allowzero_reordered", "test_rnn_seq_length", "test_round", "test_sequence_insert_at_back",