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