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

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: 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 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..9661f6a15734e44664a5c74e4f3b08de6128a89a
--- /dev/null
+++ b/masters/master.tryserver.client.custom_tabs_client/builders.pyl
@@ -0,0 +1,37 @@
+{
+ # Custom-tabs-client master configuration. To regenerate remaining files in
+ # this directory after making changes to this file, run:
+ # ../../scripts/tools/buildbot-tool gen .
+ "master_base_class": "Master4a",
+ "master_classname": "CustomTabsClientTryserver",
+ "master_port": 20400,
+ "master_port_alt": 40400,
+ "master_type": "tryserver",
+ "slave_port": 30400,
+ "buildbucket_bucket": "master.tryserver.client.custom_tabs_client",
+ "service_account_file": "service-account-chromium-tryserver.json",
+ "templates": ["templates", "../master.chromium/templates"],
+
+ "builders": {
+ "Custom Tabs Linux Tryserver": {
+ "recipe": "custom_tabs_client",
+ "scheduler": None,
+ "slave_pools": ["linux_slave_pool"],
+ "slavebuilddir": "custom_tabs_client",
+ },
+ },
+
+ "schedulers": {},
+
+ "slave_pools": {
+ "linux_slave_pool": {
+ "slave_data": {
+ "bits": 64,
+ "os": "linux",
+ "version": "trusty",
+ },
+ # The slave name is going to be revealed in crbug.com/532110.
+ "slaves": ["unknown"],
+ },
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698