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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_rel.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 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_rel", 10 "mac_blink_rel",
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "tryserver.blink", 322 "tryserver.blink",
323 "-b", 323 "-b",
324 "mac_blink_rel", 324 "mac_blink_rel",
325 "--config-file", 325 "--config-file",
326 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 326 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
327 "--goma-dir", 327 "--goma-dir",
328 "[CACHE]/cipd/goma", 328 "[CACHE]/cipd/goma",
329 "//out/Release" 329 "//out/Release"
330 ], 330 ],
331 "cwd": "[SLAVE_BUILD]", 331 "cwd": "[SLAVE_BUILD]",
332 "env": {
333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
334 },
332 "name": "generate_build_files (with patch)" 335 "name": "generate_build_files (with patch)"
333 }, 336 },
334 { 337 {
335 "allow_subannotations": true, 338 "allow_subannotations": true,
336 "cmd": [ 339 "cmd": [
337 "python", 340 "python",
338 "-u", 341 "-u",
339 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 342 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
340 "--src-dir", 343 "--src-dir",
341 "[SLAVE_BUILD]/src", 344 "[SLAVE_BUILD]/src",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", 471 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@",
469 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@" 472 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@"
470 ] 473 ]
471 }, 474 },
472 { 475 {
473 "name": "$result", 476 "name": "$result",
474 "recipe_result": null, 477 "recipe_result": null,
475 "status_code": 0 478 "status_code": 0
476 } 479 }
477 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698