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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Full.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.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Full", 10 "Linux ChromiumOS Full",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "--goma-cache-dir", 201 "--goma-cache-dir",
202 "[GOMA_CACHE]", 202 "[GOMA_CACHE]",
203 "--build-tool", 203 "--build-tool",
204 "ninja", 204 "ninja",
205 "--build-data-dir", 205 "--build-data-dir",
206 "[ROOT]/build_data_dir", 206 "[ROOT]/build_data_dir",
207 "--compiler", 207 "--compiler",
208 "goma", 208 "goma",
209 "--goma-jsonstatus", 209 "--goma-jsonstatus",
210 "/path/to/tmp/json", 210 "/path/to/tmp/json",
211 "--goma-service-account-json-file",
212 "/creds/service_accounts/service-account-goma-client.json",
213 "--goma-dir", 211 "--goma-dir",
214 "[BUILD]/goma", 212 "[BUILD]/goma",
215 "--ninja-ensure-up-to-date", 213 "--ninja-ensure-up-to-date",
216 "--", 214 "--",
217 "app_list_unittests", 215 "app_list_unittests",
218 "aura_builder", 216 "aura_builder",
219 "base_unittests", 217 "base_unittests",
220 "browser_tests", 218 "browser_tests",
221 "cacheinvalidation_unittests", 219 "cacheinvalidation_unittests",
222 "chromeos_unittests", 220 "chromeos_unittests",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 ], 267 ],
270 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
271 "name": "archive build" 269 "name": "archive build"
272 }, 270 },
273 { 271 {
274 "name": "$result", 272 "name": "$result",
275 "recipe_result": null, 273 "recipe_result": null,
276 "status_code": 0 274 "status_code": 0
277 } 275 }
278 ] 276 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698