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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Linux_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.gpu.fyi", 8 "chromium.gpu.fyi",
9 "--builder", 9 "--builder",
10 "GPU Linux Builder", 10 "GPU Linux Builder",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "GPU Linux Builder", 313 "GPU Linux Builder",
314 "--config-file", 314 "--config-file",
315 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 315 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
316 "--goma-dir", 316 "--goma-dir",
317 "[CACHE]/cipd/goma", 317 "[CACHE]/cipd/goma",
318 "--swarming-targets-file", 318 "--swarming-targets-file",
319 "browser_tests\n", 319 "browser_tests\n",
320 "//out/Release" 320 "//out/Release"
321 ], 321 ],
322 "cwd": "[SLAVE_BUILD]", 322 "cwd": "[SLAVE_BUILD]",
323 "env": {
324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
325 },
323 "name": "generate_build_files", 326 "name": "generate_build_files",
324 "~followup_annotations": [ 327 "~followup_annotations": [
325 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 328 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
326 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 329 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
327 ] 330 ]
328 }, 331 },
329 { 332 {
330 "cmd": [ 333 "cmd": [
331 "python", 334 "python",
332 "-u", 335 "-u",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "~followup_annotations": [ 567 "~followup_annotations": [
565 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" 568 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@"
566 ] 569 ]
567 }, 570 },
568 { 571 {
569 "name": "$result", 572 "name": "$result",
570 "recipe_result": null, 573 "recipe_result": null,
571 "status_code": 0 574 "status_code": 0
572 } 575 }
573 ] 576 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698