1{ 2 "presubmit": [ 3 { 4 "name": "bionic-unit-tests" 5 }, 6 { 7 "name": "bionic-unit-tests-static" 8 }, 9 { 10 "name": "linker-unit-tests" 11 }, 12 { 13 "name": "CtsBionicTestCases" 14 }, 15 { 16 "name": "CtsGwpAsanTestCases" 17 }, 18 { 19 "name": "CtsTaggingHostTestCases" 20 }, 21 { 22 "name": "debuggerd_test" 23 }, 24 { 25 "name": "fdtrack_test" 26 }, 27 { 28 "name": "gwp_asan_unittest" 29 }, 30 { 31 "name": "malloc_debug_unit_tests" 32 }, 33 { 34 "name": "malloc_debug_system_tests" 35 }, 36 { 37 "name": "malloc_hooks_system_tests" 38 }, 39 { 40 "name": "memunreachable_unit_test" 41 }, 42 { 43 "name": "toybox-tests" 44 } 45 ], 46 "hwasan-presubmit": [ 47 { 48 "name": "bionic-unit-tests" 49 }, 50 { 51 "name": "bionic-unit-tests-static" 52 }, 53 { 54 "name": "linker-unit-tests" 55 }, 56 { 57 "name": "CtsBionicTestCases" 58 }, 59 { 60 "name": "CtsGwpAsanTestCases" 61 }, 62 { 63 "name": "debuggerd_test" 64 }, 65 { 66 "name": "fdtrack_test" 67 }, 68 { 69 "name": "gwp_asan_unittest" 70 }, 71 { 72 "name": "malloc_debug_unit_tests" 73 }, 74 { 75 "name": "malloc_debug_system_tests" 76 }, 77 { 78 "name": "malloc_hooks_system_tests" 79 }, 80 { 81 "name": "memunreachable_unit_test" 82 }, 83 { 84 "name": "toybox-tests" 85 } 86 ], 87 "kernel-presubmit": [ 88 { 89 "name": "CtsBionicTestCases" 90 } 91 ] 92} 93