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

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

Issue 2237793002: WebRTC: Add gyp_script parameter to ios recipe module's run_mb call. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 ], 111 ],
112 "name": "read build config", 112 "name": "read build config",
113 "~followup_annotations": [ 113 "~followup_annotations": [
114 "@@@STEP_LOG_LINE@json.output@{@@@", 114 "@@@STEP_LOG_LINE@json.output@{@@@",
115 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 115 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
116 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 116 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
117 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 117 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
118 "@@@STEP_LOG_LINE@json.output@ }, @@@", 118 "@@@STEP_LOG_LINE@json.output@ }, @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 119 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
120 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 120 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
121 "@@@STEP_LOG_LINE@json.output@ \"mb_type\": \"gyp\", @@@",
121 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", 122 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@",
122 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", 123 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@",
123 "@@@STEP_LOG_LINE@json.output@ {@@@", 124 "@@@STEP_LOG_LINE@json.output@ {@@@",
124 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests 1\", @@@", 125 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests 1\", @@@",
125 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" , 126 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" ,
126 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.0\"@@@", 127 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.0\"@@@",
127 "@@@STEP_LOG_LINE@json.output@ }, @@@", 128 "@@@STEP_LOG_LINE@json.output@ }, @@@",
128 "@@@STEP_LOG_LINE@json.output@ {@@@", 129 "@@@STEP_LOG_LINE@json.output@ {@@@",
129 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests 2\", @@@", 130 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests 2\", @@@",
130 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" , 131 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" ,
131 "@@@STEP_LOG_LINE@json.output@ \"os\": \"7.1\"@@@", 132 "@@@STEP_LOG_LINE@json.output@ \"os\": \"7.1\"@@@",
132 "@@@STEP_LOG_LINE@json.output@ }@@@", 133 "@@@STEP_LOG_LINE@json.output@ }@@@",
133 "@@@STEP_LOG_LINE@json.output@ ], @@@", 134 "@@@STEP_LOG_LINE@json.output@ ], @@@",
134 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 135 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
135 "@@@STEP_LOG_LINE@json.output@}@@@", 136 "@@@STEP_LOG_LINE@json.output@}@@@",
136 "@@@STEP_LOG_END@json.output@@@" 137 "@@@STEP_LOG_END@json.output@@@"
137 ] 138 ]
138 }, 139 },
139 { 140 {
140 "cmd": [ 141 "cmd": [
141 "echo", 142 "echo",
142 "-e", 143 "-e",
143 "{\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 }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_t ype\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \" id\": \"0\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake test s 2\", \n \"device type\": \"fake device\", \n \"id\": \"1\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": tr ue, \n \"xcode version\": \"fake xcode version\"\n}" 144 "{\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 }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_t ype\": \"gyp\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"id\": \"0\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake t ests 2\", \n \"device type\": \"fake device\", \n \"id\": \"1\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
144 ], 145 ],
145 "name": "finalize build config" 146 "name": "finalize build config"
146 }, 147 },
147 { 148 {
148 "cmd": [ 149 "cmd": [
149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 150 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
150 "--json-file", 151 "--json-file",
151 "/path/to/tmp/json", 152 "/path/to/tmp/json",
152 "--version", 153 "--version",
153 "fake xcode version" 154 "fake xcode version"
154 ], 155 ],
155 "name": "find xcode", 156 "name": "find xcode",
156 "~followup_annotations": [ 157 "~followup_annotations": [
157 "@@@STEP_LOG_LINE@json.output@{}@@@", 158 "@@@STEP_LOG_LINE@json.output@{}@@@",
158 "@@@STEP_LOG_END@json.output@@@" 159 "@@@STEP_LOG_END@json.output@@@"
159 ] 160 ]
160 }, 161 },
161 { 162 {
162 "cmd": [ 163 "cmd": [
163 "python", 164 "python",
164 "-u", 165 "-u",
165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 166 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
166 "runhooks" 167 "runhooks"
167 ], 168 ],
168 "cwd": "[BUILDER_CACHE]/ios/src", 169 "cwd": "[BUILDER_CACHE]/ios/src",
169 "env": { 170 "env": {
171 "GYP_CHROMIUM_NO_ACTION": "1",
170 "GYP_CROSSCOMPILE": "1", 172 "GYP_CROSSCOMPILE": "1",
171 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 173 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
172 "GYP_GENERATORS": "ninja", 174 "GYP_GENERATORS": "ninja",
173 "LANDMINES_VERBOSE": "1", 175 "LANDMINES_VERBOSE": "1",
174 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 176 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
175 }, 177 },
176 "name": "gclient runhooks", 178 "name": "gclient runhooks",
177 "~followup_annotations": [ 179 "~followup_annotations": [
178 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 180 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios<br />GY P_CHROMIUM_NO_ACTION=1@@@"
179 ] 181 ]
180 }, 182 },
181 { 183 {
184 "cmd": [],
185 "name": "ensure_goma"
186 },
187 {
188 "cmd": [
189 "python",
190 "-u",
191 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
192 "--platform",
193 "mac-amd64",
194 "--dest-directory",
195 "[SLAVE_BUILD]/cipd",
196 "--json-output",
197 "/path/to/tmp/json"
198 ],
199 "name": "ensure_goma.install cipd",
200 "~followup_annotations": [
201 "@@@STEP_NEST_LEVEL@1@@@",
202 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
203 "@@@STEP_LOG_LINE@json.output@{@@@",
204 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
205 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
206 "@@@STEP_LOG_LINE@json.output@}@@@",
207 "@@@STEP_LOG_END@json.output@@@"
208 ]
209 },
210 {
211 "cmd": [
212 "[SLAVE_BUILD]/cipd/cipd",
213 "ensure",
214 "--root",
215 "[CACHE]/cipd/goma",
216 "--list",
217 "infra_internal/goma/client/mac-amd64 release",
218 "--json-output",
219 "/path/to/tmp/json",
220 "--service-account-json",
221 "/creds/service_accounts/service-account-goma-client.json"
222 ],
223 "name": "ensure_goma.ensure_installed",
224 "~followup_annotations": [
225 "@@@STEP_NEST_LEVEL@1@@@",
226 "@@@STEP_LOG_LINE@json.output@{@@@",
227 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
228 "@@@STEP_LOG_LINE@json.output@ {@@@",
229 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
230 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
231 "@@@STEP_LOG_LINE@json.output@ }@@@",
232 "@@@STEP_LOG_LINE@json.output@ ]@@@",
233 "@@@STEP_LOG_LINE@json.output@}@@@",
234 "@@@STEP_LOG_END@json.output@@@"
235 ]
236 },
237 {
238 "cmd": [
239 "python",
240 "-u",
241 "[BUILDER_CACHE]/ios/src/tools/mb/mb.py",
242 "gen",
243 "-m",
244 "chromium.fake",
245 "-b",
246 "ios",
247 "--config-file",
248 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl",
249 "--goma-dir",
250 "[CACHE]/cipd/goma",
251 "--gyp-script=[BUILDER_CACHE]/ios/src/webrtc/build/gyp_webrtc.py",
252 "//out/Debug-iphonesimulator"
253 ],
254 "cwd": "[BUILDER_CACHE]/ios/src",
255 "env": {
256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
257 },
258 "name": "generate_build_files"
259 },
260 {
182 "cmd": [ 261 "cmd": [
183 "ninja", 262 "ninja",
184 "-C", 263 "-C",
185 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator" 264 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator"
186 ], 265 ],
187 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator", 266 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator",
188 "name": "compile" 267 "name": "compile"
189 }, 268 },
190 { 269 {
191 "cmd": [ 270 "cmd": [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "@@@STEP_LINK@fake URL text@fake URL@@@" 336 "@@@STEP_LINK@fake URL text@fake URL@@@"
258 ] 337 ]
259 }, 338 },
260 { 339 {
261 "name": "$result", 340 "name": "$result",
262 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 341 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
263 "recipe_result": null, 342 "recipe_result": null,
264 "status_code": 1 343 "status_code": 1
265 } 344 }
266 ] 345 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698