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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux__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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux (dbg)", 10 "WebKit Linux (dbg)",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "WebKit Linux (dbg)", 272 "WebKit Linux (dbg)",
273 "--config-file", 273 "--config-file",
274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
275 "--goma-dir", 275 "--goma-dir",
276 "[CACHE]/cipd/goma", 276 "[CACHE]/cipd/goma",
277 "--swarming-targets-file", 277 "--swarming-targets-file",
278 "browser_tests\n", 278 "browser_tests\n",
279 "//out/Debug" 279 "//out/Debug"
280 ], 280 ],
281 "cwd": "[SLAVE_BUILD]", 281 "cwd": "[SLAVE_BUILD]",
282 "env": {
283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
284 },
282 "name": "generate_build_files", 285 "name": "generate_build_files",
283 "~followup_annotations": [ 286 "~followup_annotations": [
284 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 287 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
285 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 288 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
286 ] 289 ]
287 }, 290 },
288 { 291 {
289 "cmd": [ 292 "cmd": [
290 "python", 293 "python",
291 "-u", 294 "-u",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 489 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
487 "@@@STEP_LOG_END@python.inline@@@" 490 "@@@STEP_LOG_END@python.inline@@@"
488 ] 491 ]
489 }, 492 },
490 { 493 {
491 "name": "$result", 494 "name": "$result",
492 "recipe_result": null, 495 "recipe_result": null,
493 "status_code": 0 496 "status_code": 0
494 } 497 }
495 ] 498 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698