| 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", | 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]/Mac64_Release__GN_", | 29 "[BUILDER_CACHE]/Mac64_Release__GYP_", |
| 30 "511" | 30 "511" |
| 31 ], | 31 ], |
| 32 "name": "makedirs checkout path", | 32 "name": "makedirs checkout path", |
| 33 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 34 "@@@STEP_LOG_LINE@python.inline@@@@", | 34 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(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@@@", | 40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 43 "@@@STEP_LOG_END@python.inline@@@" | 43 "@@@STEP_LOG_END@python.inline@@@" |
| 44 ] | 44 ] |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "cmd": [ | 47 "cmd": [ |
| 48 "python", | 48 "python", |
| 49 "-u", | 49 "-u", |
| 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 51 "--master", | 51 "--master", |
| 52 "client.webrtc", | 52 "client.webrtc", |
| 53 "--builder", | 53 "--builder", |
| 54 "Mac64 Release (GN)", | 54 "Mac64 Release (GYP)", |
| 55 "--slave", | 55 "--slave", |
| 56 "slavename", | 56 "slavename", |
| 57 "--spec", | 57 "--spec", |
| 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'}]", | 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'}]", |
| 59 "--root", | 59 "--root", |
| 60 "src", | 60 "src", |
| 61 "--revision_mapping_file", | 61 "--revision_mapping_file", |
| 62 "{\"src\": \"got_revision\"}", | 62 "{\"src\": \"got_revision\"}", |
| 63 "--git-cache-dir", | 63 "--git-cache-dir", |
| 64 "[GIT_CACHE]", | 64 "[GIT_CACHE]", |
| 65 "--output_json", | 65 "--output_json", |
| 66 "/path/to/tmp/json", | 66 "/path/to/tmp/json", |
| 67 "--revision", | 67 "--revision", |
| 68 "src@12345", | 68 "src@12345", |
| 69 "--output_manifest" | 69 "--output_manifest" |
| 70 ], | 70 ], |
| 71 "cwd": "[BUILDER_CACHE]/Mac64_Release__GN_", | 71 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_", |
| 72 "env": { | 72 "env": { |
| 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 74 }, | 74 }, |
| 75 "name": "bot_update", | 75 "name": "bot_update", |
| 76 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 77 "@@@STEP_TEXT@Some step text@@@", | 77 "@@@STEP_TEXT@Some step text@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@{@@@", | 78 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 98 "@@@STEP_LOG_END@json.output@@@", | 98 "@@@STEP_LOG_END@json.output@@@", |
| 99 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 101 ] | 101 ] |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "cmd": [ | 104 "cmd": [ |
| 105 "python", | 105 "python", |
| 106 "-u", | 106 "-u", |
| 107 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 107 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 108 "[BUILDER_CACHE]/Mac64_Release__GN_/src/out" | 108 "[BUILDER_CACHE]/Mac64_Release__GYP_/src/out" |
| 109 ], | 109 ], |
| 110 "name": "clean test output files" | 110 "name": "clean test output files" |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "cmd": [ | 113 "cmd": [ |
| 114 "python", | 114 "python", |
| 115 "-u", | 115 "-u", |
| 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 117 "--show-path", | 117 "--show-path", |
| 118 "python", | 118 "python", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "@@@STEP_LOG_END@json.output@@@" | 178 "@@@STEP_LOG_END@json.output@@@" |
| 179 ] | 179 ] |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "cmd": [ | 182 "cmd": [ |
| 183 "python", | 183 "python", |
| 184 "-u", | 184 "-u", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 186 "runhooks" | 186 "runhooks" |
| 187 ], | 187 ], |
| 188 "cwd": "[BUILDER_CACHE]/Mac64_Release__GN_/src", | 188 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/src", |
| 189 "env": { | 189 "env": { |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 191 "GYP_CHROMIUM_NO_ACTION": "1", | 191 "GYP_CHROMIUM_NO_ACTION": "1", |
| 192 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_
goma=1", | 192 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_
goma=1", |
| 193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 194 }, | 194 }, |
| 195 "name": "gclient runhooks" | 195 "name": "gclient runhooks" |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [ | 198 "cmd": [ |
| 199 "python", | 199 "python", |
| 200 "-u", | 200 "-u", |
| 201 "[BUILDER_CACHE]/Mac64_Release__GN_/src/tools/mb/mb.py", | 201 "[BUILDER_CACHE]/Mac64_Release__GYP_/src/tools/mb/mb.py", |
| 202 "gen", | 202 "gen", |
| 203 "-m", | 203 "-m", |
| 204 "client.webrtc", | 204 "client.webrtc", |
| 205 "-b", | 205 "-b", |
| 206 "Mac64 Release (GN)", | 206 "Mac64 Release (GYP)", |
| 207 "--config-file", | 207 "--config-file", |
| 208 "[BUILDER_CACHE]/Mac64_Release__GN_/src/webrtc/build/mb_config.pyl", | 208 "[BUILDER_CACHE]/Mac64_Release__GYP_/src/webrtc/build/mb_config.pyl", |
| 209 "--goma-dir", | 209 "--goma-dir", |
| 210 "[CACHE]/cipd/goma", | 210 "[CACHE]/cipd/goma", |
| 211 "--gyp-script=[BUILDER_CACHE]/Mac64_Release__GN_/src/webrtc/build/gyp_webr
tc.py", | 211 "--gyp-script=[BUILDER_CACHE]/Mac64_Release__GYP_/src/webrtc/build/gyp_web
rtc.py", |
| 212 "//out/Release" | 212 "//out/Release" |
| 213 ], | 213 ], |
| 214 "cwd": "[BUILDER_CACHE]/Mac64_Release__GN_/src", | 214 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/src", |
| 215 "env": { | 215 "env": { |
| 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 217 }, | 217 }, |
| 218 "name": "generate_build_files" | 218 "name": "generate_build_files" |
| 219 }, | 219 }, |
| 220 { | 220 { |
| 221 "allow_subannotations": true, | 221 "allow_subannotations": true, |
| 222 "cmd": [ | 222 "cmd": [ |
| 223 "python", | 223 "python", |
| 224 "-u", | 224 "-u", |
| 225 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 225 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 226 "--src-dir", | 226 "--src-dir", |
| 227 "[BUILDER_CACHE]/Mac64_Release__GN_/src", | 227 "[BUILDER_CACHE]/Mac64_Release__GYP_/src", |
| 228 "--output-json", | 228 "--output-json", |
| 229 "/path/to/tmp/json" | 229 "/path/to/tmp/json" |
| 230 ], | 230 ], |
| 231 "env": { | 231 "env": { |
| 232 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 232 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 233 }, | 233 }, |
| 234 "name": "clang_revision", | 234 "name": "clang_revision", |
| 235 "~followup_annotations": [ | 235 "~followup_annotations": [ |
| 236 "@@@STEP_LOG_LINE@json.output@{@@@", | 236 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 237 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 238 "@@@STEP_LOG_LINE@json.output@}@@@", | 238 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 239 "@@@STEP_LOG_END@json.output@@@" | 239 "@@@STEP_LOG_END@json.output@@@" |
| 240 ] | 240 ] |
| 241 }, | 241 }, |
| 242 { | 242 { |
| 243 "cmd": [ | 243 "cmd": [ |
| 244 "python", | 244 "python", |
| 245 "-u", | 245 "-u", |
| 246 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 246 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 247 "--show-path", | 247 "--show-path", |
| 248 "python", | 248 "python", |
| 249 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 249 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 250 "--gsutil-py-path", | 250 "--gsutil-py-path", |
| 251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 252 "--ninja-path", | 252 "--ninja-path", |
| 253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 254 "--target", | 254 "--target", |
| 255 "Release", | 255 "Release", |
| 256 "--src-dir", | 256 "--src-dir", |
| 257 "[BUILDER_CACHE]/Mac64_Release__GN_/src", | 257 "[BUILDER_CACHE]/Mac64_Release__GYP_/src", |
| 258 "--goma-cache-dir", | 258 "--goma-cache-dir", |
| 259 "[GOMA_CACHE]", | 259 "[GOMA_CACHE]", |
| 260 "--goma-deps-cache-dir", | 260 "--goma-deps-cache-dir", |
| 261 "[GOMA_DEPS_CACHE]", | 261 "[GOMA_DEPS_CACHE]", |
| 262 "--compiler", | 262 "--compiler", |
| 263 "goma-clang", | 263 "goma-clang", |
| 264 "--goma-jsonstatus", | 264 "--goma-jsonstatus", |
| 265 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
| 266 "--goma-service-account-json-file", | 266 "--goma-service-account-json-file", |
| 267 "/creds/service_accounts/service-account-goma-client.json", | 267 "/creds/service_accounts/service-account-goma-client.json", |
| 268 "--goma-dir", | 268 "--goma-dir", |
| 269 "[CACHE]/cipd/goma", | 269 "[CACHE]/cipd/goma", |
| 270 "--", | 270 "--" |
| 271 "all" | |
| 272 ], | 271 ], |
| 273 "env": { | 272 "env": { |
| 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 275 }, | 274 }, |
| 276 "name": "compile", | 275 "name": "compile", |
| 277 "~followup_annotations": [ | 276 "~followup_annotations": [ |
| 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 279 "@@@STEP_LOG_END@json.output (invalid)@@@" | 278 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 280 ] | 279 ] |
| 281 }, | 280 }, |
| 282 { | 281 { |
| 283 "name": "$result", | 282 "name": "$result", |
| 284 "recipe_result": null, | 283 "recipe_result": null, |
| 285 "status_code": 0 | 284 "status_code": 0 |
| 286 } | 285 } |
| 287 ] | 286 ] |
| OLD | NEW |