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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "--git-cache-dir", 43 "--git-cache-dir",
44 "[GIT_CACHE]", 44 "[GIT_CACHE]",
45 "--output_json", 45 "--output_json",
46 "/path/to/tmp/json", 46 "/path/to/tmp/json",
47 "--revision", 47 "--revision",
48 "src@HEAD", 48 "src@HEAD",
49 "--output_manifest" 49 "--output_manifest"
50 ], 50 ],
51 "cwd": "[BUILDER_CACHE]\\Win_x64_Builder__dbg_", 51 "cwd": "[BUILDER_CACHE]\\Win_x64_Builder__dbg_",
52 "env": { 52 "env": {
53 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 53 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
54 }, 54 },
55 "name": "bot_update", 55 "name": "bot_update",
56 "~followup_annotations": [ 56 "~followup_annotations": [
57 "@@@STEP_TEXT@Some step text@@@", 57 "@@@STEP_TEXT@Some step text@@@",
58 "@@@STEP_LOG_LINE@json.output@{@@@", 58 "@@@STEP_LOG_LINE@json.output@{@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
62 "@@@STEP_LOG_LINE@json.output@ }, @@@", 62 "@@@STEP_LOG_LINE@json.output@ }, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 Build er (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_bui ldername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 361 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 Build er (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_bui ldername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
362 ], 362 ],
363 "name": "package build" 363 "name": "package build"
364 }, 364 },
365 { 365 {
366 "name": "$result", 366 "name": "$result",
367 "recipe_result": null, 367 "recipe_result": null,
368 "status_code": 0 368 "status_code": 0
369 } 369 }
370 ] 370 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698