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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.json

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (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.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Linux Snapshot Builder", 10 "Linux Snapshot Builder",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "--src-dir", 238 "--src-dir",
239 "[SLAVE_BUILD]/src", 239 "[SLAVE_BUILD]/src",
240 "--goma-cache-dir", 240 "--goma-cache-dir",
241 "[GOMA_CACHE]", 241 "[GOMA_CACHE]",
242 "--build-tool", 242 "--build-tool",
243 "ninja", 243 "ninja",
244 "--compiler", 244 "--compiler",
245 "goma", 245 "goma",
246 "--goma-jsonstatus", 246 "--goma-jsonstatus",
247 "/path/to/tmp/json", 247 "/path/to/tmp/json",
248 "--goma-service-account-json-file",
249 "/creds/service_accounts/service-account-goma-client.json",
250 "--goma-dir", 248 "--goma-dir",
251 "[CACHE]/cipd/goma", 249 "[CACHE]/cipd/goma",
252 "--", 250 "--",
253 "All", 251 "All",
254 "chromium_builder_tests" 252 "chromium_builder_tests"
255 ], 253 ],
256 "cwd": "[SLAVE_BUILD]", 254 "cwd": "[SLAVE_BUILD]",
257 "name": "compile", 255 "name": "compile",
258 "~followup_annotations": [ 256 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 14 matching lines...) Expand all
274 ], 272 ],
275 "cwd": "[SLAVE_BUILD]", 273 "cwd": "[SLAVE_BUILD]",
276 "name": "archive build" 274 "name": "archive build"
277 }, 275 },
278 { 276 {
279 "name": "$result", 277 "name": "$result",
280 "recipe_result": null, 278 "recipe_result": null,
281 "status_code": 0 279 "status_code": 0
282 } 280 }
283 ] 281 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698