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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_debug__gn_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Mac64 Debug (GN)", 10 "Mac64 Debug (GN)",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "--src-dir", 112 "--src-dir",
113 "[SLAVE_BUILD]/src", 113 "[SLAVE_BUILD]/src",
114 "--goma-cache-dir", 114 "--goma-cache-dir",
115 "[GOMA_CACHE]", 115 "[GOMA_CACHE]",
116 "--build-tool", 116 "--build-tool",
117 "ninja", 117 "ninja",
118 "--compiler", 118 "--compiler",
119 "goma-clang", 119 "goma-clang",
120 "--goma-jsonstatus", 120 "--goma-jsonstatus",
121 "/path/to/tmp/json", 121 "/path/to/tmp/json",
122 "--goma-service-account-json-file",
123 "/creds/service_accounts/service-account-goma-client.json",
122 "--goma-dir", 124 "--goma-dir",
123 "[BUILD]/goma", 125 "[BUILD]/goma",
124 "--", 126 "--",
125 "all" 127 "all"
126 ], 128 ],
127 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
128 "name": "compile", 130 "name": "compile",
129 "~followup_annotations": [ 131 "~followup_annotations": [
130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 132 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
131 "@@@STEP_LOG_END@json.output (invalid)@@@" 133 "@@@STEP_LOG_END@json.output (invalid)@@@"
132 ] 134 ]
133 }, 135 },
134 { 136 {
135 "name": "$result", 137 "name": "$result",
136 "recipe_result": null, 138 "recipe_result": null,
137 "status_code": 0 139 "status_code": 0
138 } 140 }
139 ] 141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698