diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-08-14 10:46:43 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-08-14 10:46:43 +0200 |
commit | fb7c9a485b2e6a07d582cc419ab37ae77bfc3120 (patch) | |
tree | 9c5607c8e7056ac0dee1b36ce61dc89f2dd88df3 | |
parent | 5140b5328e4be901d714fed75a5242a2c4fefb98 (diff) |
auto_set_flakes should respect platform
-rwxr-xr-x | tools/run_tests/run_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index a695a62827..f90c522326 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -84,6 +84,7 @@ SELECT [grpc-testing:jenkins_test_results.aggregate_results] WHERE timestamp >= DATE_ADD(CURRENT_DATE(), -1, "WEEK") + AND platform = '"""+platform_string()+"""' AND NOT REGEXP_MATCH(job_name, '.*portability.*') ) GROUP BY filtered_test_name |