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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.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, 7 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "chromium.chrome", 239 "chromium.chrome",
240 "-b", 240 "-b",
241 "Google Chrome Win", 241 "Google Chrome Win",
242 "--config-file", 242 "--config-file",
243 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 243 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
244 "--goma-dir", 244 "--goma-dir",
245 "[CACHE]\\cipd\\goma", 245 "[CACHE]\\cipd\\goma",
246 "//out/Release" 246 "//out/Release"
247 ], 247 ],
248 "cwd": "[SLAVE_BUILD]", 248 "cwd": "[SLAVE_BUILD]",
249 "env": {
250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
251 },
249 "name": "generate_build_files" 252 "name": "generate_build_files"
250 }, 253 },
251 { 254 {
252 "cmd": [ 255 "cmd": [
253 "python", 256 "python",
254 "-u", 257 "-u",
255 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 258 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
256 "--show-path", 259 "--show-path",
257 "python", 260 "python",
258 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 261 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ], 339 ],
337 "cwd": "[SLAVE_BUILD]", 340 "cwd": "[SLAVE_BUILD]",
338 "name": "process_dumps" 341 "name": "process_dumps"
339 }, 342 },
340 { 343 {
341 "name": "$result", 344 "name": "$result",
342 "recipe_result": null, 345 "recipe_result": null,
343 "status_code": 0 346 "status_code": 0
344 } 347 }
345 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698