Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "-u", | 5 "--json-file", |
| 6 "[BUILD]/scripts/tools/pycurl.py", | 6 "/path/to/tmp/json" |
| 7 "https://webrtc-roll-cr-rev-status.appspot.com/status" | |
| 8 ], | 7 ], |
| 9 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "check roll status", | 9 "name": "host and tools info", |
| 11 "stdout": "/path/to/tmp/", | |
| 12 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 13 "@@@STEP_TEXT@Rolling activated@@@", | 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 14 "@@@STEP_LOG_LINE@stdout@1@@@", | 12 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 15 "@@@STEP_LOG_END@stdout@@@" | 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@@@" | |
| 16 ] | 23 ] |
| 17 }, | 24 }, |
| 18 { | 25 { |
| 19 "cmd": [ | 26 "cmd": [ |
| 20 "python", | 27 "python", |
| 21 "-u", | 28 "-u", |
| 22 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 23 "--master", | 30 "--master", |
| 24 "client.webrtc.fyi", | 31 "client.webrtc.fyi", |
| 25 "--builder", | 32 "--builder", |
| 26 "Auto-roll - WebRTC DEPS", | 33 "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.
| |
| 27 "--slave", | 34 "--slave", |
| 28 "TestSlavename", | 35 "slavename", |
| 29 "--spec", | 36 "--spec", |
| 30 "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'}]", | 37 "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']", |
| 31 "--root", | 38 "--root", |
| 32 "src", | 39 "src", |
| 33 "--revision_mapping_file", | 40 "--revision_mapping_file", |
| 34 "{\"src\": \"got_revision\"}", | 41 "{\"src\": \"got_revision\"}", |
| 35 "--git-cache-dir", | 42 "--git-cache-dir", |
| 36 "[GIT_CACHE]", | 43 "[GIT_CACHE]", |
| 37 "--output_json", | 44 "--output_json", |
| 38 "/path/to/tmp/json", | 45 "/path/to/tmp/json", |
| 39 "--revision", | 46 "--revision", |
| 40 "src@HEAD", | 47 "src@HEAD", |
| 41 "--force", | |
| 42 "--output_manifest" | 48 "--output_manifest" |
| 43 ], | 49 ], |
| 44 "cwd": "[SLAVE_BUILD]", | 50 "cwd": "[SLAVE_BUILD]", |
| 45 "env": { | 51 "env": { |
| 46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 47 }, | 53 }, |
| 48 "name": "bot_update", | 54 "name": "bot_update", |
| 49 "~followup_annotations": [ | 55 "~followup_annotations": [ |
| 50 "@@@STEP_TEXT@Some step text@@@", | 56 "@@@STEP_TEXT@Some step text@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@{@@@", | 57 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 68 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@}@@@", | 76 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 71 "@@@STEP_LOG_END@json.output@@@", | 77 "@@@STEP_LOG_END@json.output@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", |
| 73 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 74 ] | 80 ] |
| 75 }, | 81 }, |
| 76 { | 82 { |
| 77 "cmd": [ | 83 "cmd": [ |
| 78 "python", | 84 "/bin/bash", |
| 79 "-u", | 85 "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_framework.sh" |
| 80 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 81 "runhooks" | |
| 82 ], | 86 ], |
| 83 "cwd": "[SLAVE_BUILD]", | 87 "cwd": "[SLAVE_BUILD]", |
| 84 "env": { | 88 "name": "build cocoapod", |
| 85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 89 "~followup_annotations": [ |
| 86 }, | 90 "step returned non-zero exit code: 1", |
| 87 "name": "gclient runhooks" | 91 "@@@STEP_FAILURE@@@" |
| 88 }, | 92 ] |
| 89 { | |
| 90 "cmd": [ | |
| 91 "git", | |
| 92 "checkout", | |
| 93 "-f", | |
| 94 "master" | |
| 95 ], | |
| 96 "cwd": "[SLAVE_BUILD]/src", | |
| 97 "name": "git checkout" | |
| 98 }, | |
| 99 { | |
| 100 "cmd": [ | |
| 101 "git", | |
| 102 "clean", | |
| 103 "-ffd" | |
| 104 ], | |
| 105 "cwd": "[SLAVE_BUILD]/src", | |
| 106 "name": "git clean" | |
| 107 }, | |
| 108 { | |
| 109 "cmd": [ | |
| 110 "python", | |
| 111 "-u", | |
| 112 "[SLAVE_BUILD]/src/tools/autoroller/roll_chromium_revision.py", | |
| 113 "--clean", | |
| 114 "--verbose" | |
| 115 ], | |
| 116 "cwd": "[SLAVE_BUILD]/src", | |
| 117 "name": "autoroll chromium_revision" | |
| 118 }, | 93 }, |
| 119 { | 94 { |
| 120 "name": "$result", | 95 "name": "$result", |
| 121 "recipe_result": null, | 96 "reason": "Step('build cocoapod') failed with return_code 1", |
| 122 "status_code": 0 | 97 "status_code": 1 |
| 123 } | 98 } |
| 124 ] | 99 ] |
| OLD | NEW |