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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_Aura.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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "Win8 Aura", 279 "Win8 Aura",
280 "--config-file", 280 "--config-file",
281 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 281 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
282 "--goma-dir", 282 "--goma-dir",
283 "[CACHE]\\cipd\\goma", 283 "[CACHE]\\cipd\\goma",
284 "--swarming-targets-file", 284 "--swarming-targets-file",
285 "browser_tests\n", 285 "browser_tests\n",
286 "//out/Release" 286 "//out/Release"
287 ], 287 ],
288 "cwd": "[SLAVE_BUILD]", 288 "cwd": "[SLAVE_BUILD]",
289 "env": {
290 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
291 },
289 "name": "generate_build_files", 292 "name": "generate_build_files",
290 "~followup_annotations": [ 293 "~followup_annotations": [
291 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 294 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
292 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 295 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
293 ] 296 ]
294 }, 297 },
295 { 298 {
296 "cmd": [ 299 "cmd": [
297 "python", 300 "python",
298 "-u", 301 "-u",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 ], 440 ],
438 "cwd": "[SLAVE_BUILD]", 441 "cwd": "[SLAVE_BUILD]",
439 "name": "process_dumps" 442 "name": "process_dumps"
440 }, 443 },
441 { 444 {
442 "name": "$result", 445 "name": "$result",
443 "recipe_result": null, 446 "recipe_result": null,
444 "status_code": 0 447 "status_code": 0
445 } 448 }
446 ] 449 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698