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 "[START_DIR]" | 7 "[START_DIR]" |
8 ], | 8 ], |
9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 "--blacklist-file", | 545 "--blacklist-file", |
546 "[START_DIR]/src/out/bad_devices.json" | 546 "[START_DIR]/src/out/bad_devices.json" |
547 ], | 547 ], |
548 "env": { | 548 "env": { |
549 "CHROMIUM_OUTPUT_DIR": "[START_DIR]/src/out/Release", | 549 "CHROMIUM_OUTPUT_DIR": "[START_DIR]/src/out/Release", |
550 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 550 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
551 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA
RT_DIR]/src/build/android:%(PATH)s" | 551 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA
RT_DIR]/src/build/android:%(PATH)s" |
552 }, | 552 }, |
553 "name": "page_cycler.foo", | 553 "name": "page_cycler.foo", |
554 "~followup_annotations": [ | 554 "~followup_annotations": [ |
555 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 555 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" |
556 "@@@STEP_LOG_LINE@device affinity@0@@@", | |
557 "@@@STEP_LOG_END@device affinity@@@" | |
558 ] | 556 ] |
559 }, | 557 }, |
560 { | 558 { |
561 "allow_subannotations": true, | 559 "allow_subannotations": true, |
562 "cmd": [ | 560 "cmd": [ |
563 "python", | 561 "python", |
564 "-u", | 562 "-u", |
565 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 563 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
566 "--target", | 564 "--target", |
567 "Release", | 565 "Release", |
(...skipping 24 matching lines...) Expand all Loading... |
592 "--blacklist-file", | 590 "--blacklist-file", |
593 "[START_DIR]/src/out/bad_devices.json" | 591 "[START_DIR]/src/out/bad_devices.json" |
594 ], | 592 ], |
595 "env": { | 593 "env": { |
596 "CHROMIUM_OUTPUT_DIR": "[START_DIR]/src/out/Release", | 594 "CHROMIUM_OUTPUT_DIR": "[START_DIR]/src/out/Release", |
597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 595 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
598 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA
RT_DIR]/src/build/android:%(PATH)s" | 596 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA
RT_DIR]/src/build/android:%(PATH)s" |
599 }, | 597 }, |
600 "name": "perf_test.foo", | 598 "name": "perf_test.foo", |
601 "~followup_annotations": [ | 599 "~followup_annotations": [ |
602 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 600 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" |
603 "@@@STEP_LOG_LINE@device affinity@0@@@", | |
604 "@@@STEP_LOG_END@device affinity@@@" | |
605 ] | 601 ] |
606 }, | 602 }, |
607 { | 603 { |
608 "cmd": [ | 604 "cmd": [ |
609 "python", | 605 "python", |
610 "-u", | 606 "-u", |
611 "[START_DIR]/src/build/symlink.py", | 607 "[START_DIR]/src/build/symlink.py", |
612 "-f", | 608 "-f", |
613 "[START_DIR]/src/third_party/android_tools/sdk/platform-tools/adb", | 609 "[START_DIR]/src/third_party/android_tools/sdk/platform-tools/adb", |
614 "~/adb" | 610 "~/adb" |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 980 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
985 "@@@STEP_LOG_END@python.inline@@@" | 981 "@@@STEP_LOG_END@python.inline@@@" |
986 ] | 982 ] |
987 }, | 983 }, |
988 { | 984 { |
989 "name": "$result", | 985 "name": "$result", |
990 "recipe_result": null, | 986 "recipe_result": null, |
991 "status_code": 0 | 987 "status_code": 0 |
992 } | 988 } |
993 ] | 989 ] |
OLD | NEW |