mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.6 KiB
32 lines
1.6 KiB
# 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 |
|
- 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
|
|
|