From 6d0b597c7c2d9e48c1d1e37e074de2453120de32 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Mon, 19 Oct 2020 19:59:44 +0800 Subject: [PATCH] disable cube ci --- tools/serving_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 0c05cf74..c8d84de3 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -947,7 +947,7 @@ function python_run_test() { local TYPE=$1 # pwd: /Serving cd python/examples # pwd: /Serving/python/examples python_test_fit_a_line $TYPE # pwd: /Serving/python/examples - python_run_criteo_ctr_with_cube $TYPE # pwd: /Serving/python/examples + #python_run_criteo_ctr_with_cube $TYPE # pwd: /Serving/python/examples python_test_bert $TYPE # pwd: /Serving/python/examples python_test_imdb $TYPE # pwd: /Serving/python/examples python_test_lac $TYPE # pwd: /Serving/python/examples -- GitLab