Enable test ownership validation test in pre-submit (#87310)

This commit is contained in:
keyonghan 2021-07-30 16:24:05 -07:00 committed by GitHub
parent c11efb5016
commit a8c5c525bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -262,6 +262,16 @@ targets:
- packages/flutter_tools/
- bin/
- name: Linux test_ownership
builder: Linux test_ownership
bringup: true
properties:
tags: >
["framework","hostonly","shard"]
scheduler: luci
runIf:
- .ci.yaml
- name: Linux tool_tests_general
builder: Linux tool_tests_general
properties:

View file

@ -219,3 +219,4 @@
# web_tool_tests @zanderso @flutter/tool
# fuchsia_precache @zanderso @flutter/tool
# skp_generator @Hixie
# test_ownership @keyonghan