| 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]/Linux64_Debug", | 7 "[BUILDER_CACHE]/Linux64_Debug", |
| 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 "linux-amd64", | 111 "linux-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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 ], | 648 ], |
| 649 "cwd": "[BUILDER_CACHE]/Linux64_Debug", | 649 "cwd": "[BUILDER_CACHE]/Linux64_Debug", |
| 650 "name": "webrtc_nonparallel_tests" | 650 "name": "webrtc_nonparallel_tests" |
| 651 }, | 651 }, |
| 652 { | 652 { |
| 653 "name": "$result", | 653 "name": "$result", |
| 654 "recipe_result": null, | 654 "recipe_result": null, |
| 655 "status_code": 0 | 655 "status_code": 0 |
| 656 } | 656 } |
| 657 ] | 657 ] |
| OLD | NEW |