| 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", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", | 221 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 222 "--output", | 222 "--output", |
| 223 "/path/to/tmp/json", | 223 "/path/to/tmp/json", |
| 224 "--", | 224 "--", |
| 225 "--build-config-fs", | 225 "--build-config-fs", |
| 226 "Debug", | 226 "Debug", |
| 227 "--use-src-side-runtest-py", | 227 "--use-src-side-runtest-py", |
| 228 "--paths", | 228 "--paths", |
| 229 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[
build]/scripts/slave/runtest.py\"}", | 229 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[
build]/scripts/slave/runtest.py\"}", |
| 230 "--properties", | 230 "--properties", |
| 231 "{\"buildername\": \"linux_chromium_dbg_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" | 231 "{\"buildername\": \"linux_chromium_trusty_dbg_ng\", \"buildnumber\": 571,
\"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\",
\"target_platform\": \"linux\"}" |
| 232 ], | 232 ], |
| 233 "name": "get compile targets for scripts", | 233 "name": "get compile targets for scripts", |
| 234 "~followup_annotations": [ | 234 "~followup_annotations": [ |
| 235 "@@@STEP_LOG_LINE@json.output@{}@@@", | 235 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@" | 236 "@@@STEP_LOG_END@json.output@@@" |
| 237 ] | 237 ] |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "cmd": [ | 240 "cmd": [ |
| 241 "python", | 241 "python", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "import sys; sys.exit(0)" | 319 "import sys; sys.exit(0)" |
| 320 ], | 320 ], |
| 321 "name": "mark: before_tests" | 321 "name": "mark: before_tests" |
| 322 }, | 322 }, |
| 323 { | 323 { |
| 324 "name": "$result", | 324 "name": "$result", |
| 325 "recipe_result": null, | 325 "recipe_result": null, |
| 326 "status_code": 0 | 326 "status_code": 0 |
| 327 } | 327 } |
| 328 ] | 328 ] |
| OLD | NEW |