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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64.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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "CrWinClang64", 278 "CrWinClang64",
279 "--config-file", 279 "--config-file",
280 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 280 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
281 "--goma-dir", 281 "--goma-dir",
282 "[CACHE]\\cipd\\goma", 282 "[CACHE]\\cipd\\goma",
283 "--swarming-targets-file", 283 "--swarming-targets-file",
284 "browser_tests\n", 284 "browser_tests\n",
285 "//out/Release_x64" 285 "//out/Release_x64"
286 ], 286 ],
287 "cwd": "[SLAVE_BUILD]", 287 "cwd": "[SLAVE_BUILD]",
288 "env": {
289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
290 },
288 "name": "generate_build_files", 291 "name": "generate_build_files",
289 "~followup_annotations": [ 292 "~followup_annotations": [
290 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 293 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
291 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 294 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
292 ] 295 ]
293 }, 296 },
294 { 297 {
295 "allow_subannotations": true, 298 "allow_subannotations": true,
296 "cmd": [ 299 "cmd": [
297 "python", 300 "python",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "~followup_annotations": [ 448 "~followup_annotations": [
446 "@@@STEP_TEXT@CrWinClang64 tester@@@" 449 "@@@STEP_TEXT@CrWinClang64 tester@@@"
447 ] 450 ]
448 }, 451 },
449 { 452 {
450 "name": "$result", 453 "name": "$result",
451 "recipe_result": null, 454 "recipe_result": null,
452 "status_code": 0 455 "status_code": 0
453 } 456 }
454 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698