Home
last modified time | relevance | path

Searched refs:buildbot (Results 1 – 25 of 41) sorted by relevance

12

/external/toolchain-utils/cros_utils/
Dbuildbot_json.py1014 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/
Dcodesearch.md16 [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/
DHowToAddABuilder.rst25 #. 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``
Dindex.rst150 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/python/cpython2/Tools/buildbot/
Dbuildmsi.bat1 @rem Used by the buildbot "buildmsi" step.
3 cmd /c Tools\buildbot\external.bat
Dbuild-amd64.bat1 @rem Formerly used by the buildbot "compile" step.
Dclean-amd64.bat1 @rem Formerly used by the buildbot "clean" step.
Dtest-amd64.bat1 @rem Formerly used by the buildbot "test" step.
Dclean.bat2 rem Used by the buildbot "clean" step.
Dtest.bat2 rem Used by the buildbot "test" step.
Dbuild.bat1 @rem Used by the buildbot "compile" step.
/external/autotest/test_suites/
Dcontrol.sanity7 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.
Dcontrol.gce-smoke16 these tests run on all buildbot builds for GCE boards.
Dcontrol.smoke16 run on all buildbot builds. A test which runs as part of the smoke suite
/external/skia/site/dev/testing/
Dskialab.md74 [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
Dct.md86 …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).
Dios.md10 used by the buildbot recipes: <https://github.com/google/skia/tree/master/platform_tools/ios/bin>.
/external/skia/site/dev/sheriffing/
Dtrooper.md76 - 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
/external/toolchain-utils/automation/clients/helper/
Dchromeos.py24 buildbot = os.path.join(self._chromeos_root,
27 return cmd.Shell(buildbot, '--buildroot=%s' % self._chromeos_root,
/external/autotest/client/site_tests/desktopui_GmailLatency/
Dcontrol21 to chromium buildbot, etc). url_fetch_test is from ~chromium/src/chrome/test
/external/skia/infra/project-config/
Dcr-buildbucket.cfg2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
/external/skia/site/dev/internal/
Dindex.md25 for downloading buildbot SKPs
/external/v8/tools/
Drun-tests.py469 if options.buildbot:
530 if options.buildbot:
745 elif options.buildbot:
/external/antlr/antlr-3.4/runtime/Python/
DTODO10 - look into buildbot
/external/skia/infra/bots/
DREADME.md22 [Task Scheduler](https://skia.googlesource.com/buildbot/+/master/task_scheduler/README.md)

12