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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_win_release.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 11 matching lines...) Expand all
22 "[GIT_CACHE]", 22 "[GIT_CACHE]",
23 "--output_json", 23 "--output_json",
24 "/path/to/tmp/json", 24 "/path/to/tmp/json",
25 "--revision", 25 "--revision",
26 "v8@refs/branch-heads/4.2:20123", 26 "v8@refs/branch-heads/4.2:20123",
27 "--no_shallow", 27 "--no_shallow",
28 "--output_manifest", 28 "--output_manifest",
29 "--with_branch_heads" 29 "--with_branch_heads"
30 ], 30 ],
31 "env": { 31 "env": {
32 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 32 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
33 }, 33 },
34 "name": "bot_update", 34 "name": "bot_update",
35 "~followup_annotations": [ 35 "~followup_annotations": [
36 "@@@STEP_TEXT@Some step text@@@", 36 "@@@STEP_TEXT@Some step text@@@",
37 "@@@STEP_LOG_LINE@json.output@{@@@", 37 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"refs/branch-heads/4.2:20123\"@ @@", 40 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"refs/branch-heads/4.2:20123\"@ @@",
41 "@@@STEP_LOG_LINE@json.output@ }, @@@", 41 "@@@STEP_LOG_LINE@json.output@ }, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
322 ], 322 ],
323 "name": "package build" 323 "name": "package build"
324 }, 324 },
325 { 325 {
326 "name": "$result", 326 "name": "$result",
327 "recipe_result": null, 327 "recipe_result": null,
328 "status_code": 0 328 "status_code": 0
329 } 329 }
330 ] 330 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698