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

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

Issue 2291273005: Add counting the number of CPU's in goma module (Closed)
Patch Set: stop to calc in ensure_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/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 1523b2e54287b04c1f5bb4a9f8449689101543b7..485edf8d5d09e33e65007f53d27387a1783243ae 100644
--- a/scripts/slave/recipe_modules/goma/example.expected/linux.json
+++ b/scripts/slave/recipe_modules/goma/example.expected/linux.json
@@ -86,6 +86,20 @@
},
{
"cmd": [
+ "echo",
+ "80"
+ ],
+ "name": "echo goma jobs"
+ },
+ {
+ "cmd": [
+ "echo",
+ "80"
+ ],
+ "name": "echo goma jobs second"
+ },
+ {
+ "cmd": [
"python",
"-u",
"[CACHE]/cipd/goma/goma_ctl.py",

Powered by Google App Engine
This is Rietveld 408576698