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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.json

Issue 1659163003: WebRTC: Add iOS bots running tests with the simulator (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updated more expectations Created 4 years, 10 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
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/test_failure.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "[BUILD]/scripts/slave/ios/host_info.py",
5 "--json-file",
6 "/path/to/tmp/json"
7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info",
10 "~followup_annotations": [
11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
12 "@@@STEP_LOG_LINE@json.output@{@@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
19 "@@@STEP_LOG_LINE@json.output@ ], @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
21 "@@@STEP_LOG_LINE@json.output@}@@@",
22 "@@@STEP_LOG_END@json.output@@@"
23 ]
24 },
25 {
26 "cmd": [
27 "python",
28 "-u",
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
30 "--master",
31 "chromium.fake",
32 "--builder",
33 "ios",
34 "--slave",
35 "fake-vm",
36 "--spec",
37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': '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', 'm ac']",
38 "--root",
39 "src",
40 "--revision_mapping_file",
41 "{\"src\": \"got_revision\"}",
42 "--output_json",
43 "/path/to/tmp/json",
44 "--revision",
45 "src@HEAD",
46 "--output_manifest"
47 ],
48 "cwd": "[SLAVE_BUILD]",
49 "name": "bot_update",
50 "~followup_annotations": [
51 "@@@STEP_LOG_LINE@json.output@{@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
54 "@@@STEP_LOG_LINE@json.output@}@@@",
55 "@@@STEP_LOG_END@json.output@@@"
56 ]
57 },
58 {
59 "cmd": [
60 "python",
61 "-u",
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
63 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json",
64 "/path/to/tmp/json"
65 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "read build config",
68 "~followup_annotations": [
69 "@@@STEP_LOG_LINE@json.output@{@@@",
70 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@",
73 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@",
74 "@@@STEP_LOG_LINE@json.output@ }, @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
79 "@@@STEP_LOG_LINE@json.output@ \"use_analyze\": \"false\", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
81 "@@@STEP_LOG_LINE@json.output@}@@@",
82 "@@@STEP_LOG_END@json.output@@@"
83 ]
84 },
85 {
86 "cmd": [
87 "echo",
88 "-e",
89 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": \"false\", \n \"xcode version\": \"fake xcode version\"\n} "
90 ],
91 "cwd": "[SLAVE_BUILD]",
92 "name": "finalize build config"
93 },
94 {
95 "cmd": [
96 "[BUILD]/scripts/slave/ios/find_xcode.py",
97 "--json-file",
98 "/path/to/tmp/json",
99 "--version",
100 "fake xcode version"
101 ],
102 "cwd": "[SLAVE_BUILD]",
103 "name": "find xcode",
104 "~followup_annotations": [
105 "@@@STEP_LOG_LINE@json.output@{}@@@",
106 "@@@STEP_LOG_END@json.output@@@"
107 ]
108 },
109 {
110 "cmd": [
111 "python",
112 "-u",
113 "[DEPOT_TOOLS]/gclient.py",
114 "runhooks"
115 ],
116 "cwd": "[SLAVE_BUILD]",
117 "env": {
118 "GYP_CROSSCOMPILE": "1",
119 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios",
120 "GYP_GENERATORS": "ninja",
121 "LANDMINES_VERBOSE": "1"
122 },
123 "name": "gclient runhooks",
124 "~followup_annotations": [
125 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
126 ]
127 },
128 {
129 "allow_subannotations": true,
130 "cmd": [
131 "python",
132 "-u",
133 "[BUILD]/scripts/slave/clang_revision.py",
134 "--src-dir",
135 "[SLAVE_BUILD]/src",
136 "--output-json",
137 "/path/to/tmp/json"
138 ],
139 "cwd": "[SLAVE_BUILD]",
140 "name": "clang_revision",
141 "~followup_annotations": [
142 "@@@STEP_LOG_LINE@json.output@{@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
144 "@@@STEP_LOG_LINE@json.output@}@@@",
145 "@@@STEP_LOG_END@json.output@@@"
146 ]
147 },
148 {
149 "cmd": [
150 "python",
151 "-u",
152 "[BUILD]/scripts/slave/compile.py",
153 "--target",
154 "Release-iphoneos",
155 "--src-dir",
156 "[SLAVE_BUILD]/src",
157 "--build-tool",
158 "ninja",
159 "--compiler",
160 "goma-clang",
161 "--goma-jsonstatus",
162 "/path/to/tmp/json",
163 "--goma-dir",
164 "[BUILD]/goma",
165 "--",
166 "All"
167 ],
168 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
169 "name": "compile",
170 "~followup_annotations": [
171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
172 "@@@STEP_LOG_END@json.output (invalid)@@@"
173 ]
174 },
175 {
176 "name": "$result",
177 "recipe_result": null,
178 "status_code": 0
179 }
180 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/test_failure.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698