blob: 9d84571592e632486868060540367ccda95ff6d6 [file] [log] [blame]
Lalit Maganti8a1b3c02019-03-21 21:16:30 +00001{
2 "presubmit": [
3 {
4 "name": "CtsPerfettoTestCases"
Alec Mouri63a162c2020-01-31 11:05:00 -08005 },
6 // Additional presubmit tests that explicitly exercise
7 // Perfetto's backend
8 {
Adithya Srinivasan599b7002021-02-09 02:24:10 +00009 "name": "libsurfaceflinger_unittest"
Lalit Maganti8a1b3c02019-03-21 21:16:30 +000010 }
Florian Mayerb69d0d42022-02-01 23:21:48 +000011 ],
Roland Levillain725d5ed2023-03-06 19:19:00 +000012 "mainline-presubmit": [
13 {
14 "name": "CtsPerfettoTestCases[com.google.android.art.apex]",
15 "options": [
16 {
17 "include-filter": "HeapprofdJavaCtsTest*"
18 }
19 ]
20 }
21 ],
Florian Mayer8982e382022-05-18 17:49:09 +000022 "hwasan-presubmit": [
Florian Mayerb69d0d42022-02-01 23:21:48 +000023 {
24 "name": "CtsPerfettoTestCases"
25 }
Lalit Maganti8a1b3c02019-03-21 21:16:30 +000026 ]
27}