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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_Mac_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", 8 "chromium.gpu",
9 "--builder", 9 "--builder",
10 "GPU Mac Builder", 10 "GPU Mac Builder",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "GPU Mac Builder", 280 "GPU Mac Builder",
281 "--config-file", 281 "--config-file",
282 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 282 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
283 "--goma-dir", 283 "--goma-dir",
284 "[CACHE]/cipd/goma", 284 "[CACHE]/cipd/goma",
285 "--swarming-targets-file", 285 "--swarming-targets-file",
286 "browser_tests\n", 286 "browser_tests\n",
287 "//out/Release" 287 "//out/Release"
288 ], 288 ],
289 "cwd": "[SLAVE_BUILD]", 289 "cwd": "[SLAVE_BUILD]",
290 "env": {
291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
292 },
290 "name": "generate_build_files", 293 "name": "generate_build_files",
291 "~followup_annotations": [ 294 "~followup_annotations": [
292 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 295 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
293 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 296 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
294 ] 297 ]
295 }, 298 },
296 { 299 {
297 "allow_subannotations": true, 300 "allow_subannotations": true,
298 "cmd": [ 301 "cmd": [
299 "python", 302 "python",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "~followup_annotations": [ 476 "~followup_annotations": [
474 "@@@STEP_TEXT@Mac 10.10 Retina Release (AMD)@@@" 477 "@@@STEP_TEXT@Mac 10.10 Retina Release (AMD)@@@"
475 ] 478 ]
476 }, 479 },
477 { 480 {
478 "name": "$result", 481 "name": "$result",
479 "recipe_result": null, 482 "recipe_result": null,
480 "status_code": 0 483 "status_code": 0
481 } 484 }
482 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698