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 | { |
Dan Shi | 7b97c94 | 2020-12-09 21:34:36 +0000 | [diff] [blame] | 3 | "presubmit-large": [ |
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 | ] |
Dan Shi | 7b97c94 | 2020-12-09 21:34:36 +0000 | [diff] [blame] | 20 | } |
| 21 | ], |
| 22 | "presubmit": [ |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 23 | { |
| 24 | "name": "GtsMediaTestCases", |
| 25 | "options" : [ |
| 26 | { |
| 27 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 28 | }, |
| 29 | { |
| 30 | "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 31 | }, |
| 32 | { |
Edwin Wong | c30fb01 | 2020-09-11 20:16:02 -0700 | [diff] [blame] | 33 | "include-filter": "com.google.android.media.gts.WidevineYouTubePerformanceTests" |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 34 | } |
| 35 | ] |
| 36 | } |
| 37 | ], |
| 38 | |
| 39 | "imports": [ |
| 40 | { |
| 41 | "path": "frameworks/av/drm/mediadrm/plugins" |
Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 42 | } |
| 43 | ], |
| 44 | |
Ray Essick | 6461ee9 | 2020-07-02 11:19:06 -0700 | [diff] [blame] | 45 | "platinum-postsubmit": [ |
Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 46 | // runs regularly, independent of changes in this tree. |
| 47 | // signals if changes elsewhere break media functionality |
| 48 | { |
| 49 | "name": "CtsMediaTestCases", |
| 50 | "options": [ |
| 51 | { |
| 52 | "include-filter": "android.media.cts.EncodeDecodeTest" |
| 53 | } |
| 54 | ] |
| 55 | }, |
| 56 | { |
| 57 | "name": "CtsMediaTestCases", |
| 58 | "options": [ |
| 59 | { |
| 60 | "include-filter": "android.media.cts.DecodeEditEncodeTest" |
| 61 | } |
| 62 | ] |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 63 | } |
| 64 | ] |
| 65 | } |