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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "Android Builder (dbg)", 309 "Android Builder (dbg)",
310 "--config-file", 310 "--config-file",
311 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 311 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
312 "--goma-dir", 312 "--goma-dir",
313 "[CACHE]/cipd/goma", 313 "[CACHE]/cipd/goma",
314 "--swarming-targets-file", 314 "--swarming-targets-file",
315 "browser_tests_apk\n", 315 "browser_tests_apk\n",
316 "//out/Debug" 316 "//out/Debug"
317 ], 317 ],
318 "cwd": "[SLAVE_BUILD]", 318 "cwd": "[SLAVE_BUILD]",
319 "env": {
320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
321 },
319 "name": "generate_build_files", 322 "name": "generate_build_files",
320 "~followup_annotations": [ 323 "~followup_annotations": [
321 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", 324 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@",
322 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 325 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
323 ] 326 ]
324 }, 327 },
325 { 328 {
326 "cmd": [ 329 "cmd": [
327 "python", 330 "python",
328 "-u", 331 "-u",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "~followup_annotations": [ 456 "~followup_annotations": [
454 "@@@STEP_TEXT@Android Tests (dbg)@@@" 457 "@@@STEP_TEXT@Android Tests (dbg)@@@"
455 ] 458 ]
456 }, 459 },
457 { 460 {
458 "name": "$result", 461 "name": "$result",
459 "recipe_result": null, 462 "recipe_result": null,
460 "status_code": 0 463 "status_code": 0
461 } 464 }
462 ] 465 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698