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__5_", | 7 "[BUILDER_CACHE]/Linux_Perf__5_", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 "-u", | 203 "-u", |
204 "[BUILDER_CACHE]/Linux_Perf__5_/src/testing/scripts/get_compile_targets.py
", | 204 "[BUILDER_CACHE]/Linux_Perf__5_/src/testing/scripts/get_compile_targets.py
", |
205 "--output", | 205 "--output", |
206 "/path/to/tmp/json", | 206 "/path/to/tmp/json", |
207 "--", | 207 "--", |
208 "--build-config-fs", | 208 "--build-config-fs", |
209 "Release", | 209 "Release", |
210 "--paths", | 210 "--paths", |
211 "{\"checkout\": \"[BUILDER_CACHE]/Linux_Perf__5_/src\", \"runit.py\": \"RE
CIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/slave/runtest.py\"}", | 211 "{\"checkout\": \"[BUILDER_CACHE]/Linux_Perf__5_/src\", \"runit.py\": \"RE
CIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/slave/runtest.py\"}", |
212 "--properties", | 212 "--properties", |
213 "{\"buildername\": \"Linux Perf (5)\", \"buildnumber\": 571, \"mastername\
": \"chromium.perf\", \"perf-id\": \"linux-release\", \"results-url\": \"https:/
/chromeperf.appspot.com\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 213 "{\"buildername\": \"Linux Perf (5)\", \"buildnumber\": 571, \"mastername\
": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l
inux\"}" |
214 ], | 214 ], |
215 "name": "get compile targets for scripts", | 215 "name": "get compile targets for scripts", |
216 "~followup_annotations": [ | 216 "~followup_annotations": [ |
217 "@@@STEP_LOG_LINE@json.output@{}@@@", | 217 "@@@STEP_LOG_LINE@json.output@{}@@@", |
218 "@@@STEP_LOG_END@json.output@@@" | 218 "@@@STEP_LOG_END@json.output@@@" |
219 ] | 219 ] |
220 }, | 220 }, |
221 { | 221 { |
222 "cmd": [ | 222 "cmd": [ |
223 "python", | 223 "python", |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 "@@@STEP_LOG_LINE@json.output@}@@@", | 336 "@@@STEP_LOG_LINE@json.output@}@@@", |
337 "@@@STEP_LOG_END@json.output@@@" | 337 "@@@STEP_LOG_END@json.output@@@" |
338 ] | 338 ] |
339 }, | 339 }, |
340 { | 340 { |
341 "name": "$result", | 341 "name": "$result", |
342 "recipe_result": null, | 342 "recipe_result": null, |
343 "status_code": 0 | 343 "status_code": 0 |
344 } | 344 } |
345 ] | 345 ] |
OLD | NEW |