| 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 "Win DrMemory Light", | 10 "Win DrMemory Light", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "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'}]", | 14 "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'}]", |
| 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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 91 "GYP_DEFINES": "build_for_tool=drmemory chromium_win_pch=0 component=share
d_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]
\\goma' rtc_use_264=1 target_arch=ia32 use_goma=1", | 87 "GYP_DEFINES": "build_for_tool=drmemory chromium_win_pch=0 component=share
d_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]
\\goma' rtc_use_264=1 target_arch=ia32 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 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 117 "C:\\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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-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 17 matching lines...) Expand all Loading... |
| 155 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 150 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 156 "--pass-build-dir", | 151 "--pass-build-dir", |
| 157 "--pass-target", | 152 "--pass-target", |
| 158 "--run-shell-script", | 153 "--run-shell-script", |
| 159 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 154 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 160 "--test", | 155 "--test", |
| 161 "audio_decoder_unittests", | 156 "audio_decoder_unittests", |
| 162 "--tool", | 157 "--tool", |
| 163 "drmemory_light" | 158 "drmemory_light" |
| 164 ], | 159 ], |
| 165 "cwd": "[SLAVE_BUILD]", | |
| 166 "name": "audio_decoder_unittests" | 160 "name": "audio_decoder_unittests" |
| 167 }, | 161 }, |
| 168 { | 162 { |
| 169 "allow_subannotations": true, | 163 "allow_subannotations": true, |
| 170 "cmd": [ | 164 "cmd": [ |
| 171 "python", | 165 "python", |
| 172 "-u", | 166 "-u", |
| 173 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 174 "--target", | 168 "--target", |
| 175 "Debug", | 169 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 186 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 180 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 187 "--pass-build-dir", | 181 "--pass-build-dir", |
| 188 "--pass-target", | 182 "--pass-target", |
| 189 "--run-shell-script", | 183 "--run-shell-script", |
| 190 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 184 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 191 "--test", | 185 "--test", |
| 192 "common_audio_unittests", | 186 "common_audio_unittests", |
| 193 "--tool", | 187 "--tool", |
| 194 "drmemory_light" | 188 "drmemory_light" |
| 195 ], | 189 ], |
| 196 "cwd": "[SLAVE_BUILD]", | |
| 197 "name": "common_audio_unittests" | 190 "name": "common_audio_unittests" |
| 198 }, | 191 }, |
| 199 { | 192 { |
| 200 "allow_subannotations": true, | 193 "allow_subannotations": true, |
| 201 "cmd": [ | 194 "cmd": [ |
| 202 "python", | 195 "python", |
| 203 "-u", | 196 "-u", |
| 204 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 205 "--target", | 198 "--target", |
| 206 "Debug", | 199 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 217 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 210 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 218 "--pass-build-dir", | 211 "--pass-build-dir", |
| 219 "--pass-target", | 212 "--pass-target", |
| 220 "--run-shell-script", | 213 "--run-shell-script", |
| 221 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 214 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 222 "--test", | 215 "--test", |
| 223 "common_video_unittests", | 216 "common_video_unittests", |
| 224 "--tool", | 217 "--tool", |
| 225 "drmemory_light" | 218 "drmemory_light" |
| 226 ], | 219 ], |
| 227 "cwd": "[SLAVE_BUILD]", | |
| 228 "name": "common_video_unittests" | 220 "name": "common_video_unittests" |
| 229 }, | 221 }, |
| 230 { | 222 { |
| 231 "allow_subannotations": true, | 223 "allow_subannotations": true, |
| 232 "cmd": [ | 224 "cmd": [ |
| 233 "python", | 225 "python", |
| 234 "-u", | 226 "-u", |
| 235 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 227 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 236 "--target", | 228 "--target", |
| 237 "Debug", | 229 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 248 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 240 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 249 "--pass-build-dir", | 241 "--pass-build-dir", |
| 250 "--pass-target", | 242 "--pass-target", |
| 251 "--run-shell-script", | 243 "--run-shell-script", |
| 252 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 244 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 253 "--test", | 245 "--test", |
| 254 "modules_tests", | 246 "modules_tests", |
| 255 "--tool", | 247 "--tool", |
| 256 "drmemory_light" | 248 "drmemory_light" |
| 257 ], | 249 ], |
| 258 "cwd": "[SLAVE_BUILD]", | |
| 259 "name": "modules_tests" | 250 "name": "modules_tests" |
| 260 }, | 251 }, |
| 261 { | 252 { |
| 262 "allow_subannotations": true, | 253 "allow_subannotations": true, |
| 263 "cmd": [ | 254 "cmd": [ |
| 264 "python", | 255 "python", |
| 265 "-u", | 256 "-u", |
| 266 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 257 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 267 "--target", | 258 "--target", |
| 268 "Debug", | 259 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 279 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 270 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 280 "--pass-build-dir", | 271 "--pass-build-dir", |
| 281 "--pass-target", | 272 "--pass-target", |
| 282 "--run-shell-script", | 273 "--run-shell-script", |
| 283 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 274 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 284 "--test", | 275 "--test", |
| 285 "modules_unittests", | 276 "modules_unittests", |
| 286 "--tool", | 277 "--tool", |
| 287 "drmemory_light" | 278 "drmemory_light" |
| 288 ], | 279 ], |
| 289 "cwd": "[SLAVE_BUILD]", | |
| 290 "name": "modules_unittests" | 280 "name": "modules_unittests" |
| 291 }, | 281 }, |
| 292 { | 282 { |
| 293 "allow_subannotations": true, | 283 "allow_subannotations": true, |
| 294 "cmd": [ | 284 "cmd": [ |
| 295 "python", | 285 "python", |
| 296 "-u", | 286 "-u", |
| 297 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 287 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 298 "--target", | 288 "--target", |
| 299 "Debug", | 289 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 310 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 300 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 311 "--pass-build-dir", | 301 "--pass-build-dir", |
| 312 "--pass-target", | 302 "--pass-target", |
| 313 "--run-shell-script", | 303 "--run-shell-script", |
| 314 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 304 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 315 "--test", | 305 "--test", |
| 316 "peerconnection_unittests", | 306 "peerconnection_unittests", |
| 317 "--tool", | 307 "--tool", |
| 318 "drmemory_light" | 308 "drmemory_light" |
| 319 ], | 309 ], |
| 320 "cwd": "[SLAVE_BUILD]", | |
| 321 "name": "peerconnection_unittests" | 310 "name": "peerconnection_unittests" |
| 322 }, | 311 }, |
| 323 { | 312 { |
| 324 "allow_subannotations": true, | 313 "allow_subannotations": true, |
| 325 "cmd": [ | 314 "cmd": [ |
| 326 "python", | 315 "python", |
| 327 "-u", | 316 "-u", |
| 328 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 317 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 329 "--target", | 318 "--target", |
| 330 "Debug", | 319 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 341 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 330 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 342 "--pass-build-dir", | 331 "--pass-build-dir", |
| 343 "--pass-target", | 332 "--pass-target", |
| 344 "--run-shell-script", | 333 "--run-shell-script", |
| 345 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 334 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 346 "--test", | 335 "--test", |
| 347 "rtc_media_unittests", | 336 "rtc_media_unittests", |
| 348 "--tool", | 337 "--tool", |
| 349 "drmemory_light" | 338 "drmemory_light" |
| 350 ], | 339 ], |
| 351 "cwd": "[SLAVE_BUILD]", | |
| 352 "name": "rtc_media_unittests" | 340 "name": "rtc_media_unittests" |
| 353 }, | 341 }, |
| 354 { | 342 { |
| 355 "allow_subannotations": true, | 343 "allow_subannotations": true, |
| 356 "cmd": [ | 344 "cmd": [ |
| 357 "python", | 345 "python", |
| 358 "-u", | 346 "-u", |
| 359 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 347 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 360 "--target", | 348 "--target", |
| 361 "Debug", | 349 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 372 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 360 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 373 "--pass-build-dir", | 361 "--pass-build-dir", |
| 374 "--pass-target", | 362 "--pass-target", |
| 375 "--run-shell-script", | 363 "--run-shell-script", |
| 376 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 364 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 377 "--test", | 365 "--test", |
| 378 "rtc_pc_unittests", | 366 "rtc_pc_unittests", |
| 379 "--tool", | 367 "--tool", |
| 380 "drmemory_light" | 368 "drmemory_light" |
| 381 ], | 369 ], |
| 382 "cwd": "[SLAVE_BUILD]", | |
| 383 "name": "rtc_pc_unittests" | 370 "name": "rtc_pc_unittests" |
| 384 }, | 371 }, |
| 385 { | 372 { |
| 386 "allow_subannotations": true, | 373 "allow_subannotations": true, |
| 387 "cmd": [ | 374 "cmd": [ |
| 388 "python", | 375 "python", |
| 389 "-u", | 376 "-u", |
| 390 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 377 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 391 "--target", | 378 "--target", |
| 392 "Debug", | 379 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 403 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 390 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 404 "--pass-build-dir", | 391 "--pass-build-dir", |
| 405 "--pass-target", | 392 "--pass-target", |
| 406 "--run-shell-script", | 393 "--run-shell-script", |
| 407 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 394 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 408 "--test", | 395 "--test", |
| 409 "rtc_unittests", | 396 "rtc_unittests", |
| 410 "--tool", | 397 "--tool", |
| 411 "drmemory_light" | 398 "drmemory_light" |
| 412 ], | 399 ], |
| 413 "cwd": "[SLAVE_BUILD]", | |
| 414 "name": "rtc_unittests" | 400 "name": "rtc_unittests" |
| 415 }, | 401 }, |
| 416 { | 402 { |
| 417 "allow_subannotations": true, | 403 "allow_subannotations": true, |
| 418 "cmd": [ | 404 "cmd": [ |
| 419 "python", | 405 "python", |
| 420 "-u", | 406 "-u", |
| 421 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 407 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 422 "--target", | 408 "--target", |
| 423 "Debug", | 409 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 434 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 420 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 435 "--pass-build-dir", | 421 "--pass-build-dir", |
| 436 "--pass-target", | 422 "--pass-target", |
| 437 "--run-shell-script", | 423 "--run-shell-script", |
| 438 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 424 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 439 "--test", | 425 "--test", |
| 440 "system_wrappers_unittests", | 426 "system_wrappers_unittests", |
| 441 "--tool", | 427 "--tool", |
| 442 "drmemory_light" | 428 "drmemory_light" |
| 443 ], | 429 ], |
| 444 "cwd": "[SLAVE_BUILD]", | |
| 445 "name": "system_wrappers_unittests" | 430 "name": "system_wrappers_unittests" |
| 446 }, | 431 }, |
| 447 { | 432 { |
| 448 "allow_subannotations": true, | 433 "allow_subannotations": true, |
| 449 "cmd": [ | 434 "cmd": [ |
| 450 "python", | 435 "python", |
| 451 "-u", | 436 "-u", |
| 452 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 437 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 453 "--target", | 438 "--target", |
| 454 "Debug", | 439 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 465 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 450 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 466 "--pass-build-dir", | 451 "--pass-build-dir", |
| 467 "--pass-target", | 452 "--pass-target", |
| 468 "--run-shell-script", | 453 "--run-shell-script", |
| 469 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 454 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 470 "--test", | 455 "--test", |
| 471 "test_support_unittests", | 456 "test_support_unittests", |
| 472 "--tool", | 457 "--tool", |
| 473 "drmemory_light" | 458 "drmemory_light" |
| 474 ], | 459 ], |
| 475 "cwd": "[SLAVE_BUILD]", | |
| 476 "name": "test_support_unittests" | 460 "name": "test_support_unittests" |
| 477 }, | 461 }, |
| 478 { | 462 { |
| 479 "allow_subannotations": true, | 463 "allow_subannotations": true, |
| 480 "cmd": [ | 464 "cmd": [ |
| 481 "python", | 465 "python", |
| 482 "-u", | 466 "-u", |
| 483 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 467 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 484 "--target", | 468 "--target", |
| 485 "Debug", | 469 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 496 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 480 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 497 "--pass-build-dir", | 481 "--pass-build-dir", |
| 498 "--pass-target", | 482 "--pass-target", |
| 499 "--run-shell-script", | 483 "--run-shell-script", |
| 500 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 484 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 501 "--test", | 485 "--test", |
| 502 "tools_unittests", | 486 "tools_unittests", |
| 503 "--tool", | 487 "--tool", |
| 504 "drmemory_light" | 488 "drmemory_light" |
| 505 ], | 489 ], |
| 506 "cwd": "[SLAVE_BUILD]", | |
| 507 "name": "tools_unittests" | 490 "name": "tools_unittests" |
| 508 }, | 491 }, |
| 509 { | 492 { |
| 510 "allow_subannotations": true, | 493 "allow_subannotations": true, |
| 511 "cmd": [ | 494 "cmd": [ |
| 512 "python", | 495 "python", |
| 513 "-u", | 496 "-u", |
| 514 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 497 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 515 "--target", | 498 "--target", |
| 516 "Debug", | 499 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 527 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 510 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 528 "--pass-build-dir", | 511 "--pass-build-dir", |
| 529 "--pass-target", | 512 "--pass-target", |
| 530 "--run-shell-script", | 513 "--run-shell-script", |
| 531 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 514 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 532 "--test", | 515 "--test", |
| 533 "video_engine_tests", | 516 "video_engine_tests", |
| 534 "--tool", | 517 "--tool", |
| 535 "drmemory_light" | 518 "drmemory_light" |
| 536 ], | 519 ], |
| 537 "cwd": "[SLAVE_BUILD]", | |
| 538 "name": "video_engine_tests" | 520 "name": "video_engine_tests" |
| 539 }, | 521 }, |
| 540 { | 522 { |
| 541 "allow_subannotations": true, | 523 "allow_subannotations": true, |
| 542 "cmd": [ | 524 "cmd": [ |
| 543 "python", | 525 "python", |
| 544 "-u", | 526 "-u", |
| 545 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 527 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 546 "--target", | 528 "--target", |
| 547 "Debug", | 529 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 558 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 540 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 559 "--pass-build-dir", | 541 "--pass-build-dir", |
| 560 "--pass-target", | 542 "--pass-target", |
| 561 "--run-shell-script", | 543 "--run-shell-script", |
| 562 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 544 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 563 "--test", | 545 "--test", |
| 564 "voice_engine_unittests", | 546 "voice_engine_unittests", |
| 565 "--tool", | 547 "--tool", |
| 566 "drmemory_light" | 548 "drmemory_light" |
| 567 ], | 549 ], |
| 568 "cwd": "[SLAVE_BUILD]", | |
| 569 "name": "voice_engine_unittests" | 550 "name": "voice_engine_unittests" |
| 570 }, | 551 }, |
| 571 { | 552 { |
| 572 "allow_subannotations": true, | 553 "allow_subannotations": true, |
| 573 "cmd": [ | 554 "cmd": [ |
| 574 "python", | 555 "python", |
| 575 "-u", | 556 "-u", |
| 576 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 557 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 577 "--target", | 558 "--target", |
| 578 "Debug", | 559 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 589 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 570 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 590 "--pass-build-dir", | 571 "--pass-build-dir", |
| 591 "--pass-target", | 572 "--pass-target", |
| 592 "--run-shell-script", | 573 "--run-shell-script", |
| 593 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 574 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 594 "--test", | 575 "--test", |
| 595 "webrtc_nonparallel_tests", | 576 "webrtc_nonparallel_tests", |
| 596 "--tool", | 577 "--tool", |
| 597 "drmemory_light" | 578 "drmemory_light" |
| 598 ], | 579 ], |
| 599 "cwd": "[SLAVE_BUILD]", | |
| 600 "name": "webrtc_nonparallel_tests" | 580 "name": "webrtc_nonparallel_tests" |
| 601 }, | 581 }, |
| 602 { | 582 { |
| 603 "name": "$result", | 583 "name": "$result", |
| 604 "recipe_result": null, | 584 "recipe_result": null, |
| 605 "status_code": 0 | 585 "status_code": 0 |
| 606 } | 586 } |
| 607 ] | 587 ] |
| OLD | NEW |