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

Unified Diff: masters/master.chromium.chromiumos/builders.pyl

Issue 2158833003: chromium.chromiumos: convert to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.chromiumos/builders.pyl
diff --git a/masters/master.chromium.chromiumos/builders.pyl b/masters/master.chromium.chromiumos/builders.pyl
index 5b163bd3bef41989732304c652a236148d4e8b4f..9bf8e1eeaf60356a9c2d53f419be871230bbd89d 100644
--- a/masters/master.chromium.chromiumos/builders.pyl
+++ b/masters/master.chromium.chromiumos/builders.pyl
@@ -6,9 +6,15 @@
"pubsub_service_account_file": "service-account-luci-milo.json",
"templates": ["templates", "../master.chromium/templates"],
+ "default_remote_run_properties": {
+ "path_config": "kitchen",
+ },
+ "default_remote_run_repository": "https://chromium.googlesource.com/chromium/tools/build.git",
+
"builders": {
"Linux ChromiumOS Full": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_full"],
"category": "1default",
@@ -16,12 +22,14 @@
"Linux ChromiumOS Builder": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_builder"],
"category": "1default",
},
"Linux ChromiumOS Tests (1)": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": None,
"slave_pools": ["linux_tester_1"],
"category": "1default",
@@ -29,12 +37,14 @@
"Linux ChromiumOS GN": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_gn"],
"category": "2gn",
},
"Linux ChromiumOS GN (dbg)": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_gn_dbg"],
"category": "2gn",
@@ -42,12 +52,14 @@
"Linux ChromiumOS Ozone Builder": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_ozone"],
"category": "3ozone",
},
"Linux ChromiumOS Ozone Tests (1)": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": None,
"slave_pools": ["linux_ozone_tests_1"],
"category": "3ozone",
@@ -55,12 +67,14 @@
"Linux ChromiumOS Builder (dbg)": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_dbg"],
"category": "4debug",
},
"Linux ChromiumOS Tests (dbg)(1)": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": None,
"slave_pools": ["linux_dbg_tests_1"],
"category": "4debug",
@@ -69,18 +83,21 @@
# Simplechrome CrOS builders.
"ChromiumOS x86-generic Compile": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_simplechrome_x86_generic"],
"category": "5simplechrome",
},
"ChromiumOS amd64-generic Compile": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_simplechrome_amd64_generic"],
"category": "5simplechrome",
},
"ChromiumOS daisy Compile": {
"recipe": "chromium",
+ "use_remote_run": True,
"scheduler": "chromium",
"slave_pools": ["linux_simplechrome_daisy"],
"category": "5simplechrome",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698