Searched refs:buildbot (Results 1 – 25 of 60) sorted by relevance
123
/external/toolchain-utils/cros_utils/ |
D | buildbot_json.py | 1014 buildbot = Buildbot(url) 1015 buildbot.auto_throttle = options.throttle 1016 return options, args, buildbot 1035 options, args, buildbot = parser.parse_args(args) 1039 options.builders = buildbot.builders.keys 1041 builder = buildbot.builders[builder] 1072 options, args, buildbot = parser.parse_args(args) 1090 _, args, buildbot = parser.parse_args(args) 1096 '\'print str(buildbot)\' to explore.') % buildbot.url[:-len('/json')] 1097 local_vars = {'buildbot': buildbot, 'b': buildbot} [all …]
|
/external/llvm/docs/ |
D | HowToAddABuilder.rst | 25 #. The computer you will be registering with the LLVM buildbot 31 #. Install buildslave (currently we are using buildbot version 0.8.5). 34 `<http://trac.buildbot.net>`_ and install it manually. 46 <http://buildbot.net/buildbot/docs/current/full.html#creating-a-slave>`_ 68 buildbot documentation for help. You may want to restart your computer 73 * slaves are added to ``buildbot/osuosl/master/config/slaves.py`` 74 * builders are added to ``buildbot/osuosl/master/config/builders.py``
|
/external/libcxx/utils/docker/scripts/ |
D | run_buildbot.sh | 26 chown buildbot:buildbot $BOT_DIR 50 chown -R buildbot:buildbot $BOT_DIR
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToAddABuilder.rst | 18 * The staging buildbot at `<http://lab.llvm.org:8014>`_. All builders attached 35 #. The computer you will be registering with the LLVM buildbot 41 #. Install buildslave (currently we are using buildbot version 0.8.5). 44 `<http://trac.buildbot.net>`_ and install it manually. 56 <http://docs.buildbot.net/current/tutorial/firstrun.html#creating-a-slave>`_ 81 buildbot documentation for help. You may want to restart your computer 86 * slaves are added to ``buildbot/osuosl/master/config/slaves.py`` 87 * builders are added to ``buildbot/osuosl/master/config/builders.py`` 93 ``buildbot/osuosl/master/config/status.py``. This is particularly useful for the
|
/external/skia/site/dev/tools/ |
D | codesearch.md | 16 [buildbot](http://cs/#skia/buildbot/), [common](http://cs/#skia/common/), 21 [skia-buildbot](https://github.com/google/skia-buildbot) repos are useful for 34 [Internal][2] |regexp | no |yes |skia buildbot common internal |master |hours 35 [Github][3] |basic | no |yes |skia buildbot |all |hour
|
/external/skqp/site/dev/tools/ |
D | codesearch.md | 16 [buildbot](http://cs/#skia/buildbot/), [common](http://cs/#skia/common/), 21 [skia-buildbot](https://github.com/google/skia-buildbot) repos are useful for 34 [Internal][2] |regexp | no |yes |skia buildbot common internal |master |hours 35 [Github][3] |basic | no |yes |skia buildbot |all |hour
|
/external/python/cpython3/.github/ |
D | CONTRIBUTING.rst | 9 + `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_ 13 + `Stable buildbots <http://buildbot.python.org/3.7.stable/>`_ 17 + `Stable buildbots <http://buildbot.python.org/3.6.stable/>`_ 21 + `Stable buildbots <http://buildbot.python.org/2.7.stable/>`_
|
/external/python/cpython2/Tools/buildbot/ |
D | buildmsi.bat | 1 @rem Used by the buildbot "buildmsi" step. 3 cmd /c Tools\buildbot\external.bat
|
D | build-amd64.bat | 1 @rem Formerly used by the buildbot "compile" step.
|
D | clean-amd64.bat | 1 @rem Formerly used by the buildbot "clean" step.
|
D | clean.bat | 2 rem Used by the buildbot "clean" step.
|
D | test-amd64.bat | 1 @rem Formerly used by the buildbot "test" step.
|
D | test.bat | 2 rem Used by the buildbot "test" step.
|
D | build.bat | 1 @rem Used by the buildbot "compile" step.
|
/external/autotest/test_suites/ |
D | control.sanity | 7 PURPOSE = 'Sanity check run in buildbot to ensure the build will not break duts' 15 This suite is intended to be run by buildbot as a sanity check of the build.
|
D | control.gce-smoke | 16 these tests run on all buildbot builds for GCE boards.
|
/external/v8/infra/mb/ |
D | gn_isolate_map.pyl | 8 # This file is based on testing/buildbot/gn_isolate_map.pyl for Chromium, but 10 # See https://cs.chromium.org/chromium/src/testing/buildbot/gn_isolate_map.pyl
|
/external/python/cpython3/Tools/buildbot/ |
D | buildmsi.bat | 1 @rem Used by the buildbot "buildmsi" step.
|
D | clean.bat | 2 rem Used by the buildbot "clean" step.
|
D | build.bat | 1 @rem Used by the buildbot "compile" step.
|
D | test.bat | 2 rem Used by the buildbot "test" step.
|
/external/toolchain-utils/automation/clients/helper/ |
D | chromeos.py | 24 buildbot = os.path.join(self._chromeos_root, 27 return cmd.Shell(buildbot, '--buildroot=%s' % self._chromeos_root,
|
/external/skqp/infra/project-config/ |
D | cr-buildbucket.cfg | 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
|
/external/autotest/client/site_tests/desktopui_GmailLatency/ |
D | control | 21 to chromium buildbot, etc). url_fetch_test is from ~chromium/src/chrome/test
|
/external/skia/infra/project-config/ |
D | cr-buildbucket.cfg | 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
|
123