blob: 80e09240a989646f3b292c8e8f77e3a8fd07de3b [file] [log] [blame]
Ray Essicke5119eb2020-04-27 14:46:03 -07001// for frameworks/av/media
Ray Essickd4ef98e2020-04-23 16:28:21 -07002{
Dan Shi7b97c942020-12-09 21:34:36 +00003 "presubmit-large": [
Ray Essicke5119eb2020-04-27 14:46:03 -07004 // runs whenever we change something in this tree
Ray Essickd4ef98e2020-04-23 16:28:21 -07005 {
6 "name": "CtsMediaTestCases",
7 "options": [
8 {
9 "include-filter": "android.media.cts.EncodeDecodeTest"
10 }
11 ]
Ray Essicke5119eb2020-04-27 14:46:03 -070012 },
13 {
14 "name": "CtsMediaTestCases",
15 "options": [
16 {
17 "include-filter": "android.media.cts.DecodeEditEncodeTest"
18 }
19 ]
Dan Shi7b97c942020-12-09 21:34:36 +000020 }
21 ],
22 "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 {
Edwin Wongc30fb012020-09-11 20:16:02 -070033 "include-filter": "com.google.android.media.gts.WidevineYouTubePerformanceTests"
Edwin Wong25fde522020-04-02 22:03:36 -070034 }
35 ]
36 }
37 ],
38
39 "imports": [
40 {
41 "path": "frameworks/av/drm/mediadrm/plugins"
Ray Essicke5119eb2020-04-27 14:46:03 -070042 }
43 ],
44
Ray Essick6461ee92020-07-02 11:19:06 -070045 "platinum-postsubmit": [
Ray Essicke5119eb2020-04-27 14:46:03 -070046 // 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 Essickd4ef98e2020-04-23 16:28:21 -070063 }
64 ]
65}