| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Memcheck", | 10 "Linux Memcheck", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/chromium/sr
c/third_party/valgrind': 'https://chromium.googlesource.com/chromium/deps/valgri
nd/binaries'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'http
s://chromium.googlesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed'
: True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.c
om/chrome/deps/webrtc-limited'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/chromium/sr
c/third_party/valgrind': 'https://chromium.googlesource.com/chromium/deps/valgri
nd/binaries'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'http
s://chromium.googlesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed'
: True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.c
om/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@12345", | 24 "src@12345", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", | |
| 28 "env": { | 27 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 29 }, |
| 31 "name": "bot_update", | 30 "name": "bot_update", |
| 32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 57 ] | 56 ] |
| 58 }, | 57 }, |
| 59 { | 58 { |
| 60 "cmd": [ | 59 "cmd": [ |
| 61 "python", | 60 "python", |
| 62 "-u", | 61 "-u", |
| 63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 64 "[SLAVE_BUILD]/src/out" | 63 "[SLAVE_BUILD]/src/out" |
| 65 ], | 64 ], |
| 66 "cwd": "[SLAVE_BUILD]", | |
| 67 "name": "clean test output files" | 65 "name": "clean test output files" |
| 68 }, | 66 }, |
| 69 { | 67 { |
| 70 "cmd": [ | 68 "cmd": [ |
| 71 "python", | 69 "python", |
| 72 "-u", | 70 "-u", |
| 73 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 74 "--show-path", | 72 "--show-path", |
| 75 "python", | 73 "python", |
| 76 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 77 ], | 75 ], |
| 78 "cwd": "[SLAVE_BUILD]", | |
| 79 "name": "cleanup_temp" | 76 "name": "cleanup_temp" |
| 80 }, | 77 }, |
| 81 { | 78 { |
| 82 "cmd": [ | 79 "cmd": [ |
| 83 "python", | 80 "python", |
| 84 "-u", | 81 "-u", |
| 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 86 "runhooks" | 83 "runhooks" |
| 87 ], | 84 ], |
| 88 "cwd": "[SLAVE_BUILD]", | |
| 89 "env": { | 85 "env": { |
| 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 91 "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al
ways_on=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arc
h=x64 use_goma=1", | 87 "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al
ways_on=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arc
h=x64 use_goma=1", |
| 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 93 }, | 89 }, |
| 94 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
| 95 }, | 91 }, |
| 96 { | 92 { |
| 97 "cmd": [ | 93 "cmd": [ |
| 98 "python", | 94 "python", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 117 "goma", | 113 "goma", |
| 118 "--goma-jsonstatus", | 114 "--goma-jsonstatus", |
| 119 "/path/to/tmp/json", | 115 "/path/to/tmp/json", |
| 120 "--goma-service-account-json-file", | 116 "--goma-service-account-json-file", |
| 121 "/creds/service_accounts/service-account-goma-client.json", | 117 "/creds/service_accounts/service-account-goma-client.json", |
| 122 "--goma-dir", | 118 "--goma-dir", |
| 123 "[BUILD]/goma", | 119 "[BUILD]/goma", |
| 124 "--", | 120 "--", |
| 125 "All" | 121 "All" |
| 126 ], | 122 ], |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "env": { | 123 "env": { |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 130 }, | 125 }, |
| 131 "name": "compile", | 126 "name": "compile", |
| 132 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 134 "@@@STEP_LOG_END@json.output (invalid)@@@" | 129 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 135 ] | 130 ] |
| 136 }, | 131 }, |
| 137 { | 132 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 156 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 151 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 157 "--pass-build-dir", | 152 "--pass-build-dir", |
| 158 "--pass-target", | 153 "--pass-target", |
| 159 "--run-shell-script", | 154 "--run-shell-script", |
| 160 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 155 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 161 "--test", | 156 "--test", |
| 162 "audio_decoder_unittests", | 157 "audio_decoder_unittests", |
| 163 "--tool", | 158 "--tool", |
| 164 "memcheck" | 159 "memcheck" |
| 165 ], | 160 ], |
| 166 "cwd": "[SLAVE_BUILD]", | |
| 167 "name": "audio_decoder_unittests" | 161 "name": "audio_decoder_unittests" |
| 168 }, | 162 }, |
| 169 { | 163 { |
| 170 "allow_subannotations": true, | 164 "allow_subannotations": true, |
| 171 "cmd": [ | 165 "cmd": [ |
| 172 "python", | 166 "python", |
| 173 "-u", | 167 "-u", |
| 174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 168 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 175 "--target", | 169 "--target", |
| 176 "Release", | 170 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 188 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 182 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 189 "--pass-build-dir", | 183 "--pass-build-dir", |
| 190 "--pass-target", | 184 "--pass-target", |
| 191 "--run-shell-script", | 185 "--run-shell-script", |
| 192 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 186 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 193 "--test", | 187 "--test", |
| 194 "common_audio_unittests", | 188 "common_audio_unittests", |
| 195 "--tool", | 189 "--tool", |
| 196 "memcheck" | 190 "memcheck" |
| 197 ], | 191 ], |
| 198 "cwd": "[SLAVE_BUILD]", | |
| 199 "name": "common_audio_unittests" | 192 "name": "common_audio_unittests" |
| 200 }, | 193 }, |
| 201 { | 194 { |
| 202 "allow_subannotations": true, | 195 "allow_subannotations": true, |
| 203 "cmd": [ | 196 "cmd": [ |
| 204 "python", | 197 "python", |
| 205 "-u", | 198 "-u", |
| 206 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 199 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 207 "--target", | 200 "--target", |
| 208 "Release", | 201 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 220 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 213 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 221 "--pass-build-dir", | 214 "--pass-build-dir", |
| 222 "--pass-target", | 215 "--pass-target", |
| 223 "--run-shell-script", | 216 "--run-shell-script", |
| 224 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 217 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 225 "--test", | 218 "--test", |
| 226 "common_video_unittests", | 219 "common_video_unittests", |
| 227 "--tool", | 220 "--tool", |
| 228 "memcheck" | 221 "memcheck" |
| 229 ], | 222 ], |
| 230 "cwd": "[SLAVE_BUILD]", | |
| 231 "name": "common_video_unittests" | 223 "name": "common_video_unittests" |
| 232 }, | 224 }, |
| 233 { | 225 { |
| 234 "allow_subannotations": true, | 226 "allow_subannotations": true, |
| 235 "cmd": [ | 227 "cmd": [ |
| 236 "python", | 228 "python", |
| 237 "-u", | 229 "-u", |
| 238 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 239 "--target", | 231 "--target", |
| 240 "Release", | 232 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 252 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 244 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 253 "--pass-build-dir", | 245 "--pass-build-dir", |
| 254 "--pass-target", | 246 "--pass-target", |
| 255 "--run-shell-script", | 247 "--run-shell-script", |
| 256 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 248 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 257 "--test", | 249 "--test", |
| 258 "modules_tests", | 250 "modules_tests", |
| 259 "--tool", | 251 "--tool", |
| 260 "memcheck" | 252 "memcheck" |
| 261 ], | 253 ], |
| 262 "cwd": "[SLAVE_BUILD]", | |
| 263 "name": "modules_tests" | 254 "name": "modules_tests" |
| 264 }, | 255 }, |
| 265 { | 256 { |
| 266 "allow_subannotations": true, | 257 "allow_subannotations": true, |
| 267 "cmd": [ | 258 "cmd": [ |
| 268 "python", | 259 "python", |
| 269 "-u", | 260 "-u", |
| 270 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 271 "--target", | 262 "--target", |
| 272 "Release", | 263 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 284 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 285 "--pass-build-dir", | 276 "--pass-build-dir", |
| 286 "--pass-target", | 277 "--pass-target", |
| 287 "--run-shell-script", | 278 "--run-shell-script", |
| 288 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 279 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 289 "--test", | 280 "--test", |
| 290 "modules_unittests", | 281 "modules_unittests", |
| 291 "--tool", | 282 "--tool", |
| 292 "memcheck" | 283 "memcheck" |
| 293 ], | 284 ], |
| 294 "cwd": "[SLAVE_BUILD]", | |
| 295 "name": "modules_unittests" | 285 "name": "modules_unittests" |
| 296 }, | 286 }, |
| 297 { | 287 { |
| 298 "allow_subannotations": true, | 288 "allow_subannotations": true, |
| 299 "cmd": [ | 289 "cmd": [ |
| 300 "python", | 290 "python", |
| 301 "-u", | 291 "-u", |
| 302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 303 "--target", | 293 "--target", |
| 304 "Release", | 294 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 316 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 306 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 317 "--pass-build-dir", | 307 "--pass-build-dir", |
| 318 "--pass-target", | 308 "--pass-target", |
| 319 "--run-shell-script", | 309 "--run-shell-script", |
| 320 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 310 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 321 "--test", | 311 "--test", |
| 322 "peerconnection_unittests", | 312 "peerconnection_unittests", |
| 323 "--tool", | 313 "--tool", |
| 324 "memcheck" | 314 "memcheck" |
| 325 ], | 315 ], |
| 326 "cwd": "[SLAVE_BUILD]", | |
| 327 "name": "peerconnection_unittests" | 316 "name": "peerconnection_unittests" |
| 328 }, | 317 }, |
| 329 { | 318 { |
| 330 "allow_subannotations": true, | 319 "allow_subannotations": true, |
| 331 "cmd": [ | 320 "cmd": [ |
| 332 "python", | 321 "python", |
| 333 "-u", | 322 "-u", |
| 334 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 323 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 335 "--target", | 324 "--target", |
| 336 "Release", | 325 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 348 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 337 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 349 "--pass-build-dir", | 338 "--pass-build-dir", |
| 350 "--pass-target", | 339 "--pass-target", |
| 351 "--run-shell-script", | 340 "--run-shell-script", |
| 352 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 341 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 353 "--test", | 342 "--test", |
| 354 "rtc_media_unittests", | 343 "rtc_media_unittests", |
| 355 "--tool", | 344 "--tool", |
| 356 "memcheck" | 345 "memcheck" |
| 357 ], | 346 ], |
| 358 "cwd": "[SLAVE_BUILD]", | |
| 359 "name": "rtc_media_unittests" | 347 "name": "rtc_media_unittests" |
| 360 }, | 348 }, |
| 361 { | 349 { |
| 362 "allow_subannotations": true, | 350 "allow_subannotations": true, |
| 363 "cmd": [ | 351 "cmd": [ |
| 364 "python", | 352 "python", |
| 365 "-u", | 353 "-u", |
| 366 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 354 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 367 "--target", | 355 "--target", |
| 368 "Release", | 356 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 380 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 368 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 381 "--pass-build-dir", | 369 "--pass-build-dir", |
| 382 "--pass-target", | 370 "--pass-target", |
| 383 "--run-shell-script", | 371 "--run-shell-script", |
| 384 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 372 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 385 "--test", | 373 "--test", |
| 386 "rtc_pc_unittests", | 374 "rtc_pc_unittests", |
| 387 "--tool", | 375 "--tool", |
| 388 "memcheck" | 376 "memcheck" |
| 389 ], | 377 ], |
| 390 "cwd": "[SLAVE_BUILD]", | |
| 391 "name": "rtc_pc_unittests" | 378 "name": "rtc_pc_unittests" |
| 392 }, | 379 }, |
| 393 { | 380 { |
| 394 "allow_subannotations": true, | 381 "allow_subannotations": true, |
| 395 "cmd": [ | 382 "cmd": [ |
| 396 "python", | 383 "python", |
| 397 "-u", | 384 "-u", |
| 398 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 385 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 399 "--target", | 386 "--target", |
| 400 "Release", | 387 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 412 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 399 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 413 "--pass-build-dir", | 400 "--pass-build-dir", |
| 414 "--pass-target", | 401 "--pass-target", |
| 415 "--run-shell-script", | 402 "--run-shell-script", |
| 416 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 403 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 417 "--test", | 404 "--test", |
| 418 "rtc_unittests", | 405 "rtc_unittests", |
| 419 "--tool", | 406 "--tool", |
| 420 "memcheck" | 407 "memcheck" |
| 421 ], | 408 ], |
| 422 "cwd": "[SLAVE_BUILD]", | |
| 423 "name": "rtc_unittests" | 409 "name": "rtc_unittests" |
| 424 }, | 410 }, |
| 425 { | 411 { |
| 426 "allow_subannotations": true, | 412 "allow_subannotations": true, |
| 427 "cmd": [ | 413 "cmd": [ |
| 428 "python", | 414 "python", |
| 429 "-u", | 415 "-u", |
| 430 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 416 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 431 "--target", | 417 "--target", |
| 432 "Release", | 418 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 444 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 430 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 445 "--pass-build-dir", | 431 "--pass-build-dir", |
| 446 "--pass-target", | 432 "--pass-target", |
| 447 "--run-shell-script", | 433 "--run-shell-script", |
| 448 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 434 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 449 "--test", | 435 "--test", |
| 450 "system_wrappers_unittests", | 436 "system_wrappers_unittests", |
| 451 "--tool", | 437 "--tool", |
| 452 "memcheck" | 438 "memcheck" |
| 453 ], | 439 ], |
| 454 "cwd": "[SLAVE_BUILD]", | |
| 455 "name": "system_wrappers_unittests" | 440 "name": "system_wrappers_unittests" |
| 456 }, | 441 }, |
| 457 { | 442 { |
| 458 "allow_subannotations": true, | 443 "allow_subannotations": true, |
| 459 "cmd": [ | 444 "cmd": [ |
| 460 "python", | 445 "python", |
| 461 "-u", | 446 "-u", |
| 462 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 447 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 463 "--target", | 448 "--target", |
| 464 "Release", | 449 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 476 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 461 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 477 "--pass-build-dir", | 462 "--pass-build-dir", |
| 478 "--pass-target", | 463 "--pass-target", |
| 479 "--run-shell-script", | 464 "--run-shell-script", |
| 480 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 465 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 481 "--test", | 466 "--test", |
| 482 "test_support_unittests", | 467 "test_support_unittests", |
| 483 "--tool", | 468 "--tool", |
| 484 "memcheck" | 469 "memcheck" |
| 485 ], | 470 ], |
| 486 "cwd": "[SLAVE_BUILD]", | |
| 487 "name": "test_support_unittests" | 471 "name": "test_support_unittests" |
| 488 }, | 472 }, |
| 489 { | 473 { |
| 490 "allow_subannotations": true, | 474 "allow_subannotations": true, |
| 491 "cmd": [ | 475 "cmd": [ |
| 492 "python", | 476 "python", |
| 493 "-u", | 477 "-u", |
| 494 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 478 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 495 "--target", | 479 "--target", |
| 496 "Release", | 480 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 508 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 492 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 509 "--pass-build-dir", | 493 "--pass-build-dir", |
| 510 "--pass-target", | 494 "--pass-target", |
| 511 "--run-shell-script", | 495 "--run-shell-script", |
| 512 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 496 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 513 "--test", | 497 "--test", |
| 514 "tools_unittests", | 498 "tools_unittests", |
| 515 "--tool", | 499 "--tool", |
| 516 "memcheck" | 500 "memcheck" |
| 517 ], | 501 ], |
| 518 "cwd": "[SLAVE_BUILD]", | |
| 519 "name": "tools_unittests" | 502 "name": "tools_unittests" |
| 520 }, | 503 }, |
| 521 { | 504 { |
| 522 "allow_subannotations": true, | 505 "allow_subannotations": true, |
| 523 "cmd": [ | 506 "cmd": [ |
| 524 "python", | 507 "python", |
| 525 "-u", | 508 "-u", |
| 526 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 509 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 527 "--target", | 510 "--target", |
| 528 "Release", | 511 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 540 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 523 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 541 "--pass-build-dir", | 524 "--pass-build-dir", |
| 542 "--pass-target", | 525 "--pass-target", |
| 543 "--run-shell-script", | 526 "--run-shell-script", |
| 544 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 527 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 545 "--test", | 528 "--test", |
| 546 "video_engine_tests", | 529 "video_engine_tests", |
| 547 "--tool", | 530 "--tool", |
| 548 "memcheck" | 531 "memcheck" |
| 549 ], | 532 ], |
| 550 "cwd": "[SLAVE_BUILD]", | |
| 551 "name": "video_engine_tests" | 533 "name": "video_engine_tests" |
| 552 }, | 534 }, |
| 553 { | 535 { |
| 554 "allow_subannotations": true, | 536 "allow_subannotations": true, |
| 555 "cmd": [ | 537 "cmd": [ |
| 556 "python", | 538 "python", |
| 557 "-u", | 539 "-u", |
| 558 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 540 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 559 "--target", | 541 "--target", |
| 560 "Release", | 542 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 572 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 554 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 573 "--pass-build-dir", | 555 "--pass-build-dir", |
| 574 "--pass-target", | 556 "--pass-target", |
| 575 "--run-shell-script", | 557 "--run-shell-script", |
| 576 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 558 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 577 "--test", | 559 "--test", |
| 578 "voice_engine_unittests", | 560 "voice_engine_unittests", |
| 579 "--tool", | 561 "--tool", |
| 580 "memcheck" | 562 "memcheck" |
| 581 ], | 563 ], |
| 582 "cwd": "[SLAVE_BUILD]", | |
| 583 "name": "voice_engine_unittests" | 564 "name": "voice_engine_unittests" |
| 584 }, | 565 }, |
| 585 { | 566 { |
| 586 "allow_subannotations": true, | 567 "allow_subannotations": true, |
| 587 "cmd": [ | 568 "cmd": [ |
| 588 "python", | 569 "python", |
| 589 "-u", | 570 "-u", |
| 590 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 571 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 591 "--target", | 572 "--target", |
| 592 "Release", | 573 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 604 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 585 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 605 "--pass-build-dir", | 586 "--pass-build-dir", |
| 606 "--pass-target", | 587 "--pass-target", |
| 607 "--run-shell-script", | 588 "--run-shell-script", |
| 608 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 589 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 609 "--test", | 590 "--test", |
| 610 "webrtc_nonparallel_tests", | 591 "webrtc_nonparallel_tests", |
| 611 "--tool", | 592 "--tool", |
| 612 "memcheck" | 593 "memcheck" |
| 613 ], | 594 ], |
| 614 "cwd": "[SLAVE_BUILD]", | |
| 615 "name": "webrtc_nonparallel_tests" | 595 "name": "webrtc_nonparallel_tests" |
| 616 }, | 596 }, |
| 617 { | 597 { |
| 618 "name": "$result", | 598 "name": "$result", |
| 619 "recipe_result": null, | 599 "recipe_result": null, |
| 620 "status_code": 0 | 600 "status_code": 0 |
| 621 } | 601 } |
| 622 ] | 602 ] |
| OLD | NEW |