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

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

Powered by Google App Engine
This is Rietveld 408576698