| 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 29 "[BUILDER_CACHE]/iOS_API_Framework_Builder", |
| 30 "511" |
| 31 ], |
| 32 "name": "makedirs checkout path", |
| 33 "~followup_annotations": [ |
| 34 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 43 "@@@STEP_LOG_END@python.inline@@@" |
| 44 ] |
| 45 }, |
| 46 { |
| 47 "cmd": [ |
| 48 "python", |
| 49 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 51 "--master", |
| 30 "client.webrtc", | 52 "client.webrtc", |
| 31 "--builder", | 53 "--builder", |
| 32 "iOS API Framework Builder", | 54 "iOS API Framework Builder", |
| 33 "--slave", | 55 "--slave", |
| 34 "TestSlavename", | 56 "TestSlavename", |
| 35 "--spec", | 57 "--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']", | 58 "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", | 59 "--root", |
| 38 "src", | 60 "src", |
| 39 "--revision_mapping_file", | 61 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 62 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 63 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 64 "[GIT_CACHE]", |
| 43 "--output_json", | 65 "--output_json", |
| 44 "/path/to/tmp/json", | 66 "/path/to/tmp/json", |
| 45 "--revision", | 67 "--revision", |
| 46 "src@HEAD", | 68 "src@HEAD", |
| 47 "--output_manifest" | 69 "--output_manifest" |
| 48 ], | 70 ], |
| 71 "cwd": "[BUILDER_CACHE]/iOS_API_Framework_Builder", |
| 49 "env": { | 72 "env": { |
| 50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 51 }, | 74 }, |
| 52 "name": "bot_update", | 75 "name": "bot_update", |
| 53 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 54 "@@@STEP_TEXT@Some step text@@@", | 77 "@@@STEP_TEXT@Some step text@@@", |
| 55 "@@@STEP_LOG_LINE@json.output@{@@@", | 78 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 56 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 57 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 78 ] | 101 ] |
| 79 }, | 102 }, |
| 80 { | 103 { |
| 81 "cmd": [ | 104 "cmd": [ |
| 82 "python", | 105 "python", |
| 83 "-u", | 106 "-u", |
| 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 85 "runhooks" | 108 "runhooks" |
| 86 ], | 109 ], |
| 87 "cwd": "[SLAVE_BUILD]/src", | 110 "cwd": "[BUILDER_CACHE]/iOS_API_Framework_Builder/src", |
| 88 "env": { | 111 "env": { |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 112 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 90 }, | 113 }, |
| 91 "name": "gclient runhooks" | 114 "name": "gclient runhooks" |
| 92 }, | 115 }, |
| 93 { | 116 { |
| 94 "cmd": [ | 117 "cmd": [ |
| 95 "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh", | 118 "[BUILDER_CACHE]/iOS_API_Framework_Builder/src/webrtc/build/ios/build_ios_
libs.sh", |
| 96 "-c" | 119 "-c" |
| 97 ], | 120 ], |
| 98 "cwd": "[SLAVE_BUILD]/src", | 121 "cwd": "[BUILDER_CACHE]/iOS_API_Framework_Builder/src", |
| 99 "name": "cleanup" | 122 "name": "cleanup" |
| 100 }, | 123 }, |
| 101 { | 124 { |
| 102 "cmd": [ | 125 "cmd": [ |
| 103 "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh", | 126 "[BUILDER_CACHE]/iOS_API_Framework_Builder/src/webrtc/build/ios/build_ios_
libs.sh", |
| 104 "-r", | 127 "-r", |
| 105 "170242" | 128 "170242" |
| 106 ], | 129 ], |
| 107 "cwd": "[SLAVE_BUILD]/src", | 130 "cwd": "[BUILDER_CACHE]/iOS_API_Framework_Builder/src", |
| 108 "name": "build" | 131 "name": "build" |
| 109 }, | 132 }, |
| 110 { | 133 { |
| 111 "cmd": [ | 134 "cmd": [ |
| 112 "python", | 135 "python", |
| 113 "-u", | 136 "-u", |
| 114 "RECIPE_MODULE[build::zip]/resources/zip.py" | 137 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 115 ], | 138 ], |
| 116 "name": "zip archive", | 139 "name": "zip archive", |
| 117 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out_ios_libs/WebRTC.
framework\", \"type\": \"dir\"}, {\"path\": \"[SLAVE_BUILD]/src/out_ios_libs/Web
RTC.framework.dSYM\", \"type\": \"dir\"}, {\"archive_name\": null, \"path\": \"[
SLAVE_BUILD]/src/out_ios_libs/LICENSE.html\", \"type\": \"file\"}], \"output\":
\"[SLAVE_BUILD]/webrtc_ios_api_framework.zip\", \"root\": \"[SLAVE_BUILD]/src/ou
t_ios_libs\"}" | 140 "stdin": "{\"entries\": [{\"path\": \"[BUILDER_CACHE]/iOS_API_Framework_Buil
der/src/out_ios_libs/WebRTC.framework\", \"type\": \"dir\"}, {\"path\": \"[BUILD
ER_CACHE]/iOS_API_Framework_Builder/src/out_ios_libs/WebRTC.framework.dSYM\", \"
type\": \"dir\"}, {\"archive_name\": null, \"path\": \"[BUILDER_CACHE]/iOS_API_F
ramework_Builder/src/out_ios_libs/LICENSE.html\", \"type\": \"file\"}], \"output
\": \"[SLAVE_BUILD]/webrtc_ios_api_framework.zip\", \"root\": \"[BUILDER_CACHE]/
iOS_API_Framework_Builder/src/out_ios_libs\"}" |
| 118 }, | 141 }, |
| 119 { | 142 { |
| 120 "cmd": [ | 143 "cmd": [ |
| 121 "python", | 144 "python", |
| 122 "-u", | 145 "-u", |
| 123 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 146 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 124 "--", | 147 "--", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 126 "----", | 149 "----", |
| 127 "cp", | 150 "cp", |
| 128 "-a", | 151 "-a", |
| 129 "public-read", | 152 "public-read", |
| 130 "[SLAVE_BUILD]/webrtc_ios_api_framework.zip", | 153 "[SLAVE_BUILD]/webrtc_ios_api_framework.zip", |
| 131 "gs://chromium-webrtc/ios_api_framework/webrtc_ios_api_framework_170242.zi
p" | 154 "gs://chromium-webrtc/ios_api_framework/webrtc_ios_api_framework_170242.zi
p" |
| 132 ], | 155 ], |
| 133 "name": "gsutil upload", | 156 "name": "gsutil upload", |
| 134 "~followup_annotations": [ | 157 "~followup_annotations": [ |
| 135 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc
/ios_api_framework/webrtc_ios_api_framework_170242.zip@@@" | 158 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc
/ios_api_framework/webrtc_ios_api_framework_170242.zip@@@" |
| 136 ] | 159 ] |
| 137 }, | 160 }, |
| 138 { | 161 { |
| 139 "name": "$result", | 162 "name": "$result", |
| 140 "recipe_result": null, | 163 "recipe_result": null, |
| 141 "status_code": 0 | 164 "status_code": 0 |
| 142 } | 165 } |
| 143 ] | 166 ] |
| OLD | NEW |