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 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 "--gsutil-py-path", | 150 "--gsutil-py-path", |
151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
152 "--ninja-path", | 152 "--ninja-path", |
153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
154 "--target", | 154 "--target", |
155 "Release", | 155 "Release", |
156 "--src-dir", | 156 "--src-dir", |
157 "[SLAVE_BUILD]/src", | 157 "[SLAVE_BUILD]/src", |
158 "--goma-cache-dir", | 158 "--goma-cache-dir", |
159 "[GOMA_CACHE]", | 159 "[GOMA_CACHE]", |
160 "--build-tool", | |
161 "ninja", | |
162 "--compiler", | 160 "--compiler", |
163 "goma", | 161 "goma", |
164 "--goma-jsonstatus", | 162 "--goma-jsonstatus", |
165 "/path/to/tmp/json", | 163 "/path/to/tmp/json", |
166 "--goma-service-account-json-file", | 164 "--goma-service-account-json-file", |
167 "/creds/service_accounts/service-account-goma-client.json", | 165 "/creds/service_accounts/service-account-goma-client.json", |
168 "--goma-dir", | 166 "--goma-dir", |
169 "[BUILD]/goma", | 167 "[BUILD]/goma", |
170 "--", | 168 "--", |
171 "content_shell_apk" | 169 "content_shell_apk" |
(...skipping 17 matching lines...) Expand all Loading... |
189 "[SLAVE_BUILD]/src/out/Release" | 187 "[SLAVE_BUILD]/src/out/Release" |
190 ], | 188 ], |
191 "name": "dartium_test" | 189 "name": "dartium_test" |
192 }, | 190 }, |
193 { | 191 { |
194 "name": "$result", | 192 "name": "$result", |
195 "recipe_result": null, | 193 "recipe_result": null, |
196 "status_code": 0 | 194 "status_code": 0 |
197 } | 195 } |
198 ] | 196 ] |
OLD | NEW |