Chromium Code Reviews| Index: scripts/slave/recipes/webrtc/ios_cocoapod.expected/build_failure.json |
| diff --git a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/rolling_activated.json b/scripts/slave/recipes/webrtc/ios_cocoapod.expected/build_failure.json |
| similarity index 67% |
| copy from scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/rolling_activated.json |
| copy to scripts/slave/recipes/webrtc/ios_cocoapod.expected/build_failure.json |
| index cdae6c57d7ecf1a230b9311299828733428aff13..c29a9bedb2e1f16448bb036302547601efc175a1 100644 |
| --- a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/rolling_activated.json |
| +++ b/scripts/slave/recipes/webrtc/ios_cocoapod.expected/build_failure.json |
| @@ -1,18 +1,25 @@ |
| [ |
| { |
| "cmd": [ |
| - "python", |
| - "-u", |
| - "[BUILD]/scripts/tools/pycurl.py", |
| - "https://webrtc-roll-cr-rev-status.appspot.com/status" |
| + "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| + "--json-file", |
| + "/path/to/tmp/json" |
| ], |
| "cwd": "[SLAVE_BUILD]", |
| - "name": "check roll status", |
| - "stdout": "/path/to/tmp/", |
| + "name": "host and tools info", |
| "~followup_annotations": [ |
| - "@@@STEP_TEXT@Rolling activated@@@", |
| - "@@@STEP_LOG_LINE@stdout@1@@@", |
| - "@@@STEP_LOG_END@stdout@@@" |
| + "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| + "@@@STEP_LOG_LINE@json.output@{@@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| + "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
| + "@@@STEP_LOG_LINE@json.output@}@@@", |
| + "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| @@ -23,11 +30,11 @@ |
| "--master", |
| "client.webrtc.fyi", |
| "--builder", |
| - "Auto-roll - WebRTC DEPS", |
| + "iOS CocoaPod Builder", |
|
tkchin_webrtc
2016/04/05 21:15:51
nit: this technically builds the WebRTC API framew
kjellander_chromium
2016/04/06 16:08:51
I suspected I had got this wrong :) Updated.
|
| "--slave", |
| - "TestSlavename", |
| + "slavename", |
| "--spec", |
| - "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'}]", |
| + "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']", |
| "--root", |
| "src", |
| "--revision_mapping_file", |
| @@ -38,7 +45,6 @@ |
| "/path/to/tmp/json", |
| "--revision", |
| "src@HEAD", |
| - "--force", |
| "--output_manifest" |
| ], |
| "cwd": "[SLAVE_BUILD]", |
| @@ -75,50 +81,19 @@ |
| }, |
| { |
| "cmd": [ |
| - "python", |
| - "-u", |
| - "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| - "runhooks" |
| + "/bin/bash", |
| + "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_framework.sh" |
| ], |
| "cwd": "[SLAVE_BUILD]", |
| - "env": { |
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| - }, |
| - "name": "gclient runhooks" |
| - }, |
| - { |
| - "cmd": [ |
| - "git", |
| - "checkout", |
| - "-f", |
| - "master" |
| - ], |
| - "cwd": "[SLAVE_BUILD]/src", |
| - "name": "git checkout" |
| - }, |
| - { |
| - "cmd": [ |
| - "git", |
| - "clean", |
| - "-ffd" |
| - ], |
| - "cwd": "[SLAVE_BUILD]/src", |
| - "name": "git clean" |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "[SLAVE_BUILD]/src/tools/autoroller/roll_chromium_revision.py", |
| - "--clean", |
| - "--verbose" |
| - ], |
| - "cwd": "[SLAVE_BUILD]/src", |
| - "name": "autoroll chromium_revision" |
| + "name": "build cocoapod", |
| + "~followup_annotations": [ |
| + "step returned non-zero exit code: 1", |
| + "@@@STEP_FAILURE@@@" |
| + ] |
| }, |
| { |
| "name": "$result", |
| - "recipe_result": null, |
| - "status_code": 0 |
| + "reason": "Step('build cocoapod') failed with return_code 1", |
| + "status_code": 1 |
| } |
| ] |