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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win10_Tester.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, 10 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 17 matching lines...) Expand all
28 "--git-cache-dir", 28 "--git-cache-dir",
29 "[GIT_CACHE]", 29 "[GIT_CACHE]",
30 "--output_json", 30 "--output_json",
31 "/path/to/tmp/json", 31 "/path/to/tmp/json",
32 "--revision", 32 "--revision",
33 "src@HEAD", 33 "src@HEAD",
34 "--revision", 34 "--revision",
35 "src/third_party/libjingle/source/talk@HEAD", 35 "src/third_party/libjingle/source/talk@HEAD",
36 "--revision", 36 "--revision",
37 "src/third_party/webrtc@HEAD", 37 "src/third_party/webrtc@HEAD",
38 "--force",
38 "--output_manifest" 39 "--output_manifest"
39 ], 40 ],
40 "cwd": "[SLAVE_BUILD]", 41 "cwd": "[SLAVE_BUILD]",
41 "env": { 42 "env": {
42 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" 43 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
43 }, 44 },
44 "name": "bot_update", 45 "name": "bot_update",
45 "~followup_annotations": [ 46 "~followup_annotations": [
46 "@@@STEP_TEXT@Some step text@@@", 47 "@@@STEP_TEXT@Some step text@@@",
47 "@@@STEP_LOG_LINE@json.output@{@@@", 48 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 ], 394 ],
394 "cwd": "[SLAVE_BUILD]", 395 "cwd": "[SLAVE_BUILD]",
395 "name": "process_dumps" 396 "name": "process_dumps"
396 }, 397 },
397 { 398 {
398 "name": "$result", 399 "name": "$result",
399 "recipe_result": null, 400 "recipe_result": null,
400 "status_code": 0 401 "status_code": 0
401 } 402 }
402 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698