| 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]\\win_dbg", | 7 "[BUILDER_CACHE]\\win_dbg", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| 94 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 94 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 95 "--show-path", | 95 "--show-path", |
| 96 "python", | 96 "python", |
| 97 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 97 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 98 ], | 98 ], |
| 99 "name": "cleanup_temp" | 99 "name": "cleanup_temp" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "cmd": [], | |
| 103 "name": "ensure_goma" | 102 "name": "ensure_goma" |
| 104 }, | 103 }, |
| 105 { | 104 { |
| 106 "cmd": [ | 105 "cmd": [ |
| 107 "python", | 106 "python", |
| 108 "-u", | 107 "-u", |
| 109 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", | 108 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 110 "--platform", | 109 "--platform", |
| 111 "windows-386", | 110 "windows-386", |
| 112 "--dest-directory", | 111 "--dest-directory", |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 ], | 638 ], |
| 640 "cwd": "[BUILDER_CACHE]\\win_dbg", | 639 "cwd": "[BUILDER_CACHE]\\win_dbg", |
| 641 "name": "webrtc_nonparallel_tests" | 640 "name": "webrtc_nonparallel_tests" |
| 642 }, | 641 }, |
| 643 { | 642 { |
| 644 "name": "$result", | 643 "name": "$result", |
| 645 "recipe_result": null, | 644 "recipe_result": null, |
| 646 "status_code": 0 | 645 "status_code": 0 |
| 647 } | 646 } |
| 648 ] | 647 ] |
| OLD | NEW |