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

Unified Diff: scripts/slave/recipe_modules/goma/example.expected/mac.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/mac.json
diff --git a/scripts/slave/recipe_modules/goma/example.expected/mac.json b/scripts/slave/recipe_modules/goma/example.expected/mac.json
index 2ce2f7c05fecaa519a9f95fb23a1dd1c8360b5d8..07947c0e57ed1486409aa85c1e706c539cd6d9a5 100644
--- a/scripts/slave/recipe_modules/goma/example.expected/mac.json
+++ b/scripts/slave/recipe_modules/goma/example.expected/mac.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