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

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

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 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
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 Release (GN)", 10 "Android Release (GN)",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "--gsutil-py-path", 145 "--gsutil-py-path",
146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
147 "--ninja-path", 147 "--ninja-path",
148 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 148 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
149 "--target", 149 "--target",
150 "Release", 150 "Release",
151 "--src-dir", 151 "--src-dir",
152 "[SLAVE_BUILD]/src", 152 "[SLAVE_BUILD]/src",
153 "--goma-cache-dir", 153 "--goma-cache-dir",
154 "[GOMA_CACHE]", 154 "[GOMA_CACHE]",
155 "--buildbot-buildername",
156 "Android Release (GN)",
157 "--buildbot-mastername",
158 "client.libyuv",
159 "--buildbot-slavename",
160 "slavename",
155 "--compiler", 161 "--compiler",
156 "goma", 162 "goma",
157 "--goma-jsonstatus", 163 "--goma-jsonstatus",
158 "/path/to/tmp/json", 164 "/path/to/tmp/json",
159 "--goma-service-account-json-file", 165 "--goma-service-account-json-file",
160 "/creds/service_accounts/service-account-goma-client.json", 166 "/creds/service_accounts/service-account-goma-client.json",
161 "--goma-dir", 167 "--goma-dir",
162 "[CACHE]/cipd/goma", 168 "[CACHE]/cipd/goma",
163 "--", 169 "--",
164 "all" 170 "all"
165 ], 171 ],
166 "env": { 172 "env": {
167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 174 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
169 }, 175 },
170 "name": "compile", 176 "name": "compile",
171 "~followup_annotations": [ 177 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 178 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
173 "@@@STEP_LOG_END@json.output (invalid)@@@" 179 "@@@STEP_LOG_END@json.output (invalid)@@@"
174 ] 180 ]
175 }, 181 },
176 { 182 {
177 "name": "$result", 183 "name": "$result",
178 "recipe_result": null, 184 "recipe_result": null,
179 "status_code": 0 185 "status_code": 0
180 } 186 }
181 ] 187 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698