You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
502 B

{
"presubmit": [
{
"name": "CtsPerfettoTestCases"
},
// Additional presubmit tests that explicitly exercise
// Perfetto's backend
{
"name": "libsurfaceflinger_unittest"
}
],
"mainline-presubmit": [
{
"name": "CtsPerfettoTestCases[com.google.android.art.apex]",
"options": [
{
"include-filter": "HeapprofdJavaCtsTest*"
}
]
}
],
"hwasan-presubmit": [
{
"name": "CtsPerfettoTestCases"
}
]
}