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