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

Side by Side Diff: scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Coverage.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 "print \"dummy taskkill\"" 6 "print \"dummy taskkill\""
7 ], 7 ],
8 "name": "taskkill", 8 "name": "taskkill",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_LOG_LINE@python.inline@print \"dummy taskkill\"@@@", 10 "@@@STEP_LOG_LINE@python.inline@print \"dummy taskkill\"@@@",
(...skipping 13 matching lines...) Expand all
24 "{\"src\": \"got_revision\"}", 24 "{\"src\": \"got_revision\"}",
25 "--git-cache-dir", 25 "--git-cache-dir",
26 "[GIT_CACHE]", 26 "[GIT_CACHE]",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", 30 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7",
31 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "env": { 33 "env": {
34 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 34 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
35 }, 35 },
36 "name": "bot_update", 36 "name": "bot_update",
37 "~followup_annotations": [ 37 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d 6d907cf86f7\"@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d 6d907cf86f7\"@@@",
43 "@@@STEP_LOG_LINE@json.output@ }, @@@", 43 "@@@STEP_LOG_LINE@json.output@ }, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "[SLAVE_BUILD]\\src\\build" 299 "[SLAVE_BUILD]\\src\\build"
300 ], 300 ],
301 "name": "smoke_test" 301 "name": "smoke_test"
302 }, 302 },
303 { 303 {
304 "name": "$result", 304 "name": "$result",
305 "recipe_result": null, 305 "recipe_result": null,
306 "status_code": 0 306 "status_code": 0
307 } 307 }
308 ] 308 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698