| 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]/mac_gn_rel", |
| 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 "tryserver.webrtc", | 52 "tryserver.webrtc", |
| 31 "--builder", | 53 "--builder", |
| 32 "mac_gn_rel", | 54 "mac_gn_rel", |
| 33 "--slave", | 55 "--slave", |
| 34 "slavename", | 56 "slavename", |
| 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'}]", | 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'}]", |
| 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 "--issue", | 65 "--issue", |
| 44 "666666", | 66 "666666", |
| 45 "--patchset", | 67 "--patchset", |
| 46 "1", | 68 "1", |
| 47 "--rietveld_server", | 69 "--rietveld_server", |
| 48 "https://fake.rietveld.url", | 70 "https://fake.rietveld.url", |
| 49 "--output_json", | 71 "--output_json", |
| 50 "/path/to/tmp/json", | 72 "/path/to/tmp/json", |
| 51 "--revision", | 73 "--revision", |
| 52 "src@12345", | 74 "src@12345", |
| 53 "--output_manifest" | 75 "--output_manifest" |
| 54 ], | 76 ], |
| 77 "cwd": "[BUILDER_CACHE]/mac_gn_rel", |
| 55 "env": { | 78 "env": { |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 79 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 57 }, | 80 }, |
| 58 "name": "bot_update", | 81 "name": "bot_update", |
| 59 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 60 "@@@STEP_TEXT@Some step text@@@", | 83 "@@@STEP_TEXT@Some step text@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@{@@@", | 84 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 81 "@@@STEP_LOG_END@json.output@@@", | 104 "@@@STEP_LOG_END@json.output@@@", |
| 82 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 84 ] | 107 ] |
| 85 }, | 108 }, |
| 86 { | 109 { |
| 87 "cmd": [ | 110 "cmd": [ |
| 88 "python", | 111 "python", |
| 89 "-u", | 112 "-u", |
| 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 113 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 91 "[SLAVE_BUILD]/src/out" | 114 "[BUILDER_CACHE]/mac_gn_rel/src/out" |
| 92 ], | 115 ], |
| 93 "name": "clean test output files" | 116 "name": "clean test output files" |
| 94 }, | 117 }, |
| 95 { | 118 { |
| 96 "cmd": [ | 119 "cmd": [ |
| 97 "python", | 120 "python", |
| 98 "-u", | 121 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 123 "--show-path", |
| 101 "python", | 124 "python", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 181 ] |
| 159 }, | 182 }, |
| 160 { | 183 { |
| 161 "cmd": [ | 184 "cmd": [ |
| 162 "python", | 185 "python", |
| 163 "-u", | 186 "-u", |
| 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 187 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 165 "runhooks" | 188 "runhooks" |
| 166 ], | 189 ], |
| 167 "cwd": "[SLAVE_BUILD]/src", | 190 "cwd": "[BUILDER_CACHE]/mac_gn_rel/src", |
| 168 "env": { | 191 "env": { |
| 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 170 "GYP_CHROMIUM_NO_ACTION": "1", | 193 "GYP_CHROMIUM_NO_ACTION": "1", |
| 171 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 use_goma=1", | 194 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 use_goma=1", |
| 172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 195 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 173 }, | 196 }, |
| 174 "name": "gclient runhooks" | 197 "name": "gclient runhooks" |
| 175 }, | 198 }, |
| 176 { | 199 { |
| 177 "cmd": [ | 200 "cmd": [ |
| 178 "python", | 201 "python", |
| 179 "-u", | 202 "-u", |
| 180 "[DEPOT_TOOLS]/gn.py", | 203 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 181 "--root=[SLAVE_BUILD]/src", | 204 "--root=[BUILDER_CACHE]/mac_gn_rel/src", |
| 182 "gen", | 205 "gen", |
| 183 "//out/Release", | 206 "//out/Release", |
| 184 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" | 207 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" |
| 185 ], | 208 ], |
| 186 "name": "gn" | 209 "name": "gn" |
| 187 }, | 210 }, |
| 188 { | 211 { |
| 189 "allow_subannotations": true, | 212 "allow_subannotations": true, |
| 190 "cmd": [ | 213 "cmd": [ |
| 191 "python", | 214 "python", |
| 192 "-u", | 215 "-u", |
| 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 216 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 194 "--src-dir", | 217 "--src-dir", |
| 195 "[SLAVE_BUILD]/src", | 218 "[BUILDER_CACHE]/mac_gn_rel/src", |
| 196 "--output-json", | 219 "--output-json", |
| 197 "/path/to/tmp/json" | 220 "/path/to/tmp/json" |
| 198 ], | 221 ], |
| 199 "env": { | 222 "env": { |
| 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 201 }, | 224 }, |
| 202 "name": "clang_revision", | 225 "name": "clang_revision", |
| 203 "~followup_annotations": [ | 226 "~followup_annotations": [ |
| 204 "@@@STEP_LOG_LINE@json.output@{@@@", | 227 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 228 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 206 "@@@STEP_LOG_LINE@json.output@}@@@", | 229 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 207 "@@@STEP_LOG_END@json.output@@@" | 230 "@@@STEP_LOG_END@json.output@@@" |
| 208 ] | 231 ] |
| 209 }, | 232 }, |
| 210 { | 233 { |
| 211 "cmd": [ | 234 "cmd": [ |
| 212 "python", | 235 "python", |
| 213 "-u", | 236 "-u", |
| 214 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 237 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 215 "--show-path", | 238 "--show-path", |
| 216 "python", | 239 "python", |
| 217 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 240 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 218 "--gsutil-py-path", | 241 "--gsutil-py-path", |
| 219 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 242 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 220 "--ninja-path", | 243 "--ninja-path", |
| 221 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 244 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 222 "--target", | 245 "--target", |
| 223 "Release", | 246 "Release", |
| 224 "--src-dir", | 247 "--src-dir", |
| 225 "[SLAVE_BUILD]/src", | 248 "[BUILDER_CACHE]/mac_gn_rel/src", |
| 226 "--goma-cache-dir", | 249 "--goma-cache-dir", |
| 227 "[GOMA_CACHE]", | 250 "[GOMA_CACHE]", |
| 251 "--goma-deps-cache-dir", |
| 252 "[GOMA_DEPS_CACHE]", |
| 228 "--compiler", | 253 "--compiler", |
| 229 "goma-clang", | 254 "goma-clang", |
| 230 "--goma-jsonstatus", | 255 "--goma-jsonstatus", |
| 231 "/path/to/tmp/json", | 256 "/path/to/tmp/json", |
| 232 "--goma-service-account-json-file", | 257 "--goma-service-account-json-file", |
| 233 "/creds/service_accounts/service-account-goma-client.json", | 258 "/creds/service_accounts/service-account-goma-client.json", |
| 234 "--goma-dir", | 259 "--goma-dir", |
| 235 "[CACHE]/cipd/goma", | 260 "[CACHE]/cipd/goma", |
| 236 "--goma-fail-fast", | 261 "--goma-fail-fast", |
| 237 "--goma-disable-local-fallback", | 262 "--goma-disable-local-fallback", |
| 238 "--", | 263 "--", |
| 239 "all" | 264 "all" |
| 240 ], | 265 ], |
| 241 "env": { | 266 "env": { |
| 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 243 }, | 268 }, |
| 244 "name": "compile", | 269 "name": "compile", |
| 245 "~followup_annotations": [ | 270 "~followup_annotations": [ |
| 246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 247 "@@@STEP_LOG_END@json.output (invalid)@@@" | 272 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 248 ] | 273 ] |
| 249 }, | 274 }, |
| 250 { | 275 { |
| 251 "name": "$result", | 276 "name": "$result", |
| 252 "recipe_result": null, | 277 "recipe_result": null, |
| 253 "status_code": 0 | 278 "status_code": 0 |
| 254 } | 279 } |
| 255 ] | 280 ] |
| OLD | NEW |