| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup temp" | 9 "name": "cleanup temp" |
| 10 }, | 10 }, |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 "@@@STEP_LOG_LINE@json.output@}@@@", | 171 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 172 "@@@STEP_LOG_END@json.output@@@" | 172 "@@@STEP_LOG_END@json.output@@@" |
| 173 ] | 173 ] |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "cmd": [ | 176 "cmd": [ |
| 177 "python", | 177 "python", |
| 178 "-u", | 178 "-u", |
| 179 "[SLAVE_BUILD]/src/build/gyp_chromium", | 179 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 180 "--analyzer", | 180 "--analyzer", |
| 181 "{\"additional_compile_targets\": [], \"files\": [\"third_party/WebKit/foo
.cc\"], \"test_targets\": [\"angle_unittests_run\", \"content_gl_tests_run\", \"
gl_tests_run\", \"gl_unittests_run\", \"gles2_conform_test_run\", \"gpu_unittest
s_run\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_new_test_run\"]}", | 181 "{\"additional_compile_targets\": [], \"files\": [\"third_party/WebKit/foo
.cc\"], \"test_targets\": [\"angle_unittests_run\", \"content_gl_tests_run\", \"
gl_tests_run\", \"gl_unittests_run\", \"gles2_conform_test_run\", \"gpu_unittest
s_run\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", |
| 182 "/path/to/tmp/json" | 182 "/path/to/tmp/json" |
| 183 ], | 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", | 184 "cwd": "[SLAVE_BUILD]", |
| 185 "env": { | 185 "env": { |
| 186 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 186 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 187 }, | 187 }, |
| 188 "name": "analyze", | 188 "name": "analyze", |
| 189 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@json.output@{@@@", | 190 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"app_list_unittests\", @@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"app_list_unittests\", @@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"app_shell\", @@@", | 196 "@@@STEP_LOG_LINE@json.output@ \"app_shell\", @@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ \"chrome_initial\", @@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"chrome_initial\", @@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\", @@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\", @@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\", @@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\", @@@", |
| 200 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\", @@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\", @@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\", @@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\", @@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\", @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\", @@@", |
| 203 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\", @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\", @@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\"@@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\"@@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 205 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", | 207 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests_run\", @@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests_run\", @@@", |
| 212 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test_run\", @@@", | 212 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test_run\", @@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests_run\", @@@", | 213 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests_run\", @@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests_run\", @@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests_run\", @@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test_run\"@@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test_run\"@@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 216 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 217 "@@@STEP_LOG_LINE@json.output@}@@@", | 217 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 218 "@@@STEP_LOG_END@json.output@@@" | 218 "@@@STEP_LOG_END@json.output@@@" |
| 219 ] | 219 ] |
| 220 }, | 220 }, |
| 221 { | 221 { |
| 222 "allow_subannotations": true, | 222 "allow_subannotations": true, |
| 223 "cmd": [ | 223 "cmd": [ |
| 224 "python", | 224 "python", |
| 225 "-u", | 225 "-u", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "gl_tests", | 270 "gl_tests", |
| 271 "gl_tests_run", | 271 "gl_tests_run", |
| 272 "gl_unittests", | 272 "gl_unittests", |
| 273 "gl_unittests_run", | 273 "gl_unittests_run", |
| 274 "gles2_conform_test", | 274 "gles2_conform_test", |
| 275 "gles2_conform_test_run", | 275 "gles2_conform_test_run", |
| 276 "gpu_unittests", | 276 "gpu_unittests", |
| 277 "gpu_unittests_run", | 277 "gpu_unittests_run", |
| 278 "tab_capture_end2end_tests", | 278 "tab_capture_end2end_tests", |
| 279 "tab_capture_end2end_tests_run", | 279 "tab_capture_end2end_tests_run", |
| 280 "telemetry_gpu_new_test", | 280 "telemetry_gpu_test", |
| 281 "telemetry_gpu_new_test_run" | 281 "telemetry_gpu_test_run" |
| 282 ], | 282 ], |
| 283 "cwd": "[SLAVE_BUILD]", | 283 "cwd": "[SLAVE_BUILD]", |
| 284 "name": "compile (with patch)", | 284 "name": "compile (with patch)", |
| 285 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 287 "@@@STEP_LOG_END@json.output (invalid)@@@" | 287 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 288 ] | 288 ] |
| 289 }, | 289 }, |
| 290 { | 290 { |
| 291 "cmd": [ | 291 "cmd": [ |
| 292 "python", | 292 "python", |
| 293 "-u", | 293 "-u", |
| 294 "RECIPE_MODULE[isolate]/resources/isolate.py", | 294 "RECIPE_MODULE[isolate]/resources/isolate.py", |
| 295 "[SLAVE_BUILD]/src/tools/swarming_client", | 295 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 296 "batcharchive", | 296 "batcharchive", |
| 297 "--dump-json", | 297 "--dump-json", |
| 298 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
| 299 "--isolate-server", | 299 "--isolate-server", |
| 300 "https://isolateserver.appspot.com", | 300 "https://isolateserver.appspot.com", |
| 301 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", | 301 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", |
| 302 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 302 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
| 303 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", | 303 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", |
| 304 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 304 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
| 305 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json", | 305 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json", |
| 306 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", | 306 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", |
| 307 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", | 307 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", |
| 308 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_new_test.isolated.gen.json" | 308 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json" |
| 309 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", | 310 "cwd": "[SLAVE_BUILD]", |
| 311 "name": "isolate tests", | 311 "name": "isolate tests", |
| 312 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 313 "@@@STEP_LOG_LINE@json.output@{@@@", | 313 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 314 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
| 315 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 315 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
| 316 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 316 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 317 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", | 317 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", |
| 318 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 318 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 319 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
| 320 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 320 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", |
| 321 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\": \"[dummy hash
for telemetry_gpu_new_test]\"@@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", |
| 322 "@@@STEP_LOG_LINE@json.output@}@@@", | 322 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 323 "@@@STEP_LOG_END@json.output@@@", | 323 "@@@STEP_LOG_END@json.output@@@", |
| 324 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash
for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_tes
t]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2e
nd_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_new_
test\": \"[dummy hash for telemetry_gpu_new_test]\"}@@@" | 324 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash
for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_tes
t]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2e
nd_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test
\": \"[dummy hash for telemetry_gpu_test]\"}@@@" |
| 325 ] | 325 ] |
| 326 }, | 326 }, |
| 327 { | 327 { |
| 328 "allow_subannotations": true, | 328 "allow_subannotations": true, |
| 329 "cmd": [ | 329 "cmd": [ |
| 330 "python", | 330 "python", |
| 331 "-u", | 331 "-u", |
| 332 "[BUILD]/scripts/slave/runtest.py", | 332 "[BUILD]/scripts/slave/runtest.py", |
| 333 "--target", | 333 "--target", |
| 334 "Release", | 334 "Release", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "[dummy hash for gl_unittests]", | 462 "[dummy hash for gl_unittests]", |
| 463 "-I", | 463 "-I", |
| 464 "https://isolateserver.appspot.com", | 464 "https://isolateserver.appspot.com", |
| 465 "--", | 465 "--", |
| 466 "--use-gpu-in-tests" | 466 "--use-gpu-in-tests" |
| 467 ], | 467 ], |
| 468 "cwd": "[SLAVE_BUILD]", | 468 "cwd": "[SLAVE_BUILD]", |
| 469 "name": "gl_unittests" | 469 "name": "gl_unittests" |
| 470 }, | 470 }, |
| 471 { | 471 { |
| 472 "allow_subannotations": true, |
| 472 "cmd": [ | 473 "cmd": [ |
| 473 "python", | 474 "python", |
| 474 "-u", | 475 "-u", |
| 476 "[BUILD]/scripts/slave/runtest.py", |
| 477 "--target", |
| 478 "Release", |
| 479 "--factory-properties", |
| 480 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 481 "--build-properties", |
| 482 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 483 "--annotate=gtest", |
| 484 "--test-type=maps_pixel_test", |
| 485 "--step-name=maps_pixel_test", |
| 486 "--generate-json-file", |
| 487 "--results-directory=[SLAVE_BUILD]/gtest-results/maps_pixel_test", |
| 488 "--builder-name=TestBuilder", |
| 489 "--slave-name=TestSlavename", |
| 490 "--build-number=571", |
| 491 "--run-python-script", |
| 492 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 493 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 475 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 494 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 476 "--isolated", | 495 "--isolated", |
| 477 "[dummy hash for telemetry_gpu_new_test]", | 496 "[dummy hash for telemetry_gpu_test]", |
| 478 "-I", | 497 "-I", |
| 479 "https://isolateserver.appspot.com", | 498 "https://isolateserver.appspot.com", |
| 480 "--verbose", | |
| 481 "--", | 499 "--", |
| 482 "maps", | 500 "maps", |
| 483 "--show-stdout", | 501 "--show-stdout", |
| 502 "--output-format=gtest", |
| 484 "--browser=release", | 503 "--browser=release", |
| 485 "-v", | 504 "-v", |
| 486 "--build-revision", | 505 "--build-revision", |
| 487 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 506 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 488 "--test-machine-name", | 507 "--test-machine-name", |
| 489 "TestBuilder", | 508 "TestBuilder", |
| 490 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 509 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 491 "--isolated-script-test-output", | 510 "--output-format", |
| 492 "/path/to/tmp/json" | 511 "json", |
| 512 "--output-dir", |
| 513 "/path/to/tmp/" |
| 493 ], | 514 ], |
| 494 "cwd": "[SLAVE_BUILD]", | 515 "cwd": "[SLAVE_BUILD]", |
| 495 "name": "maps_pixel_test", | 516 "name": "maps_pixel_test" |
| 496 "~followup_annotations": [ | |
| 497 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 498 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 499 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 500 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 501 "@@@STEP_LOG_END@json.output@@@" | |
| 502 ] | |
| 503 }, | 517 }, |
| 504 { | 518 { |
| 519 "allow_subannotations": true, |
| 505 "cmd": [ | 520 "cmd": [ |
| 506 "python", | 521 "python", |
| 507 "-u", | 522 "-u", |
| 523 "[BUILD]/scripts/slave/runtest.py", |
| 524 "--target", |
| 525 "Release", |
| 526 "--factory-properties", |
| 527 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 528 "--build-properties", |
| 529 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 530 "--annotate=gtest", |
| 531 "--test-type=pixel_test", |
| 532 "--step-name=pixel_test", |
| 533 "--generate-json-file", |
| 534 "--results-directory=[SLAVE_BUILD]/gtest-results/pixel_test", |
| 535 "--builder-name=TestBuilder", |
| 536 "--slave-name=TestSlavename", |
| 537 "--build-number=571", |
| 538 "--run-python-script", |
| 539 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 540 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 508 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 541 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 509 "--isolated", | 542 "--isolated", |
| 510 "[dummy hash for telemetry_gpu_new_test]", | 543 "[dummy hash for telemetry_gpu_test]", |
| 511 "-I", | 544 "-I", |
| 512 "https://isolateserver.appspot.com", | 545 "https://isolateserver.appspot.com", |
| 513 "--verbose", | |
| 514 "--", | 546 "--", |
| 515 "pixel", | 547 "pixel", |
| 516 "--show-stdout", | 548 "--show-stdout", |
| 549 "--output-format=gtest", |
| 517 "--browser=release", | 550 "--browser=release", |
| 518 "-v", | 551 "-v", |
| 519 "--build-revision", | 552 "--build-revision", |
| 520 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 553 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 521 "--download-refimg-from-cloud-storage", | 554 "--download-refimg-from-cloud-storage", |
| 522 "--refimg-cloud-storage-bucket", | 555 "--refimg-cloud-storage-bucket", |
| 523 "chromium-gpu-archive/reference-images", | 556 "chromium-gpu-archive/reference-images", |
| 524 "--os-type", | 557 "--os-type", |
| 525 "mac", | 558 "mac", |
| 526 "--test-machine-name", | 559 "--test-machine-name", |
| 527 "TestBuilder", | 560 "TestBuilder", |
| 528 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 561 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 529 "--isolated-script-test-output", | 562 "--output-format", |
| 530 "/path/to/tmp/json" | 563 "json", |
| 531 ], | 564 "--output-dir", |
| 532 "cwd": "[SLAVE_BUILD]", | 565 "/path/to/tmp/" |
| 533 "name": "pixel_test", | 566 ], |
| 534 "~followup_annotations": [ | 567 "cwd": "[SLAVE_BUILD]", |
| 535 "@@@STEP_LOG_LINE@json.output@{@@@", | 568 "name": "pixel_test" |
| 536 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 569 }, |
| 537 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 570 { |
| 538 "@@@STEP_LOG_LINE@json.output@}@@@", | 571 "allow_subannotations": true, |
| 539 "@@@STEP_LOG_END@json.output@@@" | 572 "cmd": [ |
| 540 ] | 573 "python", |
| 541 }, | 574 "-u", |
| 542 { | 575 "[BUILD]/scripts/slave/runtest.py", |
| 543 "cmd": [ | 576 "--target", |
| 544 "python", | 577 "Release", |
| 545 "-u", | 578 "--factory-properties", |
| 546 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 579 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 547 "--isolated", | 580 "--build-properties", |
| 548 "[dummy hash for telemetry_gpu_new_test]", | 581 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 549 "-I", | 582 "--annotate=gtest", |
| 550 "https://isolateserver.appspot.com", | 583 "--test-type=webgl_conformance_tests", |
| 551 "--verbose", | 584 "--step-name=webgl_conformance_tests", |
| 585 "--generate-json-file", |
| 586 "--results-directory=[SLAVE_BUILD]/gtest-results/webgl_conformance_tests", |
| 587 "--builder-name=TestBuilder", |
| 588 "--slave-name=TestSlavename", |
| 589 "--build-number=571", |
| 590 "--run-python-script", |
| 591 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 592 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 593 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 594 "--isolated", |
| 595 "[dummy hash for telemetry_gpu_test]", |
| 596 "-I", |
| 597 "https://isolateserver.appspot.com", |
| 552 "--", | 598 "--", |
| 553 "webgl_conformance", | 599 "webgl_conformance", |
| 554 "--show-stdout", | 600 "--show-stdout", |
| 555 "--browser=release", | 601 "--output-format=gtest", |
| 556 "-v", | 602 "--browser=release", |
| 557 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 603 "-v", |
| 558 "--isolated-script-test-output", | 604 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 559 "/path/to/tmp/json" | 605 "--output-format", |
| 560 ], | 606 "json", |
| 561 "cwd": "[SLAVE_BUILD]", | 607 "--output-dir", |
| 562 "name": "webgl_conformance_tests", | 608 "/path/to/tmp/" |
| 563 "~followup_annotations": [ | 609 ], |
| 564 "@@@STEP_LOG_LINE@json.output@{@@@", | 610 "cwd": "[SLAVE_BUILD]", |
| 565 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 611 "name": "webgl_conformance_tests" |
| 566 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 612 }, |
| 567 "@@@STEP_LOG_LINE@json.output@}@@@", | 613 { |
| 568 "@@@STEP_LOG_END@json.output@@@" | 614 "allow_subannotations": true, |
| 569 ] | 615 "cmd": [ |
| 570 }, | 616 "python", |
| 571 { | 617 "-u", |
| 572 "cmd": [ | 618 "[BUILD]/scripts/slave/runtest.py", |
| 573 "python", | 619 "--target", |
| 574 "-u", | 620 "Release", |
| 575 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 621 "--factory-properties", |
| 576 "--isolated", | 622 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 577 "[dummy hash for telemetry_gpu_new_test]", | 623 "--build-properties", |
| 578 "-I", | 624 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 579 "https://isolateserver.appspot.com", | 625 "--annotate=gtest", |
| 580 "--verbose", | 626 "--test-type=context_lost_tests", |
| 627 "--step-name=context_lost_tests", |
| 628 "--generate-json-file", |
| 629 "--results-directory=[SLAVE_BUILD]/gtest-results/context_lost_tests", |
| 630 "--builder-name=TestBuilder", |
| 631 "--slave-name=TestSlavename", |
| 632 "--build-number=571", |
| 633 "--run-python-script", |
| 634 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 635 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 636 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 637 "--isolated", |
| 638 "[dummy hash for telemetry_gpu_test]", |
| 639 "-I", |
| 640 "https://isolateserver.appspot.com", |
| 581 "--", | 641 "--", |
| 582 "context_lost", | 642 "context_lost", |
| 583 "--show-stdout", | 643 "--show-stdout", |
| 584 "--browser=release", | 644 "--output-format=gtest", |
| 585 "-v", | 645 "--browser=release", |
| 586 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 646 "-v", |
| 587 "--isolated-script-test-output", | 647 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 588 "/path/to/tmp/json" | 648 "--output-format", |
| 589 ], | 649 "json", |
| 590 "cwd": "[SLAVE_BUILD]", | 650 "--output-dir", |
| 591 "name": "context_lost_tests", | 651 "/path/to/tmp/" |
| 592 "~followup_annotations": [ | 652 ], |
| 593 "@@@STEP_LOG_LINE@json.output@{@@@", | 653 "cwd": "[SLAVE_BUILD]", |
| 594 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 654 "name": "context_lost_tests" |
| 595 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 655 }, |
| 596 "@@@STEP_LOG_LINE@json.output@}@@@", | 656 { |
| 597 "@@@STEP_LOG_END@json.output@@@" | 657 "allow_subannotations": true, |
| 598 ] | 658 "cmd": [ |
| 599 }, | 659 "python", |
| 600 { | 660 "-u", |
| 601 "cmd": [ | 661 "[BUILD]/scripts/slave/runtest.py", |
| 602 "python", | 662 "--target", |
| 603 "-u", | 663 "Release", |
| 604 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 664 "--factory-properties", |
| 605 "--isolated", | 665 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 606 "[dummy hash for telemetry_gpu_new_test]", | 666 "--build-properties", |
| 607 "-I", | 667 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 608 "https://isolateserver.appspot.com", | 668 "--annotate=gtest", |
| 609 "--verbose", | 669 "--test-type=memory_test", |
| 670 "--step-name=memory_test", |
| 671 "--generate-json-file", |
| 672 "--results-directory=[SLAVE_BUILD]/gtest-results/memory_test", |
| 673 "--builder-name=TestBuilder", |
| 674 "--slave-name=TestSlavename", |
| 675 "--build-number=571", |
| 676 "--run-python-script", |
| 677 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 678 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 679 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 680 "--isolated", |
| 681 "[dummy hash for telemetry_gpu_test]", |
| 682 "-I", |
| 683 "https://isolateserver.appspot.com", |
| 610 "--", | 684 "--", |
| 611 "memory_test", | 685 "memory_test", |
| 612 "--show-stdout", | 686 "--show-stdout", |
| 613 "--browser=release", | 687 "--output-format=gtest", |
| 614 "-v", | 688 "--browser=release", |
| 615 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 689 "-v", |
| 616 "--isolated-script-test-output", | 690 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 617 "/path/to/tmp/json" | 691 "--output-format", |
| 618 ], | 692 "json", |
| 619 "cwd": "[SLAVE_BUILD]", | 693 "--output-dir", |
| 620 "name": "memory_test", | 694 "/path/to/tmp/" |
| 621 "~followup_annotations": [ | 695 ], |
| 622 "@@@STEP_LOG_LINE@json.output@{@@@", | 696 "cwd": "[SLAVE_BUILD]", |
| 623 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 697 "name": "memory_test" |
| 624 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 698 }, |
| 625 "@@@STEP_LOG_LINE@json.output@}@@@", | 699 { |
| 626 "@@@STEP_LOG_END@json.output@@@" | 700 "allow_subannotations": true, |
| 627 ] | 701 "cmd": [ |
| 628 }, | 702 "python", |
| 629 { | 703 "-u", |
| 630 "cmd": [ | 704 "[BUILD]/scripts/slave/runtest.py", |
| 631 "python", | 705 "--target", |
| 632 "-u", | 706 "Release", |
| 633 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 707 "--factory-properties", |
| 634 "--isolated", | 708 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 635 "[dummy hash for telemetry_gpu_new_test]", | 709 "--build-properties", |
| 636 "-I", | 710 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 637 "https://isolateserver.appspot.com", | 711 "--annotate=gtest", |
| 638 "--verbose", | 712 "--test-type=trace_test", |
| 713 "--step-name=trace_test", |
| 714 "--generate-json-file", |
| 715 "--results-directory=[SLAVE_BUILD]/gtest-results/trace_test", |
| 716 "--builder-name=TestBuilder", |
| 717 "--slave-name=TestSlavename", |
| 718 "--build-number=571", |
| 719 "--run-python-script", |
| 720 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 721 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 722 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 723 "--isolated", |
| 724 "[dummy hash for telemetry_gpu_test]", |
| 725 "-I", |
| 726 "https://isolateserver.appspot.com", |
| 639 "--", | 727 "--", |
| 640 "trace_test", | 728 "trace_test", |
| 641 "--show-stdout", | 729 "--show-stdout", |
| 642 "--browser=release", | 730 "--output-format=gtest", |
| 643 "-v", | 731 "--browser=release", |
| 644 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 732 "-v", |
| 645 "--isolated-script-test-output", | 733 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 646 "/path/to/tmp/json" | 734 "--output-format", |
| 647 ], | 735 "json", |
| 648 "cwd": "[SLAVE_BUILD]", | 736 "--output-dir", |
| 649 "name": "trace_test", | 737 "/path/to/tmp/" |
| 650 "~followup_annotations": [ | 738 ], |
| 651 "@@@STEP_LOG_LINE@json.output@{@@@", | 739 "cwd": "[SLAVE_BUILD]", |
| 652 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 740 "name": "trace_test" |
| 653 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 741 }, |
| 654 "@@@STEP_LOG_LINE@json.output@}@@@", | 742 { |
| 655 "@@@STEP_LOG_END@json.output@@@" | 743 "allow_subannotations": true, |
| 656 ] | 744 "cmd": [ |
| 657 }, | 745 "python", |
| 658 { | 746 "-u", |
| 659 "cmd": [ | 747 "[BUILD]/scripts/slave/runtest.py", |
| 660 "python", | 748 "--target", |
| 661 "-u", | 749 "Release", |
| 662 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 750 "--factory-properties", |
| 663 "--isolated", | 751 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 664 "[dummy hash for telemetry_gpu_new_test]", | 752 "--build-properties", |
| 665 "-I", | 753 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 666 "https://isolateserver.appspot.com", | 754 "--annotate=gtest", |
| 667 "--verbose", | 755 "--test-type=screenshot_sync_tests", |
| 756 "--step-name=screenshot_sync_tests", |
| 757 "--generate-json-file", |
| 758 "--results-directory=[SLAVE_BUILD]/gtest-results/screenshot_sync_tests", |
| 759 "--builder-name=TestBuilder", |
| 760 "--slave-name=TestSlavename", |
| 761 "--build-number=571", |
| 762 "--run-python-script", |
| 763 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 764 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 765 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 766 "--isolated", |
| 767 "[dummy hash for telemetry_gpu_test]", |
| 768 "-I", |
| 769 "https://isolateserver.appspot.com", |
| 668 "--", | 770 "--", |
| 669 "screenshot_sync", | 771 "screenshot_sync", |
| 670 "--show-stdout", | 772 "--show-stdout", |
| 671 "--browser=release", | 773 "--output-format=gtest", |
| 672 "-v", | 774 "--browser=release", |
| 673 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 775 "-v", |
| 674 "--isolated-script-test-output", | 776 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 675 "/path/to/tmp/json" | 777 "--output-format", |
| 676 ], | 778 "json", |
| 677 "cwd": "[SLAVE_BUILD]", | 779 "--output-dir", |
| 678 "name": "screenshot_sync_tests", | 780 "/path/to/tmp/" |
| 679 "~followup_annotations": [ | 781 ], |
| 680 "@@@STEP_LOG_LINE@json.output@{@@@", | 782 "cwd": "[SLAVE_BUILD]", |
| 681 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 783 "name": "screenshot_sync_tests" |
| 682 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 784 }, |
| 683 "@@@STEP_LOG_LINE@json.output@}@@@", | 785 { |
| 684 "@@@STEP_LOG_END@json.output@@@" | 786 "allow_subannotations": true, |
| 685 ] | 787 "cmd": [ |
| 686 }, | 788 "python", |
| 687 { | 789 "-u", |
| 688 "cmd": [ | 790 "[BUILD]/scripts/slave/runtest.py", |
| 689 "python", | 791 "--target", |
| 690 "-u", | 792 "Release", |
| 691 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 793 "--factory-properties", |
| 692 "--isolated", | 794 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 693 "[dummy hash for telemetry_gpu_new_test]", | 795 "--build-properties", |
| 694 "-I", | 796 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 695 "https://isolateserver.appspot.com", | 797 "--annotate=gtest", |
| 696 "--verbose", | 798 "--test-type=hardware_accelerated_feature_tests", |
| 799 "--step-name=hardware_accelerated_feature_tests", |
| 800 "--generate-json-file", |
| 801 "--results-directory=[SLAVE_BUILD]/gtest-results/hardware_accelerated_feat
ure_tests", |
| 802 "--builder-name=TestBuilder", |
| 803 "--slave-name=TestSlavename", |
| 804 "--build-number=571", |
| 805 "--run-python-script", |
| 806 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 807 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 808 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 809 "--isolated", |
| 810 "[dummy hash for telemetry_gpu_test]", |
| 811 "-I", |
| 812 "https://isolateserver.appspot.com", |
| 697 "--", | 813 "--", |
| 698 "hardware_accelerated_feature", | 814 "hardware_accelerated_feature", |
| 699 "--show-stdout", | 815 "--show-stdout", |
| 700 "--browser=release", | 816 "--output-format=gtest", |
| 701 "-v", | 817 "--browser=release", |
| 702 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 818 "-v", |
| 703 "--isolated-script-test-output", | 819 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 704 "/path/to/tmp/json" | 820 "--output-format", |
| 705 ], | 821 "json", |
| 706 "cwd": "[SLAVE_BUILD]", | 822 "--output-dir", |
| 707 "name": "hardware_accelerated_feature_tests", | 823 "/path/to/tmp/" |
| 708 "~followup_annotations": [ | 824 ], |
| 709 "@@@STEP_LOG_LINE@json.output@{@@@", | 825 "cwd": "[SLAVE_BUILD]", |
| 710 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 826 "name": "hardware_accelerated_feature_tests" |
| 711 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 827 }, |
| 712 "@@@STEP_LOG_LINE@json.output@}@@@", | 828 { |
| 713 "@@@STEP_LOG_END@json.output@@@" | 829 "allow_subannotations": true, |
| 714 ] | 830 "cmd": [ |
| 715 }, | 831 "python", |
| 716 { | 832 "-u", |
| 717 "cmd": [ | 833 "[BUILD]/scripts/slave/runtest.py", |
| 718 "python", | 834 "--target", |
| 719 "-u", | 835 "Release", |
| 720 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 836 "--factory-properties", |
| 721 "--isolated", | 837 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 722 "[dummy hash for telemetry_gpu_new_test]", | 838 "--build-properties", |
| 723 "-I", | 839 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 724 "https://isolateserver.appspot.com", | 840 "--annotate=gtest", |
| 725 "--verbose", | 841 "--test-type=gpu_process_launch_tests", |
| 842 "--step-name=gpu_process_launch_tests", |
| 843 "--generate-json-file", |
| 844 "--results-directory=[SLAVE_BUILD]/gtest-results/gpu_process_launch_tests"
, |
| 845 "--builder-name=TestBuilder", |
| 846 "--slave-name=TestSlavename", |
| 847 "--build-number=571", |
| 848 "--run-python-script", |
| 849 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 850 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 851 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 852 "--isolated", |
| 853 "[dummy hash for telemetry_gpu_test]", |
| 854 "-I", |
| 855 "https://isolateserver.appspot.com", |
| 726 "--", | 856 "--", |
| 727 "gpu_process", | 857 "gpu_process", |
| 728 "--show-stdout", | 858 "--show-stdout", |
| 729 "--browser=release", | 859 "--output-format=gtest", |
| 730 "-v", | 860 "--browser=release", |
| 731 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 861 "-v", |
| 732 "--isolated-script-test-output", | 862 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 733 "/path/to/tmp/json" | 863 "--output-format", |
| 734 ], | 864 "json", |
| 735 "cwd": "[SLAVE_BUILD]", | 865 "--output-dir", |
| 736 "name": "gpu_process_launch_tests", | 866 "/path/to/tmp/" |
| 737 "~followup_annotations": [ | 867 ], |
| 738 "@@@STEP_LOG_LINE@json.output@{@@@", | 868 "cwd": "[SLAVE_BUILD]", |
| 739 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 869 "name": "gpu_process_launch_tests" |
| 740 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 870 }, |
| 741 "@@@STEP_LOG_LINE@json.output@}@@@", | 871 { |
| 742 "@@@STEP_LOG_END@json.output@@@" | 872 "allow_subannotations": true, |
| 743 ] | 873 "cmd": [ |
| 744 }, | 874 "python", |
| 745 { | 875 "-u", |
| 746 "cmd": [ | 876 "[BUILD]/scripts/slave/runtest.py", |
| 747 "python", | 877 "--target", |
| 748 "-u", | 878 "Release", |
| 749 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 879 "--factory-properties", |
| 750 "--isolated", | 880 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 751 "[dummy hash for telemetry_gpu_new_test]", | 881 "--build-properties", |
| 752 "-I", | 882 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"TestBuilder\",
\"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.m
aster\", \"patch_project\": \"blink\", \"patchset\": 1, \"project\": \"chrome\",
\"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"comm
it-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevie
w.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 753 "https://isolateserver.appspot.com", | 883 "--annotate=gtest", |
| 754 "--verbose", | 884 "--test-type=gpu_rasterization_tests", |
| 885 "--step-name=gpu_rasterization_tests", |
| 886 "--generate-json-file", |
| 887 "--results-directory=[SLAVE_BUILD]/gtest-results/gpu_rasterization_tests", |
| 888 "--builder-name=TestBuilder", |
| 889 "--slave-name=TestSlavename", |
| 890 "--build-number=571", |
| 891 "--run-python-script", |
| 892 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 893 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 894 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 895 "--isolated", |
| 896 "[dummy hash for telemetry_gpu_test]", |
| 897 "-I", |
| 898 "https://isolateserver.appspot.com", |
| 755 "--", | 899 "--", |
| 756 "gpu_rasterization", | 900 "gpu_rasterization", |
| 757 "--show-stdout", | 901 "--show-stdout", |
| 902 "--output-format=gtest", |
| 758 "--browser=release", | 903 "--browser=release", |
| 759 "-v", | 904 "-v", |
| 760 "--build-revision", | 905 "--build-revision", |
| 761 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 906 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 762 "--test-machine-name", | 907 "--test-machine-name", |
| 763 "TestBuilder", | 908 "TestBuilder", |
| 764 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 909 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 765 "--isolated-script-test-output", | 910 "--output-format", |
| 766 "/path/to/tmp/json" | 911 "json", |
| 912 "--output-dir", |
| 913 "/path/to/tmp/" |
| 767 ], | 914 ], |
| 768 "cwd": "[SLAVE_BUILD]", | 915 "cwd": "[SLAVE_BUILD]", |
| 769 "name": "gpu_rasterization_tests", | 916 "name": "gpu_rasterization_tests" |
| 770 "~followup_annotations": [ | |
| 771 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 772 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 773 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 774 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 775 "@@@STEP_LOG_END@json.output@@@" | |
| 776 ] | |
| 777 }, | 917 }, |
| 778 { | 918 { |
| 779 "allow_subannotations": true, | 919 "allow_subannotations": true, |
| 780 "cmd": [ | 920 "cmd": [ |
| 781 "python", | 921 "python", |
| 782 "-u", | 922 "-u", |
| 783 "[BUILD]/scripts/slave/runtest.py", | 923 "[BUILD]/scripts/slave/runtest.py", |
| 784 "--target", | 924 "--target", |
| 785 "Release", | 925 "Release", |
| 786 "--factory-properties", | 926 "--factory-properties", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 809 ], | 949 ], |
| 810 "cwd": "[SLAVE_BUILD]", | 950 "cwd": "[SLAVE_BUILD]", |
| 811 "name": "tab_capture_end2end_tests" | 951 "name": "tab_capture_end2end_tests" |
| 812 }, | 952 }, |
| 813 { | 953 { |
| 814 "name": "$result", | 954 "name": "$result", |
| 815 "recipe_result": null, | 955 "recipe_result": null, |
| 816 "status_code": 0 | 956 "status_code": 0 |
| 817 } | 957 } |
| 818 ] | 958 ] |
| OLD | NEW |