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

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

Issue 2345203002: 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 24 matching lines...) Expand all
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"
43 ], 43 ],
44 "env": { 44 "env": {
45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 45 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
46 }, 46 },
47 "name": "bot_update", 47 "name": "bot_update",
48 "~followup_annotations": [ 48 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@", 49 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@", 50 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"4f4b02f6b7fa20a3a25682c457bbc 8ad589c8a00\"@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"4f4b02f6b7fa20a3a25682c457bbc 8ad589c8a00\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@", 54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 823 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