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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios.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/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 18 matching lines...) Expand all
29 "1", 29 "1",
30 "--rietveld_server", 30 "--rietveld_server",
31 "https://rietveld.example.com", 31 "https://rietveld.example.com",
32 "--output_json", 32 "--output_json",
33 "/path/to/tmp/json", 33 "/path/to/tmp/json",
34 "--revision", 34 "--revision",
35 "src@deadbeef", 35 "src@deadbeef",
36 "--output_manifest" 36 "--output_manifest"
37 ], 37 ],
38 "env": { 38 "env": {
39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 39 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
40 }, 40 },
41 "name": "bot_update", 41 "name": "bot_update",
42 "~followup_annotations": [ 42 "~followup_annotations": [
43 "@@@STEP_TEXT@Some step text@@@", 43 "@@@STEP_TEXT@Some step text@@@",
44 "@@@STEP_LOG_LINE@json.output@{@@@", 44 "@@@STEP_LOG_LINE@json.output@{@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@",
48 "@@@STEP_LOG_LINE@json.output@ }, @@@", 48 "@@@STEP_LOG_LINE@json.output@ }, @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 49 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
209 "@@@STEP_LOG_END@json.output (invalid)@@@" 209 "@@@STEP_LOG_END@json.output (invalid)@@@"
210 ] 210 ]
211 }, 211 },
212 { 212 {
213 "name": "$result", 213 "name": "$result",
214 "recipe_result": null, 214 "recipe_result": null,
215 "status_code": 0 215 "status_code": 0
216 } 216 }
217 ] 217 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698