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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-linux-release", 10 "v8-linux-release",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "--gsutil-py-path", 228 "--gsutil-py-path",
229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
230 "--ninja-path", 230 "--ninja-path",
231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
232 "--target", 232 "--target",
233 "Release", 233 "Release",
234 "--src-dir", 234 "--src-dir",
235 "[SLAVE_BUILD]/v8", 235 "[SLAVE_BUILD]/v8",
236 "--goma-cache-dir", 236 "--goma-cache-dir",
237 "[GOMA_CACHE]", 237 "[GOMA_CACHE]",
238 "--buildbot-buildername",
239 "v8-linux-release",
240 "--buildbot-mastername",
241 "client.dart.fyi",
242 "--buildbot-slavename",
243 "TestSlavename",
244 "--compiler", 238 "--compiler",
245 "goma", 239 "goma",
246 "--goma-jsonstatus", 240 "--goma-jsonstatus",
247 "/path/to/tmp/json", 241 "/path/to/tmp/json",
248 "--goma-service-account-json-file", 242 "--goma-service-account-json-file",
249 "/creds/service_accounts/service-account-goma-client.json", 243 "/creds/service_accounts/service-account-goma-client.json",
250 "--goma-dir", 244 "--goma-dir",
251 "[CACHE]/cipd/goma", 245 "[CACHE]/cipd/goma",
252 "--" 246 "--"
253 ], 247 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}" 279 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
286 ], 280 ],
287 "name": "package build" 281 "name": "package build"
288 }, 282 },
289 { 283 {
290 "name": "$result", 284 "name": "$result",
291 "recipe_result": null, 285 "recipe_result": null,
292 "status_code": 0 286 "status_code": 0
293 } 287 }
294 ] 288 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698