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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: masters/master.tryserver.client.custom_tabs_client/builders.pyl
diff --git a/masters/master.tryserver.client.custom_tabs_client/builders.pyl b/masters/master.tryserver.client.custom_tabs_client/builders.pyl
new file mode 100644
index 0000000000000000000000000000000000000000..59c49e160376b059ef87967665393cdb76bc21bc
--- /dev/null
+++ b/masters/master.tryserver.client.custom_tabs_client/builders.pyl
@@ -0,0 +1,24 @@
+{
+ "builders": {
+ "Custom Tabs Linux Tryserver": {
+ "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
+ "slave_pools": ["linux_slave_pool"],
+ "slavebuilddir": "custom_tabs_client",
+ },
+ },
+ "master_base_class": "Master4a",
+ "master_classname": "CustomTabsClientTryserver",
+ "master_port": 20400,
+ "master_port_alt": 40400,
+ "master_type": "tryserver",
+ "slave_port": 30400,
+ "slave_pools": {
+ "linux_slave_pool": {
+ "slave_data": {
+ "bits": 64,
+ "os": "linux",
+ "version": "trusty",
+ },
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
+ },
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698