| 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_Asan", |
| 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 "Mac Asan", | 54 "Mac Asan", |
| 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 "--output_json", | 65 "--output_json", |
| 44 "/path/to/tmp/json", | 66 "/path/to/tmp/json", |
| 45 "--revision", | 67 "--revision", |
| 46 "src@12345", | 68 "src@12345", |
| 47 "--output_manifest" | 69 "--output_manifest" |
| 48 ], | 70 ], |
| 71 "cwd": "[BUILDER_CACHE]/Mac_Asan", |
| 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\": \"12345\"@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 75 "@@@STEP_LOG_END@json.output@@@", | 98 "@@@STEP_LOG_END@json.output@@@", |
| 76 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 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_MODULE[build::webrtc]/resources/cleanup_files.py", | 107 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 85 "[SLAVE_BUILD]/src/out" | 108 "[BUILDER_CACHE]/Mac_Asan/src/out" |
| 86 ], | 109 ], |
| 87 "name": "clean test output files" | 110 "name": "clean test output files" |
| 88 }, | 111 }, |
| 89 { | 112 { |
| 90 "cmd": [ | 113 "cmd": [ |
| 91 "python", | 114 "python", |
| 92 "-u", | 115 "-u", |
| 93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 94 "--show-path", | 117 "--show-path", |
| 95 "python", | 118 "python", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "@@@STEP_LOG_END@json.output@@@" | 174 "@@@STEP_LOG_END@json.output@@@" |
| 152 ] | 175 ] |
| 153 }, | 176 }, |
| 154 { | 177 { |
| 155 "cmd": [ | 178 "cmd": [ |
| 156 "python", | 179 "python", |
| 157 "-u", | 180 "-u", |
| 158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 159 "runhooks" | 182 "runhooks" |
| 160 ], | 183 ], |
| 161 "cwd": "[SLAVE_BUILD]/src", | 184 "cwd": "[BUILDER_CACHE]/Mac_Asan/src", |
| 162 "env": { | 185 "env": { |
| 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 164 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=0 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' lsan=1 rtc_use_h
264=1 target_arch=x64 use_goma=1", | 187 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=0 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' lsan=1 rtc_use_h
264=1 target_arch=x64 use_goma=1", |
| 165 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 166 }, | 189 }, |
| 167 "name": "gclient runhooks" | 190 "name": "gclient runhooks" |
| 168 }, | 191 }, |
| 169 { | 192 { |
| 170 "allow_subannotations": true, | 193 "allow_subannotations": true, |
| 171 "cmd": [ | 194 "cmd": [ |
| 172 "python", | 195 "python", |
| 173 "-u", | 196 "-u", |
| 174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 197 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 175 "--src-dir", | 198 "--src-dir", |
| 176 "[SLAVE_BUILD]/src", | 199 "[BUILDER_CACHE]/Mac_Asan/src", |
| 177 "--output-json", | 200 "--output-json", |
| 178 "/path/to/tmp/json" | 201 "/path/to/tmp/json" |
| 179 ], | 202 ], |
| 180 "env": { | 203 "env": { |
| 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 182 }, | 205 }, |
| 183 "name": "clang_revision", | 206 "name": "clang_revision", |
| 184 "~followup_annotations": [ | 207 "~followup_annotations": [ |
| 185 "@@@STEP_LOG_LINE@json.output@{@@@", | 208 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@}@@@", | 210 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@" | 211 "@@@STEP_LOG_END@json.output@@@" |
| 189 ] | 212 ] |
| 190 }, | 213 }, |
| 191 { | 214 { |
| 192 "cmd": [ | 215 "cmd": [ |
| 193 "python", | 216 "python", |
| 194 "-u", | 217 "-u", |
| 195 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 218 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 196 "--show-path", | 219 "--show-path", |
| 197 "python", | 220 "python", |
| 198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 221 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 199 "--gsutil-py-path", | 222 "--gsutil-py-path", |
| 200 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 223 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 201 "--ninja-path", | 224 "--ninja-path", |
| 202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 225 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 203 "--target", | 226 "--target", |
| 204 "Release", | 227 "Release", |
| 205 "--src-dir", | 228 "--src-dir", |
| 206 "[SLAVE_BUILD]/src", | 229 "[BUILDER_CACHE]/Mac_Asan/src", |
| 207 "--goma-cache-dir", | 230 "--goma-cache-dir", |
| 208 "[GOMA_CACHE]", | 231 "[GOMA_CACHE]", |
| 232 "--goma-deps-cache-dir", |
| 233 "[GOMA_DEPS_CACHE]", |
| 209 "--compiler", | 234 "--compiler", |
| 210 "goma-clang", | 235 "goma-clang", |
| 211 "--goma-jsonstatus", | 236 "--goma-jsonstatus", |
| 212 "/path/to/tmp/json", | 237 "/path/to/tmp/json", |
| 213 "--goma-service-account-json-file", | 238 "--goma-service-account-json-file", |
| 214 "/creds/service_accounts/service-account-goma-client.json", | 239 "/creds/service_accounts/service-account-goma-client.json", |
| 215 "--goma-dir", | 240 "--goma-dir", |
| 216 "[CACHE]/cipd/goma", | 241 "[CACHE]/cipd/goma", |
| 217 "--", | 242 "--", |
| 218 "All" | 243 "All" |
| 219 ], | 244 ], |
| 220 "env": { | 245 "env": { |
| 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 222 }, | 247 }, |
| 223 "name": "compile", | 248 "name": "compile", |
| 224 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 250 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 226 "@@@STEP_LOG_END@json.output (invalid)@@@" | 251 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 227 ] | 252 ] |
| 228 }, | 253 }, |
| 229 { | 254 { |
| 230 "cmd": [ | 255 "cmd": [ |
| 231 "python", | 256 "python", |
| 232 "-u", | 257 "-u", |
| 233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 258 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 234 "--target", | 259 "--target", |
| 235 "Release", | 260 "Release", |
| 236 "--factory-properties", | 261 "--factory-properties", |
| 237 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 262 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 238 "--build-properties", | 263 "--build-properties", |
| 239 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 264 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 240 "--test-type=audio_decoder_unittests", | 265 "--test-type=audio_decoder_unittests", |
| 241 "--step-name=audio_decoder_unittests", | 266 "--step-name=audio_decoder_unittests", |
| 242 "--builder-name=Mac Asan", | 267 "--builder-name=Mac Asan", |
| 243 "--slave-name=slavename", | 268 "--slave-name=slavename", |
| 244 "--build-number=1337", | 269 "--build-number=1337", |
| 245 "--run-python-script", | 270 "--run-python-script", |
| 246 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 271 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 247 "--enable-asan", | 272 "--enable-asan", |
| 248 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 273 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 249 "[SLAVE_BUILD]/src/out/Release/audio_decoder_unittests", | 274 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/audio_decoder_unittests", |
| 250 "--" | 275 "--" |
| 251 ], | 276 ], |
| 252 "name": "audio_decoder_unittests" | 277 "name": "audio_decoder_unittests" |
| 253 }, | 278 }, |
| 254 { | 279 { |
| 255 "cmd": [ | 280 "cmd": [ |
| 256 "python", | 281 "python", |
| 257 "-u", | 282 "-u", |
| 258 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 259 "--target", | 284 "--target", |
| 260 "Release", | 285 "Release", |
| 261 "--factory-properties", | 286 "--factory-properties", |
| 262 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 287 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 263 "--build-properties", | 288 "--build-properties", |
| 264 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 289 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 265 "--test-type=common_audio_unittests", | 290 "--test-type=common_audio_unittests", |
| 266 "--step-name=common_audio_unittests", | 291 "--step-name=common_audio_unittests", |
| 267 "--builder-name=Mac Asan", | 292 "--builder-name=Mac Asan", |
| 268 "--slave-name=slavename", | 293 "--slave-name=slavename", |
| 269 "--build-number=1337", | 294 "--build-number=1337", |
| 270 "--run-python-script", | 295 "--run-python-script", |
| 271 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 296 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 272 "--enable-asan", | 297 "--enable-asan", |
| 273 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 298 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 274 "[SLAVE_BUILD]/src/out/Release/common_audio_unittests", | 299 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/common_audio_unittests", |
| 275 "--" | 300 "--" |
| 276 ], | 301 ], |
| 277 "name": "common_audio_unittests" | 302 "name": "common_audio_unittests" |
| 278 }, | 303 }, |
| 279 { | 304 { |
| 280 "cmd": [ | 305 "cmd": [ |
| 281 "python", | 306 "python", |
| 282 "-u", | 307 "-u", |
| 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 284 "--target", | 309 "--target", |
| 285 "Release", | 310 "Release", |
| 286 "--factory-properties", | 311 "--factory-properties", |
| 287 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 312 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 288 "--build-properties", | 313 "--build-properties", |
| 289 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 314 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 290 "--test-type=common_video_unittests", | 315 "--test-type=common_video_unittests", |
| 291 "--step-name=common_video_unittests", | 316 "--step-name=common_video_unittests", |
| 292 "--builder-name=Mac Asan", | 317 "--builder-name=Mac Asan", |
| 293 "--slave-name=slavename", | 318 "--slave-name=slavename", |
| 294 "--build-number=1337", | 319 "--build-number=1337", |
| 295 "--run-python-script", | 320 "--run-python-script", |
| 296 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 321 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 297 "--enable-asan", | 322 "--enable-asan", |
| 298 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 323 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 299 "[SLAVE_BUILD]/src/out/Release/common_video_unittests", | 324 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/common_video_unittests", |
| 300 "--" | 325 "--" |
| 301 ], | 326 ], |
| 302 "name": "common_video_unittests" | 327 "name": "common_video_unittests" |
| 303 }, | 328 }, |
| 304 { | 329 { |
| 305 "cmd": [ | 330 "cmd": [ |
| 306 "python", | 331 "python", |
| 307 "-u", | 332 "-u", |
| 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 333 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 309 "--target", | 334 "--target", |
| 310 "Release", | 335 "Release", |
| 311 "--factory-properties", | 336 "--factory-properties", |
| 312 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 337 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 313 "--build-properties", | 338 "--build-properties", |
| 314 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 339 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 315 "--test-type=modules_tests", | 340 "--test-type=modules_tests", |
| 316 "--step-name=modules_tests", | 341 "--step-name=modules_tests", |
| 317 "--builder-name=Mac Asan", | 342 "--builder-name=Mac Asan", |
| 318 "--slave-name=slavename", | 343 "--slave-name=slavename", |
| 319 "--build-number=1337", | 344 "--build-number=1337", |
| 320 "--run-python-script", | 345 "--run-python-script", |
| 321 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 346 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 322 "--enable-asan", | 347 "--enable-asan", |
| 323 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 348 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 324 "[SLAVE_BUILD]/src/out/Release/modules_tests", | 349 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/modules_tests", |
| 325 "--" | 350 "--" |
| 326 ], | 351 ], |
| 327 "name": "modules_tests" | 352 "name": "modules_tests" |
| 328 }, | 353 }, |
| 329 { | 354 { |
| 330 "cmd": [ | 355 "cmd": [ |
| 331 "python", | 356 "python", |
| 332 "-u", | 357 "-u", |
| 333 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 334 "--target", | 359 "--target", |
| 335 "Release", | 360 "Release", |
| 336 "--factory-properties", | 361 "--factory-properties", |
| 337 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 362 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 338 "--build-properties", | 363 "--build-properties", |
| 339 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 364 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 340 "--test-type=modules_unittests", | 365 "--test-type=modules_unittests", |
| 341 "--step-name=modules_unittests", | 366 "--step-name=modules_unittests", |
| 342 "--builder-name=Mac Asan", | 367 "--builder-name=Mac Asan", |
| 343 "--slave-name=slavename", | 368 "--slave-name=slavename", |
| 344 "--build-number=1337", | 369 "--build-number=1337", |
| 345 "--run-python-script", | 370 "--run-python-script", |
| 346 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 371 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 347 "--enable-asan", | 372 "--enable-asan", |
| 348 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 373 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 349 "[SLAVE_BUILD]/src/out/Release/modules_unittests", | 374 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/modules_unittests", |
| 350 "--" | 375 "--" |
| 351 ], | 376 ], |
| 352 "name": "modules_unittests" | 377 "name": "modules_unittests" |
| 353 }, | 378 }, |
| 354 { | 379 { |
| 355 "cmd": [ | 380 "cmd": [ |
| 356 "python", | 381 "python", |
| 357 "-u", | 382 "-u", |
| 358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 383 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 359 "--target", | 384 "--target", |
| 360 "Release", | 385 "Release", |
| 361 "--factory-properties", | 386 "--factory-properties", |
| 362 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 387 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 363 "--build-properties", | 388 "--build-properties", |
| 364 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 389 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 365 "--test-type=peerconnection_unittests", | 390 "--test-type=peerconnection_unittests", |
| 366 "--step-name=peerconnection_unittests", | 391 "--step-name=peerconnection_unittests", |
| 367 "--builder-name=Mac Asan", | 392 "--builder-name=Mac Asan", |
| 368 "--slave-name=slavename", | 393 "--slave-name=slavename", |
| 369 "--build-number=1337", | 394 "--build-number=1337", |
| 370 "--run-python-script", | 395 "--run-python-script", |
| 371 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 396 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 372 "--enable-asan", | 397 "--enable-asan", |
| 373 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 398 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 374 "[SLAVE_BUILD]/src/out/Release/peerconnection_unittests", | 399 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/peerconnection_unittests", |
| 375 "--" | 400 "--" |
| 376 ], | 401 ], |
| 377 "name": "peerconnection_unittests" | 402 "name": "peerconnection_unittests" |
| 378 }, | 403 }, |
| 379 { | 404 { |
| 380 "cmd": [ | 405 "cmd": [ |
| 381 "python", | 406 "python", |
| 382 "-u", | 407 "-u", |
| 383 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 408 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 384 "--target", | 409 "--target", |
| 385 "Release", | 410 "Release", |
| 386 "--factory-properties", | 411 "--factory-properties", |
| 387 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 412 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 388 "--build-properties", | 413 "--build-properties", |
| 389 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 414 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 390 "--test-type=rtc_media_unittests", | 415 "--test-type=rtc_media_unittests", |
| 391 "--step-name=rtc_media_unittests", | 416 "--step-name=rtc_media_unittests", |
| 392 "--builder-name=Mac Asan", | 417 "--builder-name=Mac Asan", |
| 393 "--slave-name=slavename", | 418 "--slave-name=slavename", |
| 394 "--build-number=1337", | 419 "--build-number=1337", |
| 395 "--run-python-script", | 420 "--run-python-script", |
| 396 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 421 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 397 "--enable-asan", | 422 "--enable-asan", |
| 398 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 423 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 399 "[SLAVE_BUILD]/src/out/Release/rtc_media_unittests", | 424 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/rtc_media_unittests", |
| 400 "--" | 425 "--" |
| 401 ], | 426 ], |
| 402 "name": "rtc_media_unittests" | 427 "name": "rtc_media_unittests" |
| 403 }, | 428 }, |
| 404 { | 429 { |
| 405 "cmd": [ | 430 "cmd": [ |
| 406 "python", | 431 "python", |
| 407 "-u", | 432 "-u", |
| 408 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 433 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 409 "--target", | 434 "--target", |
| 410 "Release", | 435 "Release", |
| 411 "--factory-properties", | 436 "--factory-properties", |
| 412 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 437 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 413 "--build-properties", | 438 "--build-properties", |
| 414 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 439 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 415 "--test-type=rtc_pc_unittests", | 440 "--test-type=rtc_pc_unittests", |
| 416 "--step-name=rtc_pc_unittests", | 441 "--step-name=rtc_pc_unittests", |
| 417 "--builder-name=Mac Asan", | 442 "--builder-name=Mac Asan", |
| 418 "--slave-name=slavename", | 443 "--slave-name=slavename", |
| 419 "--build-number=1337", | 444 "--build-number=1337", |
| 420 "--run-python-script", | 445 "--run-python-script", |
| 421 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 446 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 422 "--enable-asan", | 447 "--enable-asan", |
| 423 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 448 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 424 "[SLAVE_BUILD]/src/out/Release/rtc_pc_unittests", | 449 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/rtc_pc_unittests", |
| 425 "--" | 450 "--" |
| 426 ], | 451 ], |
| 427 "name": "rtc_pc_unittests" | 452 "name": "rtc_pc_unittests" |
| 428 }, | 453 }, |
| 429 { | 454 { |
| 430 "cmd": [ | 455 "cmd": [ |
| 431 "python", | 456 "python", |
| 432 "-u", | 457 "-u", |
| 433 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 458 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 434 "--target", | 459 "--target", |
| 435 "Release", | 460 "Release", |
| 436 "--factory-properties", | 461 "--factory-properties", |
| 437 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 462 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 438 "--build-properties", | 463 "--build-properties", |
| 439 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 464 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 440 "--test-type=rtc_unittests", | 465 "--test-type=rtc_unittests", |
| 441 "--step-name=rtc_unittests", | 466 "--step-name=rtc_unittests", |
| 442 "--builder-name=Mac Asan", | 467 "--builder-name=Mac Asan", |
| 443 "--slave-name=slavename", | 468 "--slave-name=slavename", |
| 444 "--build-number=1337", | 469 "--build-number=1337", |
| 445 "--run-python-script", | 470 "--run-python-script", |
| 446 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 471 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 447 "--enable-asan", | 472 "--enable-asan", |
| 448 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 473 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 449 "[SLAVE_BUILD]/src/out/Release/rtc_unittests", | 474 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/rtc_unittests", |
| 450 "--" | 475 "--" |
| 451 ], | 476 ], |
| 452 "name": "rtc_unittests" | 477 "name": "rtc_unittests" |
| 453 }, | 478 }, |
| 454 { | 479 { |
| 455 "cmd": [ | 480 "cmd": [ |
| 456 "python", | 481 "python", |
| 457 "-u", | 482 "-u", |
| 458 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 459 "--target", | 484 "--target", |
| 460 "Release", | 485 "Release", |
| 461 "--factory-properties", | 486 "--factory-properties", |
| 462 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 487 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 463 "--build-properties", | 488 "--build-properties", |
| 464 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 489 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 465 "--test-type=system_wrappers_unittests", | 490 "--test-type=system_wrappers_unittests", |
| 466 "--step-name=system_wrappers_unittests", | 491 "--step-name=system_wrappers_unittests", |
| 467 "--builder-name=Mac Asan", | 492 "--builder-name=Mac Asan", |
| 468 "--slave-name=slavename", | 493 "--slave-name=slavename", |
| 469 "--build-number=1337", | 494 "--build-number=1337", |
| 470 "--run-python-script", | 495 "--run-python-script", |
| 471 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 496 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 472 "--enable-asan", | 497 "--enable-asan", |
| 473 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 498 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 474 "[SLAVE_BUILD]/src/out/Release/system_wrappers_unittests", | 499 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/system_wrappers_unittests", |
| 475 "--" | 500 "--" |
| 476 ], | 501 ], |
| 477 "name": "system_wrappers_unittests" | 502 "name": "system_wrappers_unittests" |
| 478 }, | 503 }, |
| 479 { | 504 { |
| 480 "cmd": [ | 505 "cmd": [ |
| 481 "python", | 506 "python", |
| 482 "-u", | 507 "-u", |
| 483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 508 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 484 "--target", | 509 "--target", |
| 485 "Release", | 510 "Release", |
| 486 "--factory-properties", | 511 "--factory-properties", |
| 487 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 512 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 488 "--build-properties", | 513 "--build-properties", |
| 489 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 514 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 490 "--test-type=test_support_unittests", | 515 "--test-type=test_support_unittests", |
| 491 "--step-name=test_support_unittests", | 516 "--step-name=test_support_unittests", |
| 492 "--builder-name=Mac Asan", | 517 "--builder-name=Mac Asan", |
| 493 "--slave-name=slavename", | 518 "--slave-name=slavename", |
| 494 "--build-number=1337", | 519 "--build-number=1337", |
| 495 "--run-python-script", | 520 "--run-python-script", |
| 496 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 521 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 497 "--enable-asan", | 522 "--enable-asan", |
| 498 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 523 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 499 "[SLAVE_BUILD]/src/out/Release/test_support_unittests", | 524 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/test_support_unittests", |
| 500 "--" | 525 "--" |
| 501 ], | 526 ], |
| 502 "name": "test_support_unittests" | 527 "name": "test_support_unittests" |
| 503 }, | 528 }, |
| 504 { | 529 { |
| 505 "cmd": [ | 530 "cmd": [ |
| 506 "python", | 531 "python", |
| 507 "-u", | 532 "-u", |
| 508 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 509 "--target", | 534 "--target", |
| 510 "Release", | 535 "Release", |
| 511 "--factory-properties", | 536 "--factory-properties", |
| 512 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 537 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 513 "--build-properties", | 538 "--build-properties", |
| 514 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 539 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 515 "--test-type=tools_unittests", | 540 "--test-type=tools_unittests", |
| 516 "--step-name=tools_unittests", | 541 "--step-name=tools_unittests", |
| 517 "--builder-name=Mac Asan", | 542 "--builder-name=Mac Asan", |
| 518 "--slave-name=slavename", | 543 "--slave-name=slavename", |
| 519 "--build-number=1337", | 544 "--build-number=1337", |
| 520 "--run-python-script", | 545 "--run-python-script", |
| 521 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 546 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 522 "--enable-asan", | 547 "--enable-asan", |
| 523 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 548 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 524 "[SLAVE_BUILD]/src/out/Release/tools_unittests", | 549 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/tools_unittests", |
| 525 "--" | 550 "--" |
| 526 ], | 551 ], |
| 527 "name": "tools_unittests" | 552 "name": "tools_unittests" |
| 528 }, | 553 }, |
| 529 { | 554 { |
| 530 "cmd": [ | 555 "cmd": [ |
| 531 "python", | 556 "python", |
| 532 "-u", | 557 "-u", |
| 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 558 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 534 "--target", | 559 "--target", |
| 535 "Release", | 560 "Release", |
| 536 "--factory-properties", | 561 "--factory-properties", |
| 537 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 562 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 538 "--build-properties", | 563 "--build-properties", |
| 539 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 564 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 540 "--test-type=video_engine_tests", | 565 "--test-type=video_engine_tests", |
| 541 "--step-name=video_engine_tests", | 566 "--step-name=video_engine_tests", |
| 542 "--builder-name=Mac Asan", | 567 "--builder-name=Mac Asan", |
| 543 "--slave-name=slavename", | 568 "--slave-name=slavename", |
| 544 "--build-number=1337", | 569 "--build-number=1337", |
| 545 "--run-python-script", | 570 "--run-python-script", |
| 546 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 571 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 547 "--enable-asan", | 572 "--enable-asan", |
| 548 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 573 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 549 "[SLAVE_BUILD]/src/out/Release/video_engine_tests", | 574 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/video_engine_tests", |
| 550 "--" | 575 "--" |
| 551 ], | 576 ], |
| 552 "name": "video_engine_tests" | 577 "name": "video_engine_tests" |
| 553 }, | 578 }, |
| 554 { | 579 { |
| 555 "cmd": [ | 580 "cmd": [ |
| 556 "python", | 581 "python", |
| 557 "-u", | 582 "-u", |
| 558 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 583 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 559 "--target", | 584 "--target", |
| 560 "Release", | 585 "Release", |
| 561 "--factory-properties", | 586 "--factory-properties", |
| 562 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 587 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 563 "--build-properties", | 588 "--build-properties", |
| 564 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 589 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 565 "--test-type=voice_engine_unittests", | 590 "--test-type=voice_engine_unittests", |
| 566 "--step-name=voice_engine_unittests", | 591 "--step-name=voice_engine_unittests", |
| 567 "--builder-name=Mac Asan", | 592 "--builder-name=Mac Asan", |
| 568 "--slave-name=slavename", | 593 "--slave-name=slavename", |
| 569 "--build-number=1337", | 594 "--build-number=1337", |
| 570 "--run-python-script", | 595 "--run-python-script", |
| 571 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 596 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 572 "--enable-asan", | 597 "--enable-asan", |
| 573 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 598 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 574 "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests", | 599 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/voice_engine_unittests", |
| 575 "--" | 600 "--" |
| 576 ], | 601 ], |
| 577 "name": "voice_engine_unittests" | 602 "name": "voice_engine_unittests" |
| 578 }, | 603 }, |
| 579 { | 604 { |
| 580 "cmd": [ | 605 "cmd": [ |
| 581 "python", | 606 "python", |
| 582 "-u", | 607 "-u", |
| 583 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 608 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 584 "--target", | 609 "--target", |
| 585 "Release", | 610 "Release", |
| 586 "--factory-properties", | 611 "--factory-properties", |
| 587 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 612 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 588 "--build-properties", | 613 "--build-properties", |
| 589 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 614 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 590 "--test-type=xmllite_xmpp_unittests", | 615 "--test-type=xmllite_xmpp_unittests", |
| 591 "--step-name=xmllite_xmpp_unittests", | 616 "--step-name=xmllite_xmpp_unittests", |
| 592 "--builder-name=Mac Asan", | 617 "--builder-name=Mac Asan", |
| 593 "--slave-name=slavename", | 618 "--slave-name=slavename", |
| 594 "--build-number=1337", | 619 "--build-number=1337", |
| 595 "--run-python-script", | 620 "--run-python-script", |
| 596 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 621 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 597 "--enable-asan", | 622 "--enable-asan", |
| 598 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 623 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 599 "[SLAVE_BUILD]/src/out/Release/xmllite_xmpp_unittests", | 624 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/xmllite_xmpp_unittests", |
| 600 "--" | 625 "--" |
| 601 ], | 626 ], |
| 602 "name": "xmllite_xmpp_unittests" | 627 "name": "xmllite_xmpp_unittests" |
| 603 }, | 628 }, |
| 604 { | 629 { |
| 605 "cmd": [ | 630 "cmd": [ |
| 606 "python", | 631 "python", |
| 607 "-u", | 632 "-u", |
| 608 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 633 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 609 "--target", | 634 "--target", |
| 610 "Release", | 635 "Release", |
| 611 "--factory-properties", | 636 "--factory-properties", |
| 612 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 637 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 613 "--build-properties", | 638 "--build-properties", |
| 614 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 639 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 615 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", | 640 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", |
| 616 "--step-name=libjingle_peerconnection_objc_test", | 641 "--step-name=libjingle_peerconnection_objc_test", |
| 617 "--builder-name=Mac Asan", | 642 "--builder-name=Mac Asan", |
| 618 "--slave-name=slavename", | 643 "--slave-name=slavename", |
| 619 "--build-number=1337", | 644 "--build-number=1337", |
| 620 "--run-python-script", | 645 "--run-python-script", |
| 621 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 646 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 622 "--enable-asan", | 647 "--enable-asan", |
| 623 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 648 "[BUILDER_CACHE]/Mac_Asan/src/third_party/gtest-parallel/gtest-parallel", |
| 624 "[SLAVE_BUILD]/src/out/Release/libjingle_peerconnection_objc_test.app/Cont
ents/MacOS/libjingle_peerconnection_objc_test", | 649 "[BUILDER_CACHE]/Mac_Asan/src/out/Release/libjingle_peerconnection_objc_te
st.app/Contents/MacOS/libjingle_peerconnection_objc_test", |
| 625 "--" | 650 "--" |
| 626 ], | 651 ], |
| 627 "name": "libjingle_peerconnection_objc_test" | 652 "name": "libjingle_peerconnection_objc_test" |
| 628 }, | 653 }, |
| 629 { | 654 { |
| 630 "allow_subannotations": true, | 655 "allow_subannotations": true, |
| 631 "cmd": [ | 656 "cmd": [ |
| 632 "python", | 657 "python", |
| 633 "-u", | 658 "-u", |
| 634 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 659 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 635 "--target", | 660 "--target", |
| 636 "Release", | 661 "Release", |
| 637 "--factory-properties", | 662 "--factory-properties", |
| 638 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 663 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 639 "--build-properties", | 664 "--build-properties", |
| 640 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\
", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 665 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"buildnum
ber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"
recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slave
name\"}", |
| 641 "--annotate=gtest", | 666 "--annotate=gtest", |
| 642 "--test-type=webrtc_nonparallel_tests", | 667 "--test-type=webrtc_nonparallel_tests", |
| 643 "--step-name=webrtc_nonparallel_tests", | 668 "--step-name=webrtc_nonparallel_tests", |
| 644 "--generate-json-file", | 669 "--generate-json-file", |
| 645 "-o", | 670 "-o", |
| 646 "gtest-results/webrtc_nonparallel_tests", | 671 "gtest-results/webrtc_nonparallel_tests", |
| 647 "--builder-name=Mac Asan", | 672 "--builder-name=Mac Asan", |
| 648 "--slave-name=slavename", | 673 "--slave-name=slavename", |
| 649 "--build-number=1337", | 674 "--build-number=1337", |
| 650 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 675 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 651 "--enable-asan", | 676 "--enable-asan", |
| 652 "webrtc_nonparallel_tests" | 677 "webrtc_nonparallel_tests" |
| 653 ], | 678 ], |
| 654 "name": "webrtc_nonparallel_tests" | 679 "name": "webrtc_nonparallel_tests" |
| 655 }, | 680 }, |
| 656 { | 681 { |
| 657 "name": "$result", | 682 "name": "$result", |
| 658 "recipe_result": null, | 683 "recipe_result": null, |
| 659 "status_code": 0 | 684 "status_code": 0 |
| 660 } | 685 } |
| 661 ] | 686 ] |
| OLD | NEW |