Searched refs:buildbot (Results 1 – 25 of 32) sorted by relevance
12
/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/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 |no |skia buildbot common internal |master |hours 35 [Github][3] |basic | no |yes |skia buildbot |all |hour
|
/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``
|
D | index.rst | 150 Instructions for adding new builder to LLVM buildbot master. 481 * llvmbb - Bot for the main LLVM buildbot master. 483 * bb-chapuni - An individually run buildbot master. http://bb.pgr.jp/console 484 * smooshlab - Apple's internal buildbot master.
|
/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.
|
D | control.smoke | 16 run on all buildbot builds. A test which runs as part of the smoke suite
|
/external/skia/site/dev/testing/ |
D | skialab.md | 74 [Valentine](https://valentine/) as "Chapel Hill buildbot slave password". 94 $ python buildbot/scripts/which_devices.py 100 ### Bringing up a new buildbot host machine 102 This assumes that we're just adding a host machine for a new buildbot slave, 103 and doesn't cover how to make changes to the buildbot code to change the 111 3. Power on the machine. Be sure to kill any buildbot processes that start up, 120 Skia infra repo: https://skia.googlesource.com/buildbot/+/master/site_config/slave_hosts_cfg.py, 134 required, follow the above instructions for bringing up a new buildbot 154 $ python buildbot/scripts/which_devices.py
|
D | ct.md | 86 …ing tasks using the master scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/ma… 88 … the task using the worker scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/wo… 99 …on scripts. The framework lives in [master/ct](https://skia.googlesource.com/buildbot/+/master/ct).
|
D | ios.md | 10 used by the buildbot recipes: <https://github.com/google/skia/tree/master/platform_tools/ios/bin>.
|
D | skiagold.md | 24 is in the [Skia Infra Repository](https://github.com/google/skia-buildbot).
|
/external/skia/site/dev/sheriffing/ |
D | trooper.md | 76 - To log in to a Linux buildbot in GCE, use `gcloud compute ssh default@<machine 81 - To log in to a Windows buildbot in GCE, use 111 ~/buildbot/<slave name>/build/slave; make stop`. To start it again, 116 `ps aux | grep python` that neither buildbot nor gclient are running, then run
|
D | index.md | 32 * Understand the [buildbots infrastructure](https://skia.org/dev/testing/buildbot).
|
/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/skia/infra/bots/ |
D | README.md | 4 The scripts in this directory are ported from Skia's buildbot recipes and are
|
/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.
|
/external/skia/site/dev/internal/ |
D | index.md | 25 for downloading buildbot SKPs
|
/external/v8/tools/ |
D | run-tests.py | 459 if options.buildbot: 520 if options.buildbot: 735 elif options.buildbot:
|
D | run-deopt-fuzzer.py | 356 if options.buildbot:
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | TODO | 10 - look into buildbot
|
/external/v8/infra/mb/ |
D | mb_config.pyl | 6 # This is a map of buildbot master names -> buildbot builder names ->
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/ |
D | 2009-09-03-MDNode.ll | 235 !1 = metadata !{i32 458769, i32 0, i32 4, metadata !"concept-inst.cc", metadata !"/home/buildbot/bu… 236 …8769, i32 0, i32 4, metadata !"boost_concept_check.h", metadata !"/home/buildbot/buildslave/llvm-x…
|
/external/v8/ |
D | Makefile | 303 buildbot: target
|
/external/autotest/server/cros/dynamic_suite/ |
D | reporting.py | 176 'buildbot_stages': links.buildbot,
|
12