|
|
|
# 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_buildifier.sh
|
|
|
|
- script: tools/run_tests/sanity/check_cache_mk.sh
|
|
|
|
- script: tools/run_tests/sanity/check_deprecated_grpc++.py
|
|
|
|
- script: tools/run_tests/sanity/check_owners.sh
|
|
|
|
- script: tools/run_tests/sanity/check_port_platform.py
|
|
|
|
- script: tools/run_tests/sanity/check_qps_scenario_changes.py
|
|
|
|
- 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/check_version.sh
|
|
|
|
- script: tools/run_tests/sanity/core_banned_functions.py
|
|
|
|
- script: tools/run_tests/sanity/core_untyped_structs.sh
|
|
|
|
- script: tools/run_tests/sanity/cpp_banned_constructs.sh
|
|
|
|
- script: tools/buildgen/generate_projects.sh -j 3
|
|
|
|
cpu_cost: 3
|
|
|
|
- script: tools/distrib/check_copyright.py
|
|
|
|
- script: tools/distrib/check_include_guards.py
|
|
|
|
- script: tools/distrib/check_trailing_newlines.sh
|
|
|
|
- script: tools/distrib/check_upb_output.sh
|
|
|
|
- script: tools/distrib/check_pytype.sh
|
|
|
|
- script: tools/distrib/clang_format_code.sh
|
|
|
|
- script: tools/distrib/clang_tidy_code.sh
|
|
|
|
# ClangTidy needs to run exclusively because it uses files under the bazel output
|
|
|
|
# directory and this will be removed by another bazel invocation.
|
|
|
|
cpu_cost: 1000
|
|
|
|
- script: tools/distrib/pylint_code.sh
|
|
|
|
- script: tools/distrib/python/check_grpcio_tools.py
|
|
|
|
- script: tools/distrib/yapf_code.sh --diff
|
|
|
|
cpu_cost: 1000
|
|
|
|
- script: tools/distrib/check_protobuf_pod_version.sh
|
|
|
|
- script: tools/distrib/check_boringssl_prefix_symbol.sh
|