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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json

Issue 2331563002: 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 11 matching lines...) Expand all
22 "@@@STEP_LOG_END@python.inline@@@" 22 "@@@STEP_LOG_END@python.inline@@@"
23 ] 23 ]
24 }, 24 },
25 { 25 {
26 "cmd": [ 26 "cmd": [
27 "python", 27 "python",
28 "-u", 28 "-u",
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
30 "--spec", 30 "--spec",
31 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src '}]\ntarget_os = ['android']", 31 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src '}]\ntarget_os = ['android']",
32 "--root", 32 "--patch_root",
33 "src", 33 "src",
34 "--revision_mapping_file", 34 "--revision_mapping_file",
35 "{\"src\": \"got_src_revision\", \"src/buildtools\": \"got_buildtools_revi sion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \" src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got _v8_revision\"}", 35 "{\"src\": \"got_src_revision\", \"src/buildtools\": \"got_buildtools_revi sion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \" src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got _v8_revision\"}",
36 "--git-cache-dir", 36 "--git-cache-dir",
37 "[GIT_CACHE]", 37 "[GIT_CACHE]",
38 "--output_json", 38 "--output_json",
39 "/path/to/tmp/json", 39 "/path/to/tmp/json",
40 "--revision", 40 "--revision",
41 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", 41 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00",
42 "--output_manifest" 42 "--output_manifest"
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 879 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
880 "@@@STEP_LOG_END@python.inline@@@" 880 "@@@STEP_LOG_END@python.inline@@@"
881 ] 881 ]
882 }, 882 },
883 { 883 {
884 "name": "$result", 884 "name": "$result",
885 "recipe_result": null, 885 "recipe_result": null,
886 "status_code": 0 886 "status_code": 0
887 } 887 }
888 ] 888 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698