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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_gn_rel.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "mac_gn_rel", 10 "mac_gn_rel",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "--src-dir", 114 "--src-dir",
115 "[SLAVE_BUILD]/src", 115 "[SLAVE_BUILD]/src",
116 "--goma-cache-dir", 116 "--goma-cache-dir",
117 "[GOMA_CACHE]", 117 "[GOMA_CACHE]",
118 "--build-tool", 118 "--build-tool",
119 "ninja", 119 "ninja",
120 "--compiler", 120 "--compiler",
121 "goma-clang", 121 "goma-clang",
122 "--goma-jsonstatus", 122 "--goma-jsonstatus",
123 "/path/to/tmp/json", 123 "/path/to/tmp/json",
124 "--goma-service-account-json-file",
125 "/creds/service_accounts/service-account-goma-client.json",
126 "--goma-dir", 124 "--goma-dir",
127 "[BUILD]/goma", 125 "[BUILD]/goma",
128 "--goma-fail-fast", 126 "--goma-fail-fast",
129 "--goma-disable-local-fallback", 127 "--goma-disable-local-fallback",
130 "--", 128 "--",
131 "all" 129 "all"
132 ], 130 ],
133 "cwd": "[SLAVE_BUILD]", 131 "cwd": "[SLAVE_BUILD]",
134 "name": "compile", 132 "name": "compile",
135 "~followup_annotations": [ 133 "~followup_annotations": [
136 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 134 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
137 "@@@STEP_LOG_END@json.output (invalid)@@@" 135 "@@@STEP_LOG_END@json.output (invalid)@@@"
138 ] 136 ]
139 }, 137 },
140 { 138 {
141 "name": "$result", 139 "name": "$result",
142 "recipe_result": null, 140 "recipe_result": null,
143 "status_code": 0 141 "status_code": 0
144 } 142 }
145 ] 143 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698