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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_GN.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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Android GN", 10 "Android GN",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "--src-dir", 316 "--src-dir",
317 "[SLAVE_BUILD]/src", 317 "[SLAVE_BUILD]/src",
318 "--goma-cache-dir", 318 "--goma-cache-dir",
319 "[GOMA_CACHE]", 319 "[GOMA_CACHE]",
320 "--build-tool", 320 "--build-tool",
321 "ninja", 321 "ninja",
322 "--compiler", 322 "--compiler",
323 "goma", 323 "goma",
324 "--goma-jsonstatus", 324 "--goma-jsonstatus",
325 "/path/to/tmp/json", 325 "/path/to/tmp/json",
326 "--goma-service-account-json-file",
327 "/creds/service_accounts/service-account-goma-client.json",
328 "--goma-dir", 326 "--goma-dir",
329 "[CACHE]/cipd/goma", 327 "[CACHE]/cipd/goma",
330 "--" 328 "--"
331 ], 329 ],
332 "cwd": "[SLAVE_BUILD]", 330 "cwd": "[SLAVE_BUILD]",
333 "env": { 331 "env": {
334 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 332 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
335 }, 333 },
336 "name": "compile", 334 "name": "compile",
337 "~followup_annotations": [ 335 "~followup_annotations": [
338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
339 "@@@STEP_LOG_END@json.output (invalid)@@@" 337 "@@@STEP_LOG_END@json.output (invalid)@@@"
340 ] 338 ]
341 }, 339 },
342 { 340 {
343 "name": "$result", 341 "name": "$result",
344 "recipe_result": null, 342 "recipe_result": null,
345 "status_code": 0 343 "status_code": 0
346 } 344 }
347 ] 345 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698