HomeSort by relevance Sort by last modified time
    Searched refs:presubmit (Results 1 - 12 of 12) sorted by null

  /bionic/tools/bionicbb/
tasks.py 26 import presubmit
45 'comment': presubmit.handle_comment,
46 'newchange': presubmit.handle_change,
47 'newpatchset': presubmit.handle_change,
49 'abandon': presubmit.skip_handler,
50 'merge-failed': presubmit.skip_handler,
51 'merged': presubmit.skip_handler,
52 'restore': presubmit.skip_handler,
53 'revert': presubmit.skip_handler,
test_tasks.py 4 import presubmit
8 @mock.patch('presubmit.contains_bionicbb')
9 @mock.patch('presubmit.contains_cleanspec')
20 self.assertFalse(presubmit.should_skip_build({
26 @mock.patch('presubmit.contains_bionicbb')
27 @mock.patch('presubmit.contains_cleanspec')
38 self.assertTrue(presubmit.should_skip_build({
44 @mock.patch('presubmit.contains_bionicbb')
45 @mock.patch('presubmit.contains_cleanspec')
56 self.assertTrue(presubmit.should_skip_build(
    [all...]
  /test/vts-testcase/kernel/linux_kselftest/presubmit/
Android.mk 24 VTS_CONFIG_SRC_DIR := testcases/kernel/linux_kselftest/presubmit