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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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/skia@origin/master", 50 "src/third_party/skia@origin/master",
51 "--output_manifest" 51 "--output_manifest"
52 ], 52 ],
53 "cwd": "[BUILDER_CACHE]\\win", 53 "cwd": "[BUILDER_CACHE]\\win",
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/skia\": \"origin/maste r\"@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/skia\": \"origin/maste r\"@@@",
65 "@@@STEP_LOG_LINE@json.output@ }, @@@", 65 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "~followup_annotations": [ 467 "~followup_annotations": [
468 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 468 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
469 ] 469 ]
470 }, 470 },
471 { 471 {
472 "name": "$result", 472 "name": "$result",
473 "recipe_result": null, 473 "recipe_result": null,
474 "status_code": 0 474 "status_code": 0
475 } 475 }
476 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698