blob: 23ee5055f5ccb175582d58c82f4bba5913a12026 [file] [log] [blame]
Edwin Wongf951e642020-01-26 15:46:00 -08001{
2 "presubmit": [
3 {
Santiago Seifert00770012022-07-21 16:47:03 +00004 "name": "mediaroutertest"
5 },
6 {
Wonsik Kim584cde22022-04-07 16:51:46 -07007 "name": "CtsCameraTestCases",
8 "options" : [
9 {
10 "include-filter": "android.hardware.camera2.cts.ImageReaderTest#testP010"
11 }
12 ]
13 },
14 {
Edwin Wongf951e642020-01-26 15:46:00 -080015 "name": "GtsMediaTestCases",
16 "options" : [
17 {
Edwin Wong6f0a6302020-09-11 20:48:02 -070018 "include-annotation": "android.platform.test.annotations.Presubmit"
Edwin Wongf951e642020-01-26 15:46:00 -080019 },
20 {
21 "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
Edwin Wongf951e642020-01-26 15:46:00 -080022 },
23 {
Robert Shih0fa2ed82021-02-03 23:10:01 -080024 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
Edwin Wongf951e642020-01-26 15:46:00 -080025 }
Robert Shihb0ca1f72022-06-03 16:36:06 +000026 ],
27 "file_patterns": ["(?i)drm|crypto"]
Robert Shih4f700d42022-07-01 20:43:43 +000028 },
Edwin Wongf951e642020-01-26 15:46:00 -080029 {
Robert Shih4f700d42022-07-01 20:43:43 +000030 "name": "CtsMediaDrmFrameworkTestCases",
31 "options" : [
32 {
33 "include-annotation": "android.platform.test.annotations.Presubmit"
34 }
35 ],
36 "file_patterns": ["(?i)drm|crypto"]
Edwin Wongf951e642020-01-26 15:46:00 -080037 }
38 ]
39}
40