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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Builder.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android_arm64_Builder", 7 "[BUILDER_CACHE]/Android_arm64_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "--gsutil-py-path", 284 "--gsutil-py-path",
285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
286 "--ninja-path", 286 "--ninja-path",
287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
288 "--target", 288 "--target",
289 "Release", 289 "Release",
290 "--src-dir", 290 "--src-dir",
291 "[BUILDER_CACHE]/Android_arm64_Builder/src", 291 "[BUILDER_CACHE]/Android_arm64_Builder/src",
292 "--goma-cache-dir", 292 "--goma-cache-dir",
293 "[GOMA_CACHE]", 293 "[GOMA_CACHE]",
294 "--buildbot-buildername",
295 "Android arm64 Builder",
296 "--buildbot-mastername",
297 "chromium.perf",
298 "--buildbot-slavename",
299 "TestSlavename",
300 "--goma-deps-cache-dir", 294 "--goma-deps-cache-dir",
301 "[GOMA_DEPS_CACHE]", 295 "[GOMA_DEPS_CACHE]",
302 "--build-data-dir", 296 "--build-data-dir",
303 "[ROOT]/build_data_dir", 297 "[ROOT]/build_data_dir",
304 "--compiler", 298 "--compiler",
305 "goma", 299 "goma",
306 "--goma-jsonstatus", 300 "--goma-jsonstatus",
307 "/path/to/tmp/json", 301 "/path/to/tmp/json",
308 "--goma-service-account-json-file", 302 "--goma-service-account-json-file",
309 "/creds/service_accounts/service-account-goma-client.json", 303 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "~followup_annotations": [ 411 "~followup_annotations": [
418 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An droid Nexus9 Perf (3)@@@" 412 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An droid Nexus9 Perf (3)@@@"
419 ] 413 ]
420 }, 414 },
421 { 415 {
422 "name": "$result", 416 "name": "$result",
423 "recipe_result": null, 417 "recipe_result": null,
424 "status_code": 0 418 "status_code": 0
425 } 419 }
426 ] 420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698