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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android_gn", 10 "android_gn",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "--gsutil-py-path", 147 "--gsutil-py-path",
148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
149 "--ninja-path", 149 "--ninja-path",
150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
151 "--target", 151 "--target",
152 "Debug", 152 "Debug",
153 "--src-dir", 153 "--src-dir",
154 "[SLAVE_BUILD]/src", 154 "[SLAVE_BUILD]/src",
155 "--goma-cache-dir", 155 "--goma-cache-dir",
156 "[GOMA_CACHE]", 156 "[GOMA_CACHE]",
157 "--buildbot-buildername",
158 "android_gn",
159 "--buildbot-mastername",
160 "tryserver.libyuv",
161 "--buildbot-slavename",
162 "slavename",
157 "--compiler", 163 "--compiler",
158 "goma", 164 "goma",
159 "--goma-jsonstatus", 165 "--goma-jsonstatus",
160 "/path/to/tmp/json", 166 "/path/to/tmp/json",
161 "--goma-service-account-json-file", 167 "--goma-service-account-json-file",
162 "/creds/service_accounts/service-account-goma-client.json", 168 "/creds/service_accounts/service-account-goma-client.json",
163 "--goma-dir", 169 "--goma-dir",
164 "[CACHE]/cipd/goma", 170 "[CACHE]/cipd/goma",
165 "--goma-fail-fast", 171 "--goma-fail-fast",
166 "--goma-disable-local-fallback", 172 "--goma-disable-local-fallback",
167 "--", 173 "--",
168 "all" 174 "all"
169 ], 175 ],
170 "env": { 176 "env": {
171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 178 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
173 }, 179 },
174 "name": "compile", 180 "name": "compile",
175 "~followup_annotations": [ 181 "~followup_annotations": [
176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
177 "@@@STEP_LOG_END@json.output (invalid)@@@" 183 "@@@STEP_LOG_END@json.output (invalid)@@@"
178 ] 184 ]
179 }, 185 },
180 { 186 {
181 "name": "$result", 187 "name": "$result",
182 "recipe_result": null, 188 "recipe_result": null,
183 "status_code": 0 189 "status_code": 0
184 } 190 }
185 ] 191 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698