Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Side by Side Diff: masters/master.tryserver.client.custom_tabs_client/builders.pyl

Issue 1345803002: Master configuration for the custom-tabs-client CQ (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: added the master name to tests/ Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 # Custom-tabs-client master configuration. To regenerate remaining files in
3 # this directory after making changes to this file, run:
4 # ../../scripts/tools/buildbot-tool gen .
5 "master_base_class": "Master4a",
6 "master_classname": "CustomTabsClientTryserver",
7 "master_port": 20400,
8 "master_port_alt": 40400,
9 "master_type": "tryserver",
10 "slave_port": 30400,
11 "templates": ["templates", "../master.chromium/templates"],
12
nodir 2015/09/17 16:40:24 add buildbucket_bucket: "master.tryserver.clien
nodir 2015/09/17 17:55:33 correction: "service-account-chromium-tryserver.js
pasko 2015/09/17 18:05:54 Done.
13 "builders": {
14 "Custom Tabs Linux Tryserver": {
15 "recipe": "custom_tabs_client",
16 "scheduler": None,
17 "slave_pools": ["linux_slave_pool"],
18 "slavebuilddir": "custom_tabs_client",
19 },
20 },
21
22 "schedulers": {},
23
24 "slave_pools": {
25 "linux_slave_pool": {
26 "slave_data": {
27 "bits": 64,
28 "os": "linux",
29 "version": "trusty",
30 },
31 # The slave name is going to be revealed in crbug.com/532110.
32 "slaves": ["unknown"],
33 },
34 },
35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698