|
|
|
# a set of tests that are run in parallel for sanity tests
|
|
|
|
- script: tools/run_tests/sanity/check_bad_dependencies.sh
|
|
|
|
- script: tools/run_tests/sanity/check_bazel_workspace.py
|
|
|
|
- script: tools/run_tests/sanity/check_cache_mk.sh
|
|
|
|
- script: tools/run_tests/sanity/check_owners.sh
|
|
|
|
- script: tools/run_tests/sanity/check_shellcheck.sh
|
|
|
|
- script: tools/run_tests/sanity/check_submodules.sh
|
|
|
|
- script: tools/run_tests/sanity/check_test_filtering.py
|
|
|
|
- script: tools/run_tests/sanity/check_tracer_sanity.py
|
|
|
|
- script: tools/run_tests/sanity/core_banned_functions.py
|
|
|
|
- script: tools/run_tests/sanity/core_untyped_structs.sh
|
|
|
|
- script: tools/run_tests/sanity/check_deprecated_grpc++.py
|
|
|
|
- script: tools/run_tests/sanity/check_port_platform.py
|
|
|
|
- script: tools/buildgen/generate_projects.sh -j 3
|
|
|
|
cpu_cost: 3
|
|
|
|
- script: tools/distrib/check_copyright.py
|
|
|
|
- script: tools/distrib/clang_format_code.sh
|
|
|
|
- script: tools/distrib/clang_tidy_code.sh
|
|
|
|
- script: tools/distrib/check_trailing_newlines.sh
|
|
|
|
- script: tools/distrib/check_nanopb_output.sh
|
|
|
|
- script: tools/distrib/check_include_guards.py
|
|
|
|
- script: tools/distrib/pylint_code.sh
|
|
|
|
- script: tools/distrib/yapf_code.sh
|
|
|
|
- script: tools/distrib/python/check_grpcio_tools.py
|
|
|
|
- script: tools/distrib/check_shadow_boringssl_symbol_list.sh
|
|
|
|
cpu_cost: 1000
|