| OLD | NEW |
| 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]/linux_perf_bisect", | 7 "[BUILDER_CACHE]/linux_perf_bisect", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "-u", | 213 "-u", |
| 214 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/scripts/get_compile_targets
.py", | 214 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/scripts/get_compile_targets
.py", |
| 215 "--output", | 215 "--output", |
| 216 "/path/to/tmp/json", | 216 "/path/to/tmp/json", |
| 217 "--", | 217 "--", |
| 218 "--build-config-fs", | 218 "--build-config-fs", |
| 219 "Release", | 219 "Release", |
| 220 "--paths", | 220 "--paths", |
| 221 "{\"checkout\": \"[BUILDER_CACHE]/linux_perf_bisect/src\", \"runit.py\": \
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_P
ACKAGE_REPO[build]/scripts/slave/runtest.py\"}", | 221 "{\"checkout\": \"[BUILDER_CACHE]/linux_perf_bisect/src\", \"runit.py\": \
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_P
ACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
| 222 "--properties", | 222 "--properties", |
| 223 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna
me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" | 223 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna
me\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.appspot
.com\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}" |
| 224 ], | 224 ], |
| 225 "name": "get compile targets for scripts", | 225 "name": "get compile targets for scripts", |
| 226 "~followup_annotations": [ | 226 "~followup_annotations": [ |
| 227 "@@@STEP_LOG_LINE@json.output@{}@@@", | 227 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 228 "@@@STEP_LOG_END@json.output@@@" | 228 "@@@STEP_LOG_END@json.output@@@" |
| 229 ] | 229 ] |
| 230 }, | 230 }, |
| 231 { | 231 { |
| 232 "cmd": [ | 232 "cmd": [ |
| 233 "python", | 233 "python", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 "~followup_annotations": [ | 458 "~followup_annotations": [ |
| 459 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | 459 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" |
| 460 ] | 460 ] |
| 461 }, | 461 }, |
| 462 { | 462 { |
| 463 "name": "$result", | 463 "name": "$result", |
| 464 "recipe_result": null, | 464 "recipe_result": null, |
| 465 "status_code": 0 | 465 "status_code": 0 |
| 466 } | 466 } |
| 467 ] | 467 ] |
| OLD | NEW |