|
|
@ -24,8 +24,8 @@ |
|
|
|
- script: tools/distrib/check_pytype.sh |
|
|
|
- script: tools/distrib/check_pytype.sh |
|
|
|
- script: tools/distrib/clang_format_code.sh |
|
|
|
- script: tools/distrib/clang_format_code.sh |
|
|
|
- script: tools/distrib/clang_tidy_code.sh |
|
|
|
- script: tools/distrib/clang_tidy_code.sh |
|
|
|
# ClangTidy needs to run exclusively because it runs bazel making changes |
|
|
|
# ClangTidy needs to run exclusively because it uses files under the bazel output |
|
|
|
# and it needs many CPUs to parse all source files to be diagnosed. |
|
|
|
# directory and this will be removed by another bazel invocation. |
|
|
|
cpu_cost: 1000 |
|
|
|
cpu_cost: 1000 |
|
|
|
- script: tools/distrib/pylint_code.sh |
|
|
|
- script: tools/distrib/pylint_code.sh |
|
|
|
- script: tools/distrib/python/check_grpcio_tools.py |
|
|
|
- script: tools/distrib/python/check_grpcio_tools.py |
|
|
|