blob: 9aa896c68c23fa4787894eab5aa4c7911549549b [file] [log] [blame]
Ray Essicke5119eb2020-04-27 14:46:03 -07001// for frameworks/av/media
Ray Essickd4ef98e2020-04-23 16:28:21 -07002{
Jason Macnak465fbe92022-08-24 19:23:53 +00003 "presubmit-large": [
4 // runs whenever we change something in this tree
5 {
6 "name": "CtsMediaCodecTestCases",
7 "options": [
8 {
9 "include-filter": "android.media.codec.cts.EncodeDecodeTest"
10 }
11 ]
12 },
13 {
14 "name": "CtsMediaCodecTestCases",
15 "options": [
16 {
17 "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
18 }
19 ]
20 }
21 ],
Dan Shi7b97c942020-12-09 21:34:36 +000022 "presubmit": [
Edwin Wong25fde522020-04-02 22:03:36 -070023 {
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 Wong25fde522020-04-02 22:03:36 -070031 },
32 {
Robert Shihf4d4f452021-02-03 22:53:30 -080033 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
Edwin Wong25fde522020-04-02 22:03:36 -070034 }
Edwin Wongc6c9c922022-06-24 12:30:24 +000035 ],
36 "file_patterns": ["(?i)drm|crypto"]
Robert Shih96dd9312023-03-11 03:54:13 +000037 },
Edwin Wong25fde522020-04-02 22:03:36 -070038 {
Robert Shih96dd9312023-03-11 03:54:13 +000039 "name": "CtsMediaDrmFrameworkTestCases",
40 "options" : [
41 {
42 "include-annotation": "android.platform.test.annotations.Presubmit"
43 }
44 ],
45 "file_patterns": ["(?i)drm|crypto"]
Ray Essicke5119eb2020-04-27 14:46:03 -070046 }
Sam Dubey740ed102022-06-17 10:17:42 +000047 ],
48
49 "platinum-postsubmit": [
50 // runs regularly, independent of changes in this tree.
51 // signals if changes elsewhere break media functionality
52 // @FlakyTest: in staged-postsubmit, but not postsubmit
53 {
54 "name": "CtsMediaCodecTestCases",
55 "options": [
56 {
57 "include-filter": "android.media.codec.cts.EncodeDecodeTest"
58 }
59 ]
60 },
61 {
62 "name": "CtsMediaCodecTestCases",
63 "options": [
64 {
65 "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
66 },
67 {
68 "exclude-annotation": "androidx.test.filters.FlakyTest"
69 }
70 ]
71 }
72 ],
73
74 "staged-platinum-postsubmit": [
75 // runs every four hours
76 {
77 "name": "CtsMediaCodecTestCases",
78 "options": [
79 {
80 "include-filter": "android.media.codec.cts.EncodeDecodeTest"
81 }
82 ]
83 },
84 {
85 "name": "CtsMediaCodecTestCases",
86 "options": [
87 {
88 "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
89 }
90 ]
91 }
Ray Essickd4ef98e2020-04-23 16:28:21 -070092 ]
Harish Mahendrakarcad7f4a2022-06-03 16:58:48 -070093
Ray Essickd4ef98e2020-04-23 16:28:21 -070094}