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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Goma_Canary.json

Issue 1744653002: Add force=True to all chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 21 matching lines...) Expand all
32 "--root", 32 "--root",
33 "src", 33 "src",
34 "--revision_mapping_file", 34 "--revision_mapping_file",
35 "{\"src\": \"got_revision\", \"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_re vision\", \"src/v8\": \"got_v8_revision\"}", 35 "{\"src\": \"got_revision\", \"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_re vision\", \"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@HEAD", 41 "src@HEAD",
42 "--force",
42 "--output_manifest" 43 "--output_manifest"
43 ], 44 ],
44 "cwd": "[SLAVE_BUILD]", 45 "cwd": "[SLAVE_BUILD]",
45 "env": { 46 "env": {
46 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 47 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
47 }, 48 },
48 "name": "bot_update", 49 "name": "bot_update",
49 "~followup_annotations": [ 50 "~followup_annotations": [
50 "@@@STEP_TEXT@Some step text@@@", 51 "@@@STEP_TEXT@Some step text@@@",
51 "@@@STEP_LOG_LINE@json.output@{@@@", 52 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ], 267 ],
267 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
268 "name": "content_unittests" 269 "name": "content_unittests"
269 }, 270 },
270 { 271 {
271 "name": "$result", 272 "name": "$result",
272 "recipe_result": null, 273 "recipe_result": null,
273 "status_code": 0 274 "status_code": 0
274 } 275 }
275 ] 276 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698