| 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_DrMemory_Light", | 7 "[BUILDER_CACHE]\\Win_DrMemory_Light", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "name": "cleanup_temp" | 99 "name": "cleanup_temp" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "cmd": [], | 102 "cmd": [], |
| 103 "name": "ensure_goma" | 103 "name": "ensure_goma" |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "cmd": [ | 106 "cmd": [ |
| 107 "python", | 107 "python", |
| 108 "-u", | 108 "-u", |
| 109 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 109 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 110 "--platform", | 110 "--platform", |
| 111 "windows-386", | 111 "windows-386", |
| 112 "--dest-directory", | 112 "--dest-directory", |
| 113 "[SLAVE_BUILD]\\cipd", | 113 "[SLAVE_BUILD]\\cipd", |
| 114 "--json-output", | 114 "--json-output", |
| 115 "/path/to/tmp/json" | 115 "/path/to/tmp/json" |
| 116 ], | 116 ], |
| 117 "name": "ensure_goma.install cipd", | 117 "name": "ensure_goma.install cipd", |
| 118 "~followup_annotations": [ | 118 "~followup_annotations": [ |
| 119 "@@@STEP_NEST_LEVEL@1@@@", | 119 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 ], | 726 ], |
| 727 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light", | 727 "cwd": "[BUILDER_CACHE]\\Win_DrMemory_Light", |
| 728 "name": "webrtc_nonparallel_tests" | 728 "name": "webrtc_nonparallel_tests" |
| 729 }, | 729 }, |
| 730 { | 730 { |
| 731 "name": "$result", | 731 "name": "$result", |
| 732 "recipe_result": null, | 732 "recipe_result": null, |
| 733 "status_code": 0 | 733 "status_code": 0 |
| 734 } | 734 } |
| 735 ] | 735 ] |
| OLD | NEW |