Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(735)

Unified Diff: third_party/grpc/tools/run_tests/sanity/sanity_tests.yaml

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/grpc/tools/run_tests/sanity/sanity_tests.yaml
diff --git a/third_party/grpc/tools/run_tests/sanity/sanity_tests.yaml b/third_party/grpc/tools/run_tests/sanity/sanity_tests.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3840f4d8df6a3a54b7bef81008fba93290cb78f7
--- /dev/null
+++ b/third_party/grpc/tools/run_tests/sanity/sanity_tests.yaml
@@ -0,0 +1,10 @@
+# a set of tests that are run in parallel for sanity tests
+- script: tools/run_tests/sanity/check_cache_mk.sh
+- script: tools/run_tests/sanity/check_sources_and_headers.py
+- script: tools/run_tests/sanity/check_submodules.sh
+- 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/check_trailing_newlines.sh
+- script: tools/distrib/check_nanopb_output.sh
« no previous file with comments | « third_party/grpc/tools/run_tests/sanity/check_version.py ('k') | third_party/grpc/tools/run_tests/sources_and_headers.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698