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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "--output_json", 45 "--output_json",
46 "/path/to/tmp/json", 46 "/path/to/tmp/json",
47 "--revision", 47 "--revision",
48 "src@origin/lkgr", 48 "src@origin/lkgr",
49 "--revision", 49 "--revision",
50 "src/v8@22135", 50 "src/v8@22135",
51 "--output_manifest" 51 "--output_manifest"
52 ], 52 ],
53 "cwd": "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN", 53 "cwd": "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN",
54 "env": { 54 "env": {
55 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 55 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
56 }, 56 },
57 "name": "bot_update", 57 "name": "bot_update",
58 "~followup_annotations": [ 58 "~followup_annotations": [
59 "@@@STEP_TEXT@Some step text@@@", 59 "@@@STEP_TEXT@Some step text@@@",
60 "@@@STEP_LOG_LINE@json.output@{@@@", 60 "@@@STEP_LOG_LINE@json.output@{@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkgr\", @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkgr\", @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"22135\"@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"22135\"@@@",
65 "@@@STEP_LOG_LINE@json.output@ }, @@@", 65 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
384 "@@@STEP_LOG_END@python.inline@@@" 384 "@@@STEP_LOG_END@python.inline@@@"
385 ] 385 ]
386 }, 386 },
387 { 387 {
388 "name": "$result", 388 "name": "$result",
389 "recipe_result": null, 389 "recipe_result": null,
390 "status_code": 0 390 "status_code": 0
391 } 391 }
392 ] 392 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698