From ffbccc289225530167fc65edd49dc7adf2aff35e Mon Sep 17 00:00:00 2001 From: storypku Date: Tue, 16 Jun 2020 20:02:44 +0800 Subject: [PATCH] Update what_works.sh --- what_works.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/what_works.sh b/what_works.sh index 97c76a8261..061dd4aebb 100755 --- a/what_works.sh +++ b/what_works.sh @@ -130,7 +130,9 @@ bazel_test_with_dist_cache $(bazel query //modules/planning/... \ except //modules/planning/learning_based/model_inference:model_inference_test \ except //modules/planning/integration_tests:sunnyvale_big_loop_test \ ) -# bazel_build_with_dist_cache $(bazel query //modules/planning/... except //modules/planning/tools:inference_demo) + +# FIXME(all): inference_demo crashed +# bazel run //modules/planning/tools:inference_demo echo "########################### All check passed! ###########################" -- GitLab