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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win64_nv_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 "RECIPE_MODULE[build::bisect_tester]\\resources\\put_temp.py" 6 "RECIPE_MODULE[build::bisect_tester]\\resources\\put_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "saving url to temp file", 9 "name": "saving url to temp file",
10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571", 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "--root", 53 "--root",
54 "src", 54 "src",
55 "--revision_mapping_file", 55 "--revision_mapping_file",
56 "{\"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\"}", 56 "{\"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\"}",
57 "--git-cache-dir", 57 "--git-cache-dir",
58 "[GIT_CACHE]", 58 "[GIT_CACHE]",
59 "--output_json", 59 "--output_json",
60 "/path/to/tmp/json", 60 "/path/to/tmp/json",
61 "--revision", 61 "--revision",
62 "src@1111111", 62 "src@1111111",
63 "--force",
63 "--output_manifest" 64 "--output_manifest"
64 ], 65 ],
65 "cwd": "[SLAVE_BUILD]", 66 "cwd": "[SLAVE_BUILD]",
66 "env": { 67 "env": {
67 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" 68 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
68 }, 69 },
69 "name": "bot_update", 70 "name": "bot_update",
70 "~followup_annotations": [ 71 "~followup_annotations": [
71 "@@@STEP_TEXT@Some step text@@@", 72 "@@@STEP_TEXT@Some step text@@@",
72 "@@@STEP_LOG_LINE@json.output@{@@@", 73 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 ], 313 ],
313 "cwd": "[SLAVE_BUILD]", 314 "cwd": "[SLAVE_BUILD]",
314 "name": "process_dumps" 315 "name": "process_dumps"
315 }, 316 },
316 { 317 {
317 "name": "$result", 318 "name": "$result",
318 "recipe_result": null, 319 "recipe_result": null,
319 "status_code": 0 320 "status_code": 0
320 } 321 }
321 ] 322 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698