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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_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, 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.android", 8 "chromium.android",
9 "--builder", 9 "--builder",
10 "Android Swarm Builder", 10 "Android Swarm Builder",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "Android Swarm Builder", 308 "Android Swarm Builder",
309 "--config-file", 309 "--config-file",
310 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 310 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
311 "--goma-dir", 311 "--goma-dir",
312 "[CACHE]/cipd/goma", 312 "[CACHE]/cipd/goma",
313 "--swarming-targets-file", 313 "--swarming-targets-file",
314 "browser_tests_apk\n", 314 "browser_tests_apk\n",
315 "//out/Release" 315 "//out/Release"
316 ], 316 ],
317 "cwd": "[SLAVE_BUILD]", 317 "cwd": "[SLAVE_BUILD]",
318 "env": {
319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
320 },
318 "name": "generate_build_files", 321 "name": "generate_build_files",
319 "~followup_annotations": [ 322 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", 323 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@",
321 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 324 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
322 ] 325 ]
323 }, 326 },
324 { 327 {
325 "cmd": [ 328 "cmd": [
326 "python", 329 "python",
327 "-u", 330 "-u",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 478 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
476 "@@@STEP_LOG_END@python.inline@@@" 479 "@@@STEP_LOG_END@python.inline@@@"
477 ] 480 ]
478 }, 481 },
479 { 482 {
480 "name": "$result", 483 "name": "$result",
481 "recipe_result": null, 484 "recipe_result": null,
482 "status_code": 0 485 "status_code": 0
483 } 486 }
484 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698