OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 "name": "gclient runhooks" | 139 "name": "gclient runhooks" |
140 }, | 140 }, |
141 { | 141 { |
142 "cmd": [ | 142 "cmd": [ |
143 "python", | 143 "python", |
144 "-u", | 144 "-u", |
145 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 145 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
146 "--show-path", | 146 "--show-path", |
147 "python", | 147 "python", |
148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 149 "--gsutil-py-path", |
| 150 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
149 "--ninja-path", | 151 "--ninja-path", |
150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 152 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
151 "--target", | 153 "--target", |
152 "Release", | 154 "Release", |
153 "--src-dir", | 155 "--src-dir", |
154 "[SLAVE_BUILD]/src", | 156 "[SLAVE_BUILD]/src", |
155 "--goma-cache-dir", | 157 "--goma-cache-dir", |
156 "[GOMA_CACHE]", | 158 "[GOMA_CACHE]", |
157 "--build-tool", | 159 "--build-tool", |
158 "ninja", | 160 "ninja", |
(...skipping 26 matching lines...) Expand all Loading... |
185 ], | 187 ], |
186 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
187 "name": "dartium_test" | 189 "name": "dartium_test" |
188 }, | 190 }, |
189 { | 191 { |
190 "name": "$result", | 192 "name": "$result", |
191 "recipe_result": null, | 193 "recipe_result": null, |
192 "status_code": 0 | 194 "status_code": 0 |
193 } | 195 } |
194 ] | 196 ] |
OLD | NEW |