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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_debug__gn_.json

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Android Debug (GN)", 10 "Android Debug (GN)",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "--src-dir", 93 "--src-dir",
94 "[SLAVE_BUILD]/src", 94 "[SLAVE_BUILD]/src",
95 "--goma-cache-dir", 95 "--goma-cache-dir",
96 "[GOMA_CACHE]", 96 "[GOMA_CACHE]",
97 "--build-tool", 97 "--build-tool",
98 "ninja", 98 "ninja",
99 "--compiler", 99 "--compiler",
100 "goma", 100 "goma",
101 "--goma-jsonstatus", 101 "--goma-jsonstatus",
102 "/path/to/tmp/json", 102 "/path/to/tmp/json",
103 "--goma-service-account-json-file",
104 "/creds/service_accounts/service-account-goma-client.json",
103 "--goma-dir", 105 "--goma-dir",
104 "[BUILD]/goma", 106 "[BUILD]/goma",
105 "--", 107 "--",
106 "all" 108 "all"
107 ], 109 ],
108 "cwd": "[SLAVE_BUILD]", 110 "cwd": "[SLAVE_BUILD]",
109 "env": { 111 "env": {
110 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
111 }, 113 },
112 "name": "compile", 114 "name": "compile",
113 "~followup_annotations": [ 115 "~followup_annotations": [
114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
115 "@@@STEP_LOG_END@json.output (invalid)@@@" 117 "@@@STEP_LOG_END@json.output (invalid)@@@"
116 ] 118 ]
117 }, 119 },
118 { 120 {
119 "name": "$result", 121 "name": "$result",
120 "recipe_result": null, 122 "recipe_result": null,
121 "status_code": 0 123 "status_code": 0
122 } 124 }
123 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698