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

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: 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 "builders": {
3 "Custom Tabs Linux Tryserver": {
4 "recipe": "custom_tabs_client",
ghost stip (do not use) 2015/09/15 19:42:26 you should add a scheduler here see https://chrom
pasko 2015/09/16 11:32:16 Trying. Added '"scheduler": None,' and '"scheduler
5 "slave_pools": ["linux_slave_pool"],
6 "slavebuilddir": "custom_tabs_client",
7 },
8 },
9 "master_base_class": "Master4a",
10 "master_classname": "CustomTabsClientTryserver",
11 "master_port": 20400,
12 "master_port_alt": 40400,
13 "master_type": "tryserver",
14 "slave_port": 30400,
15 "slave_pools": {
16 "linux_slave_pool": {
17 "slave_data": {
18 "bits": 64,
19 "os": "linux",
20 "version": "trusty",
21 },
ghost stip (do not use) 2015/09/15 19:42:26 "slaves": ["coolbot-a1"], see https://chromium.go
pasko 2015/09/16 11:32:16 OK, I added '"slaves": ["unknown"]' because the sl
22 },
23 },
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698