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

Unified Diff: scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.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_upload_logs.json
diff --git a/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json b/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
index cfac8684047c9313327b8a8b404f259323eb3d61..1549a718a2f355e9058c2fc9aa62f83439db81ce 100644
--- a/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
+++ b/scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json
@@ -90,6 +90,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