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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_9.json

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 8 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 | Annotate | Revision Log
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 Mac10.9", 10 "WebKit Mac10.9",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "--goma-cache-dir", 294 "--goma-cache-dir",
295 "[GOMA_CACHE]", 295 "[GOMA_CACHE]",
296 "--build-tool", 296 "--build-tool",
297 "ninja", 297 "ninja",
298 "--build-data-dir", 298 "--build-data-dir",
299 "[ROOT]/build_data_dir", 299 "[ROOT]/build_data_dir",
300 "--compiler", 300 "--compiler",
301 "goma-clang", 301 "goma-clang",
302 "--goma-jsonstatus", 302 "--goma-jsonstatus",
303 "/path/to/tmp/json", 303 "/path/to/tmp/json",
304 "--goma-service-account-json-file",
305 "/creds/service_accounts/service-account-goma-client.json",
304 "--goma-dir", 306 "--goma-dir",
305 "[CACHE]/cipd/goma", 307 "[CACHE]/cipd/goma",
306 "--", 308 "--",
307 "blink_tests" 309 "blink_tests"
308 ], 310 ],
309 "cwd": "[SLAVE_BUILD]", 311 "cwd": "[SLAVE_BUILD]",
310 "name": "compile", 312 "name": "compile",
311 "~followup_annotations": [ 313 "~followup_annotations": [
312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
313 "@@@STEP_LOG_END@json.output (invalid)@@@" 315 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", 404 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@",
403 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" 405 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@"
404 ] 406 ]
405 }, 407 },
406 { 408 {
407 "name": "$result", 409 "name": "$result",
408 "recipe_result": null, 410 "recipe_result": null,
409 "status_code": 0 411 "status_code": 0
410 } 412 }
411 ] 413 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698