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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 "-u", | 216 "-u", |
217 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/scripts/get_compile_targets
.py", | 217 "[BUILDER_CACHE]/linux_perf_bisect/src/testing/scripts/get_compile_targets
.py", |
218 "--output", | 218 "--output", |
219 "/path/to/tmp/json", | 219 "/path/to/tmp/json", |
220 "--", | 220 "--", |
221 "--build-config-fs", | 221 "--build-config-fs", |
222 "Release", | 222 "Release", |
223 "--paths", | 223 "--paths", |
224 "{\"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\"}", | 224 "{\"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\"}", |
225 "--properties", | 225 "--properties", |
226 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna
me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" | 226 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna
me\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.appspot
.com\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}" |
227 ], | 227 ], |
228 "name": "get compile targets for scripts", | 228 "name": "get compile targets for scripts", |
229 "~followup_annotations": [ | 229 "~followup_annotations": [ |
230 "@@@STEP_LOG_LINE@json.output@{}@@@", | 230 "@@@STEP_LOG_LINE@json.output@{}@@@", |
231 "@@@STEP_LOG_END@json.output@@@" | 231 "@@@STEP_LOG_END@json.output@@@" |
232 ] | 232 ] |
233 }, | 233 }, |
234 { | 234 { |
235 "cmd": [ | 235 "cmd": [ |
236 "python", | 236 "python", |
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 "@@@STEP_LOG_LINE@json.output@}@@@", | 823 "@@@STEP_LOG_LINE@json.output@}@@@", |
824 "@@@STEP_LOG_END@json.output@@@" | 824 "@@@STEP_LOG_END@json.output@@@" |
825 ] | 825 ] |
826 }, | 826 }, |
827 { | 827 { |
828 "name": "$result", | 828 "name": "$result", |
829 "recipe_result": null, | 829 "recipe_result": null, |
830 "status_code": 0 | 830 "status_code": 0 |
831 } | 831 } |
832 ] | 832 ] |
OLD | NEW |