| 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_compile_dbg", |
| 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_compile_dbg", | 54 "mac_compile_dbg", |
| 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_compile_dbg", |
| 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_compile_dbg/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_compile_dbg/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_DEFINES": "clang=1 component=shared_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", | 193 "GYP_DEFINES": "clang=1 component=shared_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", |
| 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 172 }, | 195 }, |
| 173 "name": "gclient runhooks" | 196 "name": "gclient runhooks" |
| 174 }, | 197 }, |
| 175 { | 198 { |
| 176 "allow_subannotations": true, | 199 "allow_subannotations": true, |
| 177 "cmd": [ | 200 "cmd": [ |
| 178 "python", | 201 "python", |
| 179 "-u", | 202 "-u", |
| 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 181 "--src-dir", | 204 "--src-dir", |
| 182 "[SLAVE_BUILD]/src", | 205 "[BUILDER_CACHE]/mac_compile_dbg/src", |
| 183 "--output-json", | 206 "--output-json", |
| 184 "/path/to/tmp/json" | 207 "/path/to/tmp/json" |
| 185 ], | 208 ], |
| 186 "env": { | 209 "env": { |
| 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 188 }, | 211 }, |
| 189 "name": "clang_revision", | 212 "name": "clang_revision", |
| 190 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 191 "@@@STEP_LOG_LINE@json.output@{@@@", | 214 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@}@@@", | 216 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@" | 217 "@@@STEP_LOG_END@json.output@@@" |
| 195 ] | 218 ] |
| 196 }, | 219 }, |
| 197 { | 220 { |
| 198 "cmd": [ | 221 "cmd": [ |
| 199 "python", | 222 "python", |
| 200 "-u", | 223 "-u", |
| 201 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 224 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 202 "--show-path", | 225 "--show-path", |
| 203 "python", | 226 "python", |
| 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 205 "--gsutil-py-path", | 228 "--gsutil-py-path", |
| 206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 207 "--ninja-path", | 230 "--ninja-path", |
| 208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 209 "--target", | 232 "--target", |
| 210 "Debug", | 233 "Debug", |
| 211 "--src-dir", | 234 "--src-dir", |
| 212 "[SLAVE_BUILD]/src", | 235 "[BUILDER_CACHE]/mac_compile_dbg/src", |
| 213 "--goma-cache-dir", | 236 "--goma-cache-dir", |
| 214 "[GOMA_CACHE]", | 237 "[GOMA_CACHE]", |
| 238 "--goma-deps-cache-dir", |
| 239 "[GOMA_DEPS_CACHE]", |
| 215 "--compiler", | 240 "--compiler", |
| 216 "goma-clang", | 241 "goma-clang", |
| 217 "--goma-jsonstatus", | 242 "--goma-jsonstatus", |
| 218 "/path/to/tmp/json", | 243 "/path/to/tmp/json", |
| 219 "--goma-service-account-json-file", | 244 "--goma-service-account-json-file", |
| 220 "/creds/service_accounts/service-account-goma-client.json", | 245 "/creds/service_accounts/service-account-goma-client.json", |
| 221 "--goma-dir", | 246 "--goma-dir", |
| 222 "[CACHE]/cipd/goma", | 247 "[CACHE]/cipd/goma", |
| 223 "--goma-fail-fast", | 248 "--goma-fail-fast", |
| 224 "--goma-disable-local-fallback", | 249 "--goma-disable-local-fallback", |
| 225 "--", | 250 "--", |
| 226 "All" | 251 "All" |
| 227 ], | 252 ], |
| 228 "env": { | 253 "env": { |
| 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 230 }, | 255 }, |
| 231 "name": "compile", | 256 "name": "compile", |
| 232 "~followup_annotations": [ | 257 "~followup_annotations": [ |
| 233 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 234 "@@@STEP_LOG_END@json.output (invalid)@@@" | 259 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 235 ] | 260 ] |
| 236 }, | 261 }, |
| 237 { | 262 { |
| 238 "name": "$result", | 263 "name": "$result", |
| 239 "recipe_result": null, | 264 "recipe_result": null, |
| 240 "status_code": 0 | 265 "status_code": 0 |
| 241 } | 266 } |
| 242 ] | 267 ] |
| OLD | NEW |