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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_v8rel.expected/standard.json

Issue 2319853002: Remove ignored bot_update "force" parameter. (Closed)
Patch Set: rebase 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 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 15 matching lines...) Expand all
26 "--root", 26 "--root",
27 "src", 27 "src",
28 "--revision_mapping_file", 28 "--revision_mapping_file",
29 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\", \"v8\": \"got_revision\"}", 29 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\", \"v8\": \"got_revision\"}",
30 "--git-cache-dir", 30 "--git-cache-dir",
31 "[GIT_CACHE]", 31 "[GIT_CACHE]",
32 "--output_json", 32 "--output_json",
33 "/path/to/tmp/json", 33 "/path/to/tmp/json",
34 "--revision", 34 "--revision",
35 "src@HEAD", 35 "src@HEAD",
36 "--force",
37 "--no_shallow", 36 "--no_shallow",
38 "--output_manifest", 37 "--output_manifest",
39 "--with_branch_heads" 38 "--with_branch_heads"
40 ], 39 ],
41 "env": { 40 "env": {
42 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 41 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
43 }, 42 },
44 "name": "bot_update", 43 "name": "bot_update",
45 "~followup_annotations": [ 44 "~followup_annotations": [
46 "@@@STEP_TEXT@Some step text@@@", 45 "@@@STEP_TEXT@Some step text@@@",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "~followup_annotations": [ 151 "~followup_annotations": [
153 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@" 152 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@"
154 ] 153 ]
155 }, 154 },
156 { 155 {
157 "name": "$result", 156 "name": "$result",
158 "recipe_result": null, 157 "recipe_result": null,
159 "status_code": 0 158 "status_code": 0
160 } 159 }
161 ] 160 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_v8rel.py ('k') | scripts/slave/recipes/v8/infra_end_to_end.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698