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

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

Issue 1909483002: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "--src-dir", 292 "--src-dir",
293 "[SLAVE_BUILD]/src", 293 "[SLAVE_BUILD]/src",
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 "--compiler", 298 "--compiler",
299 "goma-clang", 299 "goma-clang",
300 "--goma-jsonstatus", 300 "--goma-jsonstatus",
301 "/path/to/tmp/json", 301 "/path/to/tmp/json",
302 "--goma-service-account-json-file",
303 "/creds/service_accounts/service-account-goma-client.json",
302 "--goma-dir", 304 "--goma-dir",
303 "[BUILD]/goma", 305 "[BUILD]/goma",
304 "--", 306 "--",
305 "blink_tests" 307 "blink_tests"
306 ], 308 ],
307 "cwd": "[SLAVE_BUILD]", 309 "cwd": "[SLAVE_BUILD]",
308 "name": "compile", 310 "name": "compile",
309 "~followup_annotations": [ 311 "~followup_annotations": [
310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
311 "@@@STEP_LOG_END@json.output (invalid)@@@" 313 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", 402 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@",
401 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" 403 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@"
402 ] 404 ]
403 }, 405 },
404 { 406 {
405 "name": "$result", 407 "name": "$result",
406 "recipe_result": null, 408 "recipe_result": null,
407 "status_code": 0 409 "status_code": 0
408 } 410 }
409 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698