| 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)@@@", |
| 11 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | 20 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 21 "@@@STEP_LOG_END@json.output@@@" | 21 "@@@STEP_LOG_END@json.output@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 29 "--master", |
| 30 "client.webrtc.fyi", | 30 "tryserver.webrtc", |
| 31 "--builder", | 31 "--builder", |
| 32 "iOS API Framework Builder", | 32 "ios_api_framework", |
| 33 "--slave", | 33 "--slave", |
| 34 "TestSlavename", | 34 "TestSlavename", |
| 35 "--spec", | 35 "--spec", |
| 36 "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']", | 36 "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']", |
| 37 "--root", | 37 "--root", |
| 38 "src", | 38 "src", |
| 39 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 41 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 43 "--issue", |
| 44 "12853011", |
| 45 "--patchset", |
| 46 "1", |
| 47 "--rietveld_server", |
| 48 "https://codereview.chromium.org", |
| 43 "--output_json", | 49 "--output_json", |
| 44 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 45 "--revision", | 51 "--revision", |
| 46 "src@HEAD", | 52 "src@HEAD", |
| 47 "--output_manifest" | 53 "--output_manifest" |
| 48 ], | 54 ], |
| 49 "env": { | 55 "env": { |
| 50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 51 }, | 57 }, |
| 52 "name": "bot_update", | 58 "name": "bot_update", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 ], | 92 ], |
| 87 "cwd": "[SLAVE_BUILD]/src", | 93 "cwd": "[SLAVE_BUILD]/src", |
| 88 "env": { | 94 "env": { |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 95 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 90 }, | 96 }, |
| 91 "name": "gclient runhooks" | 97 "name": "gclient runhooks" |
| 92 }, | 98 }, |
| 93 { | 99 { |
| 94 "cmd": [ | 100 "cmd": [ |
| 95 "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh", | 101 "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh", |
| 96 "-c" | |
| 97 ], | |
| 98 "cwd": "[SLAVE_BUILD]/src", | |
| 99 "name": "cleanup" | |
| 100 }, | |
| 101 { | |
| 102 "cmd": [ | |
| 103 "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh", | |
| 104 "-r", | 102 "-r", |
| 105 "170242" | 103 "170242" |
| 106 ], | 104 ], |
| 107 "cwd": "[SLAVE_BUILD]/src", | 105 "cwd": "[SLAVE_BUILD]/src", |
| 108 "name": "build", | 106 "name": "build" |
| 109 "~followup_annotations": [ | |
| 110 "step returned non-zero exit code: 1", | |
| 111 "@@@STEP_FAILURE@@@" | |
| 112 ] | |
| 113 }, | 107 }, |
| 114 { | 108 { |
| 115 "name": "$result", | 109 "name": "$result", |
| 116 "reason": "Step('build') failed with return_code 1", | 110 "recipe_result": null, |
| 117 "status_code": 1 | 111 "status_code": 0 |
| 118 } | 112 } |
| 119 ] | 113 ] |
| OLD | NEW |