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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_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 "Linux64 Debug (GN)", 10 "Linux64 Debug (GN)",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "--src-dir", 92 "--src-dir",
93 "[SLAVE_BUILD]/src", 93 "[SLAVE_BUILD]/src",
94 "--goma-cache-dir", 94 "--goma-cache-dir",
95 "[GOMA_CACHE]", 95 "[GOMA_CACHE]",
96 "--build-tool", 96 "--build-tool",
97 "ninja", 97 "ninja",
98 "--compiler", 98 "--compiler",
99 "goma", 99 "goma",
100 "--goma-jsonstatus", 100 "--goma-jsonstatus",
101 "/path/to/tmp/json", 101 "/path/to/tmp/json",
102 "--goma-service-account-json-file",
103 "/creds/service_accounts/service-account-goma-client.json",
104 "--goma-dir", 102 "--goma-dir",
105 "[BUILD]/goma", 103 "[BUILD]/goma",
106 "--", 104 "--",
107 "all" 105 "all"
108 ], 106 ],
109 "cwd": "[SLAVE_BUILD]", 107 "cwd": "[SLAVE_BUILD]",
110 "name": "compile", 108 "name": "compile",
111 "~followup_annotations": [ 109 "~followup_annotations": [
112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 110 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
113 "@@@STEP_LOG_END@json.output (invalid)@@@" 111 "@@@STEP_LOG_END@json.output (invalid)@@@"
114 ] 112 ]
115 }, 113 },
116 { 114 {
117 "name": "$result", 115 "name": "$result",
118 "recipe_result": null, 116 "recipe_result": null,
119 "status_code": 0 117 "status_code": 0
120 } 118 }
121 ] 119 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698