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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder__ANGLE_.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@HEAD", 48 "src@HEAD",
49 "--revision", 49 "--revision",
50 "src/third_party/angle@HEAD", 50 "src/third_party/angle@HEAD",
51 "--output_manifest" 51 "--output_manifest"
52 ], 52 ],
53 "cwd": "[BUILDER_CACHE]\\Win_Builder__ANGLE_", 53 "cwd": "[BUILDER_CACHE]\\Win_Builder__ANGLE_",
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\": \"HEAD\", @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": \"HEAD\"@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": \"HEAD\"@@@",
65 "@@@STEP_LOG_LINE@json.output@ }, @@@", 65 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "~followup_annotations": [ 424 "~followup_annotations": [
425 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 425 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
426 ] 426 ]
427 }, 427 },
428 { 428 {
429 "name": "$result", 429 "name": "$result",
430 "recipe_result": null, 430 "recipe_result": null,
431 "status_code": 0 431 "status_code": 0
432 } 432 }
433 ] 433 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698