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

Side by Side Diff: scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json

Issue 2331563002: 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "@@@STEP_LOG_END@python.inline@@@" 43 "@@@STEP_LOG_END@python.inline@@@"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python", 48 "python",
49 "-u", 49 "-u",
50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
51 "--spec", 51 "--spec",
52 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']", 52 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']",
53 "--root", 53 "--patch_root",
54 "src", 54 "src",
55 "--revision_mapping_file", 55 "--revision_mapping_file",
56 "{\"src\": \"got_revision\"}", 56 "{\"src\": \"got_revision\"}",
57 "--git-cache-dir", 57 "--git-cache-dir",
58 "[GIT_CACHE]", 58 "[GIT_CACHE]",
59 "--issue", 59 "--issue",
60 "12853011", 60 "12853011",
61 "--patchset", 61 "--patchset",
62 "1", 62 "1",
63 "--rietveld_server", 63 "--rietveld_server",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 ], 121 ],
122 "cwd": "[BUILDER_CACHE]/ios_api_framework/src", 122 "cwd": "[BUILDER_CACHE]/ios_api_framework/src",
123 "name": "build" 123 "name": "build"
124 }, 124 },
125 { 125 {
126 "name": "$result", 126 "name": "$result",
127 "recipe_result": null, 127 "recipe_result": null,
128 "status_code": 0 128 "status_code": 0
129 } 129 }
130 ] 130 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698