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

Side by Side Diff: scripts/slave/recipes/chromium_pgo.expected/full_tryserver_chromium_win_win_pgo.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 15 matching lines...) Expand all
26 "1", 26 "1",
27 "--rietveld_server", 27 "--rietveld_server",
28 "https://codereview.chromium.org", 28 "https://codereview.chromium.org",
29 "--output_json", 29 "--output_json",
30 "/path/to/tmp/json", 30 "/path/to/tmp/json",
31 "--revision", 31 "--revision",
32 "src@HEAD", 32 "src@HEAD",
33 "--output_manifest" 33 "--output_manifest"
34 ], 34 ],
35 "env": { 35 "env": {
36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 36 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
37 }, 37 },
38 "name": "bot_update", 38 "name": "bot_update",
39 "~followup_annotations": [ 39 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 40 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 41 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
45 "@@@STEP_LOG_LINE@json.output@ }, @@@", 45 "@@@STEP_LOG_LINE@json.output@ }, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1 2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \" repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \" HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 752 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1 2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \" repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \" HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
753 ], 753 ],
754 "name": "package build" 754 "name": "package build"
755 }, 755 },
756 { 756 {
757 "name": "$result", 757 "name": "$result",
758 "recipe_result": null, 758 "recipe_result": null,
759 "status_code": 0 759 "status_code": 0
760 } 760 }
761 ] 761 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698