Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 1 | // for frameworks/av/media |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 2 | { |
| 3 | "presubmit": [ |
Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 4 | // runs whenever we change something in this tree |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 5 | { |
| 6 | "name": "CtsMediaTestCases", |
| 7 | "options": [ |
| 8 | { |
| 9 | "include-filter": "android.media.cts.EncodeDecodeTest" |
| 10 | } |
| 11 | ] |
Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 12 | }, |
| 13 | { |
| 14 | "name": "CtsMediaTestCases", |
| 15 | "options": [ |
| 16 | { |
| 17 | "include-filter": "android.media.cts.DecodeEditEncodeTest" |
| 18 | } |
| 19 | ] |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 20 | }, |
| 21 | { |
| 22 | "name": "GtsMediaTestCases", |
| 23 | "options" : [ |
| 24 | { |
| 25 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 26 | }, |
| 27 | { |
| 28 | "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" |
| 29 | } |
| 30 | ] |
| 31 | }, |
| 32 | { |
| 33 | "name": "GtsExoPlayerTestCases", |
| 34 | "options" : [ |
| 35 | { |
| 36 | "include-annotation": "android.platform.test.annotations.SocPresubmit" |
| 37 | }, |
| 38 | { |
| 39 | "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed" |
| 40 | } |
| 41 | ] |
| 42 | } |
| 43 | ], |
| 44 | |
| 45 | "imports": [ |
| 46 | { |
| 47 | "path": "frameworks/av/drm/mediadrm/plugins" |
Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 48 | } |
| 49 | ], |
| 50 | |
Hector Dearman | 46f94b9 | 2020-05-19 16:11:28 +0000 | [diff] [blame] | 51 | "staged-platinum-postsubmit": [ |
Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 52 | // runs regularly, independent of changes in this tree. |
| 53 | // signals if changes elsewhere break media functionality |
| 54 | { |
| 55 | "name": "CtsMediaTestCases", |
| 56 | "options": [ |
| 57 | { |
| 58 | "include-filter": "android.media.cts.EncodeDecodeTest" |
| 59 | } |
| 60 | ] |
| 61 | }, |
| 62 | { |
| 63 | "name": "CtsMediaTestCases", |
| 64 | "options": [ |
| 65 | { |
| 66 | "include-filter": "android.media.cts.DecodeEditEncodeTest" |
| 67 | } |
| 68 | ] |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 69 | } |
| 70 | ] |
| 71 | } |