From d2ff02df18d8261ccbd664e6f972d48be51005b9 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 10 Nov 2017 14:14:35 -0800 Subject: [PATCH] Actually turn on the test --- tools/run_tests/sanity/sanity_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run_tests/sanity/sanity_tests.yaml b/tools/run_tests/sanity/sanity_tests.yaml index ec58a10a853..3ca5c1b6c09 100644 --- a/tools/run_tests/sanity/sanity_tests.yaml +++ b/tools/run_tests/sanity/sanity_tests.yaml @@ -17,5 +17,5 @@ - script: tools/distrib/pylint_code.sh - script: tools/distrib/yapf_code.sh - script: tools/distrib/python/check_grpcio_tools.py -- script: tools/run_tests/sanity/check_clang_tidy.sh -j 3 - cpu_cost: 3 +- script: tools/run_tests/sanity/check_clang_tidy.sh + cpu_cost: 1000