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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GN.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.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac GN", 10 "Mac GN",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "Mac GN", 270 "Mac GN",
271 "--config-file", 271 "--config-file",
272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
273 "--goma-dir", 273 "--goma-dir",
274 "[CACHE]/cipd/goma", 274 "[CACHE]/cipd/goma",
275 "--swarming-targets-file", 275 "--swarming-targets-file",
276 "browser_tests\n", 276 "browser_tests\n",
277 "//out/Release" 277 "//out/Release"
278 ], 278 ],
279 "cwd": "[SLAVE_BUILD]", 279 "cwd": "[SLAVE_BUILD]",
280 "env": {
281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
282 },
280 "name": "generate_build_files", 283 "name": "generate_build_files",
281 "~followup_annotations": [ 284 "~followup_annotations": [
282 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 285 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
283 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 286 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
284 ] 287 ]
285 }, 288 },
286 { 289 {
287 "allow_subannotations": true, 290 "allow_subannotations": true,
288 "cmd": [ 291 "cmd": [
289 "python", 292 "python",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 443 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
441 "@@@STEP_LOG_END@python.inline@@@" 444 "@@@STEP_LOG_END@python.inline@@@"
442 ] 445 ]
443 }, 446 },
444 { 447 {
445 "name": "$result", 448 "name": "$result",
446 "recipe_result": null, 449 "recipe_result": null,
447 "status_code": 0 450 "status_code": 0
448 } 451 }
449 ] 452 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698