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