diff options
| -rw-r--r-- | apex/blobstore/OWNERS | 4 | ||||
| -rw-r--r-- | apex/blobstore/TEST_MAPPING | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/apex/blobstore/OWNERS b/apex/blobstore/OWNERS new file mode 100644 index 000000000000..8e04399196e2 --- /dev/null +++ b/apex/blobstore/OWNERS @@ -0,0 +1,4 @@ +set noparent + +sudheersai@google.com +yamasani@google.com diff --git a/apex/blobstore/TEST_MAPPING b/apex/blobstore/TEST_MAPPING new file mode 100644 index 000000000000..4dc0c49380c8 --- /dev/null +++ b/apex/blobstore/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "CtsBlobStoreTestCases" + } + ] +}
\ No newline at end of file |