| OLD | NEW |
| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 { | 210 { |
| 211 "cmd": [ | 211 "cmd": [ |
| 212 "ninja", | 212 "ninja", |
| 213 "-C", | 213 "-C", |
| 214 "[BUILDER_CACHE]/ios/src/out/Release-iphoneos" | 214 "[BUILDER_CACHE]/ios/src/out/Release-iphoneos" |
| 215 ], | 215 ], |
| 216 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", | 216 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", |
| 217 "name": "compile" | 217 "name": "compile" |
| 218 }, | 218 }, |
| 219 { | 219 { |
| 220 "cmd": [], |
| 221 "name": "bootstrap swarming" |
| 222 }, |
| 223 { |
| 224 "cmd": [ |
| 225 "python", |
| 226 "-u", |
| 227 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 228 "--path", |
| 229 "[SLAVE_BUILD]/swarming.client", |
| 230 "--url", |
| 231 "https://chromium.googlesource.com/external/swarming.client.git" |
| 232 ], |
| 233 "name": "bootstrap swarming.git setup (swarming_client)", |
| 234 "~followup_annotations": [ |
| 235 "@@@STEP_NEST_LEVEL@1@@@" |
| 236 ] |
| 237 }, |
| 238 { |
| 239 "cmd": [ |
| 240 "git", |
| 241 "retry", |
| 242 "fetch", |
| 243 "origin", |
| 244 "stable" |
| 245 ], |
| 246 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 247 "env": { |
| 248 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 249 }, |
| 250 "name": "bootstrap swarming.git fetch (swarming_client)", |
| 251 "~followup_annotations": [ |
| 252 "@@@STEP_NEST_LEVEL@1@@@" |
| 253 ] |
| 254 }, |
| 255 { |
| 256 "cmd": [ |
| 257 "git", |
| 258 "checkout", |
| 259 "-f", |
| 260 "FETCH_HEAD" |
| 261 ], |
| 262 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 263 "name": "bootstrap swarming.git checkout (swarming_client)", |
| 264 "~followup_annotations": [ |
| 265 "@@@STEP_NEST_LEVEL@1@@@" |
| 266 ] |
| 267 }, |
| 268 { |
| 269 "cmd": [ |
| 270 "git", |
| 271 "rev-parse", |
| 272 "HEAD" |
| 273 ], |
| 274 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 275 "name": "bootstrap swarming.read revision", |
| 276 "stdout": "/path/to/tmp/", |
| 277 "~followup_annotations": [ |
| 278 "@@@STEP_NEST_LEVEL@1@@@", |
| 279 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 280 ] |
| 281 }, |
| 282 { |
| 283 "cmd": [ |
| 284 "git", |
| 285 "clean", |
| 286 "-f", |
| 287 "-d", |
| 288 "-x" |
| 289 ], |
| 290 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 291 "name": "bootstrap swarming.git clean (swarming_client)", |
| 292 "~followup_annotations": [ |
| 293 "@@@STEP_NEST_LEVEL@1@@@" |
| 294 ] |
| 295 }, |
| 296 { |
| 297 "cmd": [ |
| 298 "git", |
| 299 "submodule", |
| 300 "sync" |
| 301 ], |
| 302 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 303 "name": "bootstrap swarming.submodule sync (swarming_client)", |
| 304 "~followup_annotations": [ |
| 305 "@@@STEP_NEST_LEVEL@1@@@" |
| 306 ] |
| 307 }, |
| 308 { |
| 309 "cmd": [ |
| 310 "git", |
| 311 "submodule", |
| 312 "update", |
| 313 "--init", |
| 314 "--recursive" |
| 315 ], |
| 316 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 317 "name": "bootstrap swarming.submodule update (swarming_client)", |
| 318 "~followup_annotations": [ |
| 319 "@@@STEP_NEST_LEVEL@1@@@" |
| 320 ] |
| 321 }, |
| 322 { |
| 323 "cmd": [ |
| 324 "python", |
| 325 "-u", |
| 326 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 327 "--version" |
| 328 ], |
| 329 "name": "bootstrap swarming.swarming.py --version", |
| 330 "stdout": "/path/to/tmp/", |
| 331 "~followup_annotations": [ |
| 332 "@@@STEP_NEST_LEVEL@1@@@", |
| 333 "@@@STEP_TEXT@1.2.3@@@" |
| 334 ] |
| 335 }, |
| 336 { |
| 337 "cmd": [], |
| 338 "name": "isolate" |
| 339 }, |
| 340 { |
| 341 "cmd": [ |
| 342 "python", |
| 343 "-u", |
| 344 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 345 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n
\"variables\": {\n \"command\": [\n \"src/ios/build/bo
ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n
\"--args-json\", \n \"{\\\"xctest\\\": <(xctest)}\", \n
\"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \"--
xcode-version\", \n \"<(xcode_version)\"\n ], \n \"
files\": [\n \"<(app_path)/\", \n \"src/ios/build/bots/scr
ipts/\"\n ]\n }\n }\n ]\n ]\n}", |
| 346 "[SLAVE_BUILD]/template.isolate" |
| 347 ], |
| 348 "name": "isolate.generate template.isolate", |
| 349 "~followup_annotations": [ |
| 350 "@@@STEP_NEST_LEVEL@1@@@", |
| 351 "@@@STEP_LOG_LINE@template.isolate@{@@@", |
| 352 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", |
| 353 "@@@STEP_LOG_LINE@template.isolate@ [@@@", |
| 354 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", |
| 355 "@@@STEP_LOG_LINE@template.isolate@ {@@@", |
| 356 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", |
| 357 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", |
| 358 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/run.py\", @@@", |
| 359 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", |
| 360 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", |
| 361 "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@", |
| 362 "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest
)}\", @@@", |
| 363 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", |
| 364 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@
", |
| 365 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", |
| 366 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\"@@@", |
| 367 "@@@STEP_LOG_LINE@template.isolate@ ], @@@", |
| 368 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@", |
| 369 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@", |
| 370 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/\"@@@", |
| 371 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 372 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 373 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 374 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 375 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 376 "@@@STEP_LOG_LINE@template.isolate@}@@@", |
| 377 "@@@STEP_LOG_END@template.isolate@@@" |
| 378 ] |
| 379 }, |
| 380 { |
| 381 "cmd": [], |
| 382 "name": "trigger" |
| 383 }, |
| 384 { |
| 220 "name": "$result", | 385 "name": "$result", |
| 221 "recipe_result": null, | 386 "recipe_result": null, |
| 222 "status_code": 0 | 387 "status_code": 0 |
| 223 } | 388 } |
| 224 ] | 389 ] |
| OLD | NEW |