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

Side by Side Diff: scripts/slave/recipes/nacl/sdk.expected/basic.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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "--src-dir", 140 "--src-dir",
141 "[SLAVE_BUILD]/src", 141 "[SLAVE_BUILD]/src",
142 "--goma-cache-dir", 142 "--goma-cache-dir",
143 "[GOMA_CACHE]", 143 "[GOMA_CACHE]",
144 "--build-tool", 144 "--build-tool",
145 "ninja", 145 "ninja",
146 "--compiler", 146 "--compiler",
147 "goma", 147 "goma",
148 "--goma-jsonstatus", 148 "--goma-jsonstatus",
149 "/path/to/tmp/json", 149 "/path/to/tmp/json",
150 "--goma-service-account-json-file",
151 "/creds/service_accounts/service-account-goma-client.json",
152 "--goma-dir", 150 "--goma-dir",
153 "[BUILD]/goma", 151 "[BUILD]/goma",
154 "--", 152 "--",
155 "chromium_builder_tests" 153 "chromium_builder_tests"
156 ], 154 ],
157 "cwd": "[SLAVE_BUILD]", 155 "cwd": "[SLAVE_BUILD]",
158 "name": "compile", 156 "name": "compile",
159 "~followup_annotations": [ 157 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
161 "@@@STEP_LOG_END@json.output (invalid)@@@" 159 "@@@STEP_LOG_END@json.output (invalid)@@@"
162 ] 160 ]
163 }, 161 },
164 { 162 {
165 "allow_subannotations": true, 163 "allow_subannotations": true,
166 "cmd": [ 164 "cmd": [
167 "python", 165 "python",
168 "-u", 166 "-u",
169 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 167 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
170 ], 168 ],
171 "cwd": "[SLAVE_BUILD]", 169 "cwd": "[SLAVE_BUILD]",
172 "name": "annotated_steps" 170 "name": "annotated_steps"
173 }, 171 },
174 { 172 {
175 "name": "$result", 173 "name": "$result",
176 "recipe_result": null, 174 "recipe_result": null,
177 "status_code": 0 175 "status_code": 0
178 } 176 }
179 ] 177 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698