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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_builder.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too Created 4 years, 8 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "tryserver.chromium.perf", 201 "tryserver.chromium.perf",
202 "-b", 202 "-b",
203 "winx64_bisect_builder", 203 "winx64_bisect_builder",
204 "--config-file", 204 "--config-file",
205 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 205 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
206 "--goma-dir", 206 "--goma-dir",
207 "[CACHE]\\cipd\\goma", 207 "[CACHE]\\cipd\\goma",
208 "//out/Release_x64" 208 "//out/Release_x64"
209 ], 209 ],
210 "cwd": "[SLAVE_BUILD]", 210 "cwd": "[SLAVE_BUILD]",
211 "env": {
212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
213 },
211 "name": "generate_build_files" 214 "name": "generate_build_files"
212 }, 215 },
213 { 216 {
214 "cmd": [ 217 "cmd": [
215 "python", 218 "python",
216 "-u", 219 "-u",
217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
218 "--show-path", 221 "--show-path",
219 "python", 222 "python",
220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 223 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 ], 319 ],
317 "cwd": "[SLAVE_BUILD]", 320 "cwd": "[SLAVE_BUILD]",
318 "name": "process_dumps" 321 "name": "process_dumps"
319 }, 322 },
320 { 323 {
321 "name": "$result", 324 "name": "$result",
322 "recipe_result": null, 325 "recipe_result": null,
323 "status_code": 0 326 "status_code": 0
324 } 327 }
325 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698