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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 "--buildbot-slavename", | 258 "--buildbot-slavename", |
259 "TestSlavename", | 259 "TestSlavename", |
260 "--compiler", | 260 "--compiler", |
261 "goma", | 261 "goma", |
262 "--goma-jsonstatus", | 262 "--goma-jsonstatus", |
263 "/path/to/tmp/json", | 263 "/path/to/tmp/json", |
264 "--goma-service-account-json-file", | 264 "--goma-service-account-json-file", |
265 "/creds/service_accounts/service-account-goma-client.json", | 265 "/creds/service_accounts/service-account-goma-client.json", |
266 "--goma-dir", | 266 "--goma-dir", |
267 "[CACHE]/cipd/goma", | 267 "[CACHE]/cipd/goma", |
268 "--ninja-ensure-up-to-date", | |
269 "--", | 268 "--", |
270 "content_shell_apk" | 269 "content_shell_apk" |
271 ], | 270 ], |
272 "env": { | 271 "env": { |
273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
274 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 273 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
275 }, | 274 }, |
276 "name": "compile", | 275 "name": "compile", |
277 "~followup_annotations": [ | 276 "~followup_annotations": [ |
278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
279 "@@@STEP_LOG_END@json.output (invalid)@@@" | 278 "@@@STEP_LOG_END@json.output (invalid)@@@" |
280 ] | 279 ] |
281 }, | 280 }, |
282 { | 281 { |
283 "cmd": [ | 282 "cmd": [ |
284 "python", | 283 "python", |
285 "-u", | 284 "-u", |
286 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", | 285 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", |
287 "--build-products-dir", | 286 "--build-products-dir", |
288 "[SLAVE_BUILD]/src/out/Release" | 287 "[SLAVE_BUILD]/src/out/Release" |
289 ], | 288 ], |
290 "name": "dartium_test" | 289 "name": "dartium_test" |
291 }, | 290 }, |
292 { | 291 { |
293 "name": "$result", | 292 "name": "$result", |
294 "recipe_result": null, | 293 "recipe_result": null, |
295 "status_code": 0 | 294 "status_code": 0 |
296 } | 295 } |
297 ] | 296 ] |
OLD | NEW |