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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mojo_Chromium_Mojo_Android.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 "chromium.mojo", 8 "chromium.mojo",
9 "--builder", 9 "--builder",
10 "Chromium Mojo Android", 10 "Chromium Mojo Android",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "--src-dir", 294 "--src-dir",
295 "[SLAVE_BUILD]/src", 295 "[SLAVE_BUILD]/src",
296 "--goma-cache-dir", 296 "--goma-cache-dir",
297 "[GOMA_CACHE]", 297 "[GOMA_CACHE]",
298 "--build-tool", 298 "--build-tool",
299 "ninja", 299 "ninja",
300 "--compiler", 300 "--compiler",
301 "goma", 301 "goma",
302 "--goma-jsonstatus", 302 "--goma-jsonstatus",
303 "/path/to/tmp/json", 303 "/path/to/tmp/json",
304 "--goma-service-account-json-file",
305 "/creds/service_accounts/service-account-goma-client.json",
306 "--goma-dir", 304 "--goma-dir",
307 "[CACHE]/cipd/goma", 305 "[CACHE]/cipd/goma",
308 "--" 306 "--"
309 ], 307 ],
310 "cwd": "[SLAVE_BUILD]", 308 "cwd": "[SLAVE_BUILD]",
311 "env": { 309 "env": {
312 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 310 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
313 }, 311 },
314 "name": "compile", 312 "name": "compile",
315 "~followup_annotations": [ 313 "~followup_annotations": [
316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
317 "@@@STEP_LOG_END@json.output (invalid)@@@" 315 "@@@STEP_LOG_END@json.output (invalid)@@@"
318 ] 316 ]
319 }, 317 },
320 { 318 {
321 "name": "$result", 319 "name": "$result",
322 "recipe_result": null, 320 "recipe_result": null,
323 "status_code": 0 321 "status_code": 0
324 } 322 }
325 ] 323 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698