| 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_arm", | 7 "[BUILDER_CACHE]/linux_arm", |
| 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 "linux-386", | 110 "linux-386", |
| 112 "--dest-directory", | 111 "--dest-directory", |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 242 "@@@STEP_LOG_END@json.output (invalid)@@@" | 241 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 243 ] | 242 ] |
| 244 }, | 243 }, |
| 245 { | 244 { |
| 246 "name": "$result", | 245 "name": "$result", |
| 247 "recipe_result": null, | 246 "recipe_result": null, |
| 248 "status_code": 0 | 247 "status_code": 0 |
| 249 } | 248 } |
| 250 ] | 249 ] |
| OLD | NEW |