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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.json

Issue 2315653002: Do not start goma in ChromeOS gclient runhook if gomadir is given. (Closed)
Patch Set: fixed mistake not --goma-start but --nostart-goma. Created 4 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: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.json b/scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.json
index eeab81eaa8ef59c60628f32122cd8f739d651ee2..28e308c38cd72008d86cafc4f83d18acafbfe869 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.json
@@ -197,6 +197,7 @@
"--clear-sdk-cache",
"--gomadir",
"[CACHE]/cipd/goma",
+ "--nostart-goma",
"--",
"python",
"-u",
@@ -269,6 +270,7 @@
"--clear-sdk-cache",
"--gomadir",
"[CACHE]/cipd/goma",
+ "--nostart-goma",
"--",
"python",
"-u",
@@ -299,6 +301,7 @@
"--use-external-config",
"--gomadir",
"[CACHE]/cipd/goma",
+ "--nostart-goma",
"--",
"python",
"-u",

Powered by Google App Engine
This is Rietveld 408576698