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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_debug__gn_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Win64 Debug (GN)", 10 "Win64 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 "C:\\creds\\service_accounts\\service-account-goma-client.json",
124 "--goma-dir", 122 "--goma-dir",
125 "[BUILD]\\goma", 123 "[BUILD]\\goma",
126 "--", 124 "--",
127 "all" 125 "all"
128 ], 126 ],
129 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
130 "name": "compile", 128 "name": "compile",
131 "~followup_annotations": [ 129 "~followup_annotations": [
132 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
133 "@@@STEP_LOG_END@json.output (invalid)@@@" 131 "@@@STEP_LOG_END@json.output (invalid)@@@"
134 ] 132 ]
135 }, 133 },
136 { 134 {
137 "name": "$result", 135 "name": "$result",
138 "recipe_result": null, 136 "recipe_result": null,
139 "status_code": 0 137 "status_code": 0
140 } 138 }
141 ] 139 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698