blob: 05fbc7a52ec69db19e7e3598bd9293a0bba99b0f [file] [log] [blame]
Edwin Wongf951e642020-01-26 15:46:00 -08001{
2 "presubmit": [
3 {
Wonsik Kim584cde22022-04-07 16:51:46 -07004 "name": "CtsCameraTestCases",
5 "options" : [
6 {
7 "include-filter": "android.hardware.camera2.cts.ImageReaderTest#testP010"
8 }
9 ]
10 },
11 {
Edwin Wongf951e642020-01-26 15:46:00 -080012 "name": "GtsMediaTestCases",
13 "options" : [
14 {
Edwin Wong6f0a6302020-09-11 20:48:02 -070015 "include-annotation": "android.platform.test.annotations.Presubmit"
Edwin Wongf951e642020-01-26 15:46:00 -080016 },
17 {
18 "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
Edwin Wongf951e642020-01-26 15:46:00 -080019 },
20 {
Robert Shih0fa2ed82021-02-03 23:10:01 -080021 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
Edwin Wongf951e642020-01-26 15:46:00 -080022 }
Robert Shihb0ca1f72022-06-03 16:36:06 +000023 ],
24 "file_patterns": ["(?i)drm|crypto"]
Robert Shih4f700d42022-07-01 20:43:43 +000025 },
Edwin Wongf951e642020-01-26 15:46:00 -080026 {
Robert Shih4f700d42022-07-01 20:43:43 +000027 "name": "CtsMediaDrmFrameworkTestCases",
28 "options" : [
29 {
30 "include-annotation": "android.platform.test.annotations.Presubmit"
31 }
32 ],
33 "file_patterns": ["(?i)drm|crypto"]
Edwin Wongf951e642020-01-26 15:46:00 -080034 }
35 ]
36}
37