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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 "--buildbot-slavename", | 305 "--buildbot-slavename", |
306 "TestSlavename", | 306 "TestSlavename", |
307 "--compiler", | 307 "--compiler", |
308 "goma", | 308 "goma", |
309 "--goma-jsonstatus", | 309 "--goma-jsonstatus", |
310 "/path/to/tmp/json", | 310 "/path/to/tmp/json", |
311 "--goma-service-account-json-file", | 311 "--goma-service-account-json-file", |
312 "/creds/service_accounts/service-account-goma-client.json", | 312 "/creds/service_accounts/service-account-goma-client.json", |
313 "--goma-dir", | 313 "--goma-dir", |
314 "[CACHE]/cipd/goma", | 314 "[CACHE]/cipd/goma", |
315 "--ninja-ensure-up-to-date", | |
316 "--", | 315 "--", |
317 "all" | 316 "all" |
318 ], | 317 ], |
319 "env": { | 318 "env": { |
320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
321 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 320 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
322 }, | 321 }, |
323 "name": "First build", | 322 "name": "First build", |
324 "~followup_annotations": [ | 323 "~followup_annotations": [ |
325 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 "--buildbot-slavename", | 442 "--buildbot-slavename", |
444 "TestSlavename", | 443 "TestSlavename", |
445 "--compiler", | 444 "--compiler", |
446 "goma", | 445 "goma", |
447 "--goma-jsonstatus", | 446 "--goma-jsonstatus", |
448 "/path/to/tmp/json", | 447 "/path/to/tmp/json", |
449 "--goma-service-account-json-file", | 448 "--goma-service-account-json-file", |
450 "/creds/service_accounts/service-account-goma-client.json", | 449 "/creds/service_accounts/service-account-goma-client.json", |
451 "--goma-dir", | 450 "--goma-dir", |
452 "[CACHE]/cipd/goma", | 451 "[CACHE]/cipd/goma", |
453 "--ninja-ensure-up-to-date", | |
454 "--", | 452 "--", |
455 "all" | 453 "all" |
456 ], | 454 ], |
457 "env": { | 455 "env": { |
458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 456 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
459 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 457 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
460 }, | 458 }, |
461 "name": "Second build", | 459 "name": "Second build", |
462 "~followup_annotations": [ | 460 "~followup_annotations": [ |
463 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 461 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 ], | 507 ], |
510 "cwd": "[SLAVE_BUILD]", | 508 "cwd": "[SLAVE_BUILD]", |
511 "name": "compare_build_artifacts" | 509 "name": "compare_build_artifacts" |
512 }, | 510 }, |
513 { | 511 { |
514 "name": "$result", | 512 "name": "$result", |
515 "recipe_result": null, | 513 "recipe_result": null, |
516 "status_code": 0 | 514 "status_code": 0 |
517 } | 515 } |
518 ] | 516 ] |
OLD | NEW |