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

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: biuldbucket stuff 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 "buildbucket_bucket": "master.tryserver.client.custom_tabs_client",
12 "service_account_file": "service-account-chromium-tryserver.json",
13 "templates": ["templates", "../master.chromium/templates"],
14
15 "builders": {
16 "Custom Tabs Linux Tryserver": {
17 "recipe": "custom_tabs_client",
18 "scheduler": None,
19 "slave_pools": ["linux_slave_pool"],
20 "slavebuilddir": "custom_tabs_client",
21 },
22 },
23
24 "schedulers": {},
25
26 "slave_pools": {
27 "linux_slave_pool": {
28 "slave_data": {
29 "bits": 64,
30 "os": "linux",
31 "version": "trusty",
32 },
33 # The slave name is going to be revealed in crbug.com/532110.
34 "slaves": ["unknown"],
35 },
36 },
37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698