Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "cwd": "[SLAVE_BUILD]/src", 168 "cwd": "[SLAVE_BUILD]/src",
169 "env": { 169 "env": {
170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
171 "GYP_CROSSCOMPILE": "1", 171 "GYP_CROSSCOMPILE": "1",
172 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc h=arm", 172 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc h=arm",
173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
174 }, 174 },
175 "name": "gclient runhooks" 175 "name": "gclient runhooks"
176 }, 176 },
177 { 177 {
178 "allow_subannotations": false,
179 "cmd": [ 178 "cmd": [
180 "[SLAVE_BUILD]/src/build/tree_truth.sh", 179 "[SLAVE_BUILD]/src/build/tree_truth.sh",
181 "[SLAVE_BUILD]/src", 180 "[SLAVE_BUILD]/src",
182 "src", 181 "src",
183 "foo", 182 "foo",
184 "src/repo" 183 "src/repo"
185 ], 184 ],
186 "name": "tree truth steps" 185 "name": "tree truth steps"
187 }, 186 },
188 { 187 {
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@{@@@", 655 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@{@@@",
657 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device \", @@@", 656 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device \", @@@",
658 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @ @@", 657 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @ @@",
659 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 658 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
660 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 659 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
661 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 660 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
662 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 661 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
663 ] 662 ]
664 }, 663 },
665 { 664 {
666 "cmd": [],
667 "name": "fix_device_file_format" 665 "name": "fix_device_file_format"
668 }, 666 },
669 { 667 {
670 "cmd": [ 668 "cmd": [
671 "python", 669 "python",
672 "-u", 670 "-u",
673 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 671 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
674 "[HOME]/.android/known_devices.json", 672 "[HOME]/.android/known_devices.json",
675 "/path/to/tmp/" 673 "/path/to/tmp/"
676 ], 674 ],
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 989 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
992 }, 990 },
993 "name": "stack_tool_for_asan" 991 "name": "stack_tool_for_asan"
994 }, 992 },
995 { 993 {
996 "name": "$result", 994 "name": "$result",
997 "recipe_result": null, 995 "recipe_result": null,
998 "status_code": 0 996 "status_code": 0
999 } 997 }
1000 ] 998 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698