Home
last modified time | relevance | path

Searched refs:presubmit (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/pigweed/pw_presubmit/
Ddocs.rst6 The presubmit module provides Python tools for running presubmit checks and
7 checking and fixing code format. It also includes the presubmit check script for
12 tools for setting up high quality presubmit checks for any project. We use this
13 framework to run Pigweed’s presubmit on our workstations and in our automated
26 The ``pw_presubmit`` package includes presubmit checks that can be used with any
45 Creating a presubmit check for your project
47 Creating a presubmit check for a project using ``pw_presubmit`` is simple, but
48 requires some customization. Projects must define their own presubmit check
51 A project's presubmit script can be registered as a
53 presubmit``.
[all …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dcli.py23 from pw_presubmit import git_repo, presubmit
56 programs: presubmit.Programs, default: str):
57 def presubmit_program(arg: str) -> presubmit.Program:
97 programs: Optional[presubmit.Programs] = None,
196 if presubmit.run(program,
/external/autotest/server/site_tests/cheets_CTS_P/
Dcontrol.9.0_r14.arm.wm-presubmit8 NAME = 'cheets_CTS_P.9.0_r14.arm.wm-presubmit'
15 DOC = 'Run module wm-presubmit of the Android Compatibility Test Suite (CTS) using arm ABI in the A…
23 tag='9.0_r14.arm.wm-presubmit',
24 test_name='cheets_CTS_P.9.0_r14.arm.wm-presubmit',
27 target_module='wm-presubmit',
Dcontrol.9.0_r14.x86.wm-presubmit8 NAME = 'cheets_CTS_P.9.0_r14.x86.wm-presubmit'
15 DOC = 'Run module wm-presubmit of the Android Compatibility Test Suite (CTS) using x86 ABI in the A…
23 tag='9.0_r14.x86.wm-presubmit',
24 test_name='cheets_CTS_P.9.0_r14.x86.wm-presubmit',
27 target_module='wm-presubmit',
/external/pigweed/pw_presubmit/py/
Dpresubmit_test.py19 from pw_presubmit import presubmit
33 self._programs = presubmit.Programs(
39 self.assertEqual({}, presubmit.Programs())
/external/autotest/test_suites/
Dcontrol.sb65-presubmit6 NAME = "sb65-presubmit"
15 Suite for kicking off the SB65 presubmit testing.
23 args_dict['name'] = 'sb65-presubmit'
Dcontrol.brillo-presubmit6 NAME = "brillo-presubmit"
15 Suite for kicking off the Brillo presubmit testing. Runs on emulators and
25 args_dict['name'] = 'brillo-presubmit'
/external/pigweed/
DCONTRIBUTING.md21 * Install the Pigweed presubmit check hook (`pw presubmit --install`).
26 1. Run `pw presubmit` (see below) to detect style or compilation issues before
148 To run automated presubmit checks on a pending CL, click the `CQ DRY RUN` button
156 In addition to the publicly visible presubmit checks, Pigweed runs internal
157 presubmit checks that are only visible within Google. If any these checks fail,
164 In addition to Pigweed's presubmit checks, some projects that use Pigweed run
165 their presubmit checks in Pigweed's infrastructure. This supports a development
184 changes. If a change passes all presubmit checks except for known failures, the
190 To speed up the review process, consider adding `pw presubmit` as a git push
195 $ pw presubmit --install
[all …]
DPW_PLUGINS13 # Pigweed's presubmit check script
16 presubmit pw_presubmit.pigweed_presubmit main
/external/perfetto/
DTEST_MAPPING2 "presubmit": [
6 // Additional presubmit tests that explicitly exercise
/external/tremolo/
DTEST_MAPPING2 "presubmit": [
9 "dynamic-presubmit": [
/external/crosvm/kvm_sys/
DTEST_MAPPING3 // These tests passed locally but failed in TreeHugger presubmit runner.
4 // "presubmit": [
/external/crosvm/kvm/
DTEST_MAPPING3 // These tests passed locally but failed in TreeHugger presubmit runner.
4 // "presubmit": [
/external/libtextclassifier/
DTEST_MAPPING2 "presubmit": [
21 "mainline-presubmit": [
/external/wycheproof/java/com/google/security/wycheproof/
DWycheproofRunner.java139 Presubmit presubmit; field in WycheproofRunner.ExcludeTestFilter
145 this.presubmit = runnerClass.getAnnotation(Presubmit.class); in ExcludeTestFilter()
171 if (presubmit != null) { in isOkayToRunTest()
/external/skqp/site/dev/contrib/
Dcqkeywords.md15 presubmit check), and will close the issue instead of committing it.
56 If you want to skip the presubmit checks, add the following line to the CL description:
67 …our change and will commit the CL as soon as the tree is open, assuming the presubmit check passes.
/external/skia/site/docs/dev/contrib/
Dcqkeywords.md30 presubmit check), and will close the issue instead of committing it.
84 If you want to skip the presubmit checks, add the following line to the CL description:
98 soon as the tree is open, assuming the presubmit check passes.
/external/autotest/server/site_tests/provision_CheetsUpdate/
DREADME.md38 [presubmit](https://atp.googleplex.com/tests/arc++/presubmit?state=COMPLETED&testLabelName=PRESUBMI…
/external/puffin/
DTEST_MAPPING2 "presubmit": [
/external/noto-fonts/
DTEST_MAPPING2 "presubmit": [
/external/tensorflow/tensorflow/lite/delegates/nnapi/
DTEST_MAPPING2 "presubmit": [
/external/libpng/
DTEST_MAPPING2 "presubmit": [
/external/mime-support/
DTEST_MAPPING2 "presubmit": [
/external/libjpeg-turbo/
DTEST_MAPPING2 "presubmit": [
/external/unicode/
DTEST_MAPPING2 "presubmit": [

1234567891011