| 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]\\Win64_Release", | 7 "[BUILDER_CACHE]\\Win64_Release", |
| 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-amd64", | 111 "windows-amd64", |
| 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 ], | 632 ], |
| 633 "cwd": "[BUILDER_CACHE]\\Win64_Release", | 633 "cwd": "[BUILDER_CACHE]\\Win64_Release", |
| 634 "name": "webrtc_nonparallel_tests" | 634 "name": "webrtc_nonparallel_tests" |
| 635 }, | 635 }, |
| 636 { | 636 { |
| 637 "name": "$result", | 637 "name": "$result", |
| 638 "recipe_result": null, | 638 "recipe_result": null, |
| 639 "status_code": 0 | 639 "status_code": 0 |
| 640 } | 640 } |
| 641 ] | 641 ] |
| OLD | NEW |