blob: b006f389b704ae7dd32c0954aa500f630fe915a5 [file] [log] [blame]
Ray Essicke5119eb2020-04-27 14:46:03 -07001// for frameworks/av/media
Ray Essickd4ef98e2020-04-23 16:28:21 -07002{
3 "presubmit": [
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 ]
Edwin Wong25fde522020-04-02 22:03:36 -070020 },
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"
29 }
30 ]
31 },
32 {
33 "name": "GtsExoPlayerTestCases",
34 "options" : [
35 {
36 "include-annotation": "android.platform.test.annotations.SocPresubmit"
37 },
38 {
39 "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed"
40 }
41 ]
42 }
43 ],
44
45 "imports": [
46 {
47 "path": "frameworks/av/drm/mediadrm/plugins"
Ray Essicke5119eb2020-04-27 14:46:03 -070048 }
49 ],
50
Ray Essick6461ee92020-07-02 11:19:06 -070051 "platinum-postsubmit": [
Ray Essicke5119eb2020-04-27 14:46:03 -070052 // runs regularly, independent of changes in this tree.
53 // signals if changes elsewhere break media functionality
54 {
55 "name": "CtsMediaTestCases",
56 "options": [
57 {
58 "include-filter": "android.media.cts.EncodeDecodeTest"
59 }
60 ]
61 },
62 {
63 "name": "CtsMediaTestCases",
64 "options": [
65 {
66 "include-filter": "android.media.cts.DecodeEditEncodeTest"
67 }
68 ]
Ray Essickd4ef98e2020-04-23 16:28:21 -070069 }
70 ]
71}