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 | { |
Harish Mahendrakar | 5000473 | 2022-06-03 11:15:09 -0700 | [diff] [blame] | 3 | // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to |
| 4 | // presubmit-large once issues in cuttlefish are fixed |
Dan Shi | 7b97c94 | 2020-12-09 21:34:36 +0000 | [diff] [blame] | 5 | "presubmit": [ |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 6 | { |
| 7 | "name": "GtsMediaTestCases", |
| 8 | "options" : [ |
| 9 | { |
| 10 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 11 | }, |
| 12 | { |
| 13 | "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 14 | }, |
| 15 | { |
Robert Shih | f4d4f45 | 2021-02-03 22:53:30 -0800 | [diff] [blame] | 16 | "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests" |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 17 | } |
| 18 | ] |
| 19 | } |
| 20 | ], |
| 21 | |
| 22 | "imports": [ |
| 23 | { |
| 24 | "path": "frameworks/av/drm/mediadrm/plugins" |
Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 25 | } |
Sam Dubey | 740ed10 | 2022-06-17 10:17:42 +0000 | [diff] [blame^] | 26 | ], |
| 27 | |
| 28 | "platinum-postsubmit": [ |
| 29 | // runs regularly, independent of changes in this tree. |
| 30 | // signals if changes elsewhere break media functionality |
| 31 | // @FlakyTest: in staged-postsubmit, but not postsubmit |
| 32 | { |
| 33 | "name": "CtsMediaCodecTestCases", |
| 34 | "options": [ |
| 35 | { |
| 36 | "include-filter": "android.media.codec.cts.EncodeDecodeTest" |
| 37 | } |
| 38 | ] |
| 39 | }, |
| 40 | { |
| 41 | "name": "CtsMediaCodecTestCases", |
| 42 | "options": [ |
| 43 | { |
| 44 | "include-filter": "android.media.codec.cts.DecodeEditEncodeTest" |
| 45 | }, |
| 46 | { |
| 47 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 48 | } |
| 49 | ] |
| 50 | } |
| 51 | ], |
| 52 | |
| 53 | "staged-platinum-postsubmit": [ |
| 54 | // runs every four hours |
| 55 | { |
| 56 | "name": "CtsMediaCodecTestCases", |
| 57 | "options": [ |
| 58 | { |
| 59 | "include-filter": "android.media.codec.cts.EncodeDecodeTest" |
| 60 | } |
| 61 | ] |
| 62 | }, |
| 63 | { |
| 64 | "name": "CtsMediaCodecTestCases", |
| 65 | "options": [ |
| 66 | { |
| 67 | "include-filter": "android.media.codec.cts.DecodeEditEncodeTest" |
| 68 | } |
| 69 | ] |
| 70 | } |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 71 | ] |
Harish Mahendrakar | cad7f4a | 2022-06-03 16:58:48 -0700 | [diff] [blame] | 72 | |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 73 | } |