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

Side by Side 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [], 3 "cmd": [],
4 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "[CACHE]/cipd/goma/cloudtail" 79 "[CACHE]/cipd/goma/cloudtail"
80 ], 80 ],
81 "env": { 81 "env": {
82 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 82 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
83 }, 83 },
84 "name": "start cloudtail", 84 "name": "start cloudtail",
85 "stdout": "/path/to/tmp/" 85 "stdout": "/path/to/tmp/"
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "echo",
90 "80"
91 ],
92 "name": "echo goma jobs"
93 },
94 {
95 "cmd": [
96 "echo",
97 "80"
98 ],
99 "name": "echo goma jobs second"
100 },
101 {
102 "cmd": [
89 "python", 103 "python",
90 "-u", 104 "-u",
91 "[CACHE]/cipd/goma/goma_ctl.py", 105 "[CACHE]/cipd/goma/goma_ctl.py",
92 "jsonstatus", 106 "jsonstatus",
93 "[CACHE]/cipd/goma/jsonstatus" 107 "[CACHE]/cipd/goma/jsonstatus"
94 ], 108 ],
95 "env": { 109 "env": {
96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
97 }, 111 },
98 "name": "goma_jsonstatus" 112 "name": "goma_jsonstatus"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "12345" 169 "12345"
156 ], 170 ],
157 "name": "stop cloudtail" 171 "name": "stop cloudtail"
158 }, 172 },
159 { 173 {
160 "name": "$result", 174 "name": "$result",
161 "recipe_result": null, 175 "recipe_result": null,
162 "status_code": 0 176 "status_code": 0
163 } 177 }
164 ] 178 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698