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

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

Powered by Google App Engine
This is Rietveld 408576698