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

Unified Diff: scripts/slave/recipe_modules/goma/example.expected/linux.json

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: fix pylint Created 4 years, 1 month 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/recipe_modules/goma/example.expected/linux.json
diff --git a/scripts/slave/recipe_modules/goma/example.expected/linux.json b/scripts/slave/recipe_modules/goma/example.expected/linux.json
index ca97ca65ed39484f1f698f9ee3c192ae84cfdd97..cddc2f8a783371a27ad0155854ba84d9dc912810 100644
--- a/scripts/slave/recipe_modules/goma/example.expected/linux.json
+++ b/scripts/slave/recipe_modules/goma/example.expected/linux.json
@@ -152,10 +152,10 @@
{
"cmd": [
"ninja",
- "-C",
- "out/Release",
"-j",
- "500"
+ "50",
+ "-C",
+ "out/Release"
],
"name": "ninja"
},
@@ -228,7 +228,7 @@
"--ninja-log-compiler",
"goma",
"--ninja-log-command",
- "['ninja', '-C', 'out/Release', '-j', '500']",
+ "['ninja', '-j', 50, '-C', 'out/Release']",
"--ninja-log-exit-status",
"0",
"--goma-stats-file",

Powered by Google App Engine
This is Rietveld 408576698