| 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 "name": "cleanup temp" | 9 "name": "cleanup temp" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "[BUILD]/scripts/slave/bot_update.py", | 15 "[BUILD]/scripts/slave/bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "chromium.testing.master", | 17 "chromium.testing.master", |
| 17 "--builder", | 18 "--builder", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 31 "--rietveld_server", | 32 "--rietveld_server", |
| 32 "https://codereview.chromium.org", | 33 "https://codereview.chromium.org", |
| 33 "--output_json", | 34 "--output_json", |
| 34 "/path/to/tmp/json", | 35 "/path/to/tmp/json", |
| 35 "--revision", | 36 "--revision", |
| 36 "src@HEAD", | 37 "src@HEAD", |
| 37 "--revision", | 38 "--revision", |
| 38 "src/third_party/WebKit@HEAD", | 39 "src/third_party/WebKit@HEAD", |
| 39 "--force" | 40 "--force" |
| 40 ], | 41 ], |
| 42 "cwd": "[SLAVE_BUILD]", |
| 41 "name": "bot_update", | 43 "name": "bot_update", |
| 42 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 45 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 46 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/WebKit\"
, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/WebKit\"
, @@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 78 ] | 80 ] |
| 79 }, | 81 }, |
| 80 { | 82 { |
| 81 "cmd": [ | 83 "cmd": [ |
| 82 "python", | 84 "python", |
| 83 "-u", | 85 "-u", |
| 84 "[DEPOT_TOOLS]/gclient.py", | 86 "[DEPOT_TOOLS]/gclient.py", |
| 85 "runhooks" | 87 "runhooks" |
| 86 ], | 88 ], |
| 89 "cwd": "[SLAVE_BUILD]", |
| 87 "env": { | 90 "env": { |
| 88 "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" | 91 "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" |
| 89 }, | 92 }, |
| 90 "name": "gclient runhooks" | 93 "name": "gclient runhooks" |
| 91 }, | 94 }, |
| 92 { | 95 { |
| 93 "cmd": [ | 96 "cmd": [ |
| 94 "python", | 97 "python", |
| 95 "-u", | 98 "-u", |
| 96 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 99 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 97 "--build-dir", | 100 "--build-dir", |
| 98 "[SLAVE_BUILD]/src/out/Release", | 101 "[SLAVE_BUILD]/src/out/Release", |
| 99 "--clean-isolated-files" | 102 "--clean-isolated-files" |
| 100 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", |
| 101 "name": "clean isolated files" | 105 "name": "clean isolated files" |
| 102 }, | 106 }, |
| 103 { | 107 { |
| 104 "cmd": [ | 108 "cmd": [ |
| 105 "git", | 109 "git", |
| 106 "diff", | 110 "diff", |
| 107 "--cached", | 111 "--cached", |
| 108 "--name-only" | 112 "--name-only" |
| 109 ], | 113 ], |
| 110 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit", | 114 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit", |
| 111 "name": "git diff to analyze patch", | 115 "name": "git diff to analyze patch", |
| 112 "stdout": "/path/to/tmp/", | 116 "stdout": "/path/to/tmp/", |
| 113 "~followup_annotations": [ | 117 "~followup_annotations": [ |
| 114 "@@@STEP_LOG_LINE@files@third_party/WebKit/foo.cc@@@", | 118 "@@@STEP_LOG_LINE@files@third_party/WebKit/foo.cc@@@", |
| 115 "@@@STEP_LOG_END@files@@@" | 119 "@@@STEP_LOG_END@files@@@" |
| 116 ] | 120 ] |
| 117 }, | 121 }, |
| 118 { | 122 { |
| 119 "cmd": [ | 123 "cmd": [ |
| 120 "python", | 124 "python", |
| 121 "-u", | 125 "-u", |
| 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 126 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 123 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 127 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 124 "/path/to/tmp/json" | 128 "/path/to/tmp/json" |
| 125 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]", |
| 126 "name": "read filter exclusion spec", | 131 "name": "read filter exclusion spec", |
| 127 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 128 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 133 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@{@@@", | 134 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 137 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 133 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 140 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 141 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 142 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ }@@@", | 143 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@}@@@", | 144 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" | 145 "@@@STEP_LOG_END@json.output@@@" |
| 141 ] | 146 ] |
| 142 }, | 147 }, |
| 143 { | 148 { |
| 144 "cmd": [ | 149 "cmd": [ |
| 145 "python", | 150 "python", |
| 146 "-u", | 151 "-u", |
| 147 "[SLAVE_BUILD]/src/build/gyp_chromium", | 152 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 148 "--analyzer", | 153 "--analyzer", |
| 149 "{\"files\": [\"third_party/WebKit/foo.cc\"], \"targets\": [\"angle_unitte
sts_run\", \"content_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\"
, \"gles2_conform_test_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"
tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", | 154 "{\"files\": [\"third_party/WebKit/foo.cc\"], \"targets\": [\"angle_unitte
sts_run\", \"content_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\"
, \"gles2_conform_test_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"
tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", |
| 150 "/path/to/tmp/json" | 155 "/path/to/tmp/json" |
| 151 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", |
| 152 "env": { | 158 "env": { |
| 153 "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" | 159 "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" |
| 154 }, | 160 }, |
| 155 "name": "analyze", | 161 "name": "analyze", |
| 156 "~followup_annotations": [ | 162 "~followup_annotations": [ |
| 157 "@@@STEP_LOG_LINE@json.output@{@@@", | 163 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 "angle_unittests_run", | 212 "angle_unittests_run", |
| 207 "content_gl_tests_run", | 213 "content_gl_tests_run", |
| 208 "content_unittests_run", | 214 "content_unittests_run", |
| 209 "gl_tests_run", | 215 "gl_tests_run", |
| 210 "gles2_conform_test_run", | 216 "gles2_conform_test_run", |
| 211 "gpu_unittests_run", | 217 "gpu_unittests_run", |
| 212 "media_unittests_run", | 218 "media_unittests_run", |
| 213 "tab_capture_end2end_tests_run", | 219 "tab_capture_end2end_tests_run", |
| 214 "telemetry_gpu_test_run" | 220 "telemetry_gpu_test_run" |
| 215 ], | 221 ], |
| 222 "cwd": "[SLAVE_BUILD]", |
| 216 "name": "compile (with patch)" | 223 "name": "compile (with patch)" |
| 217 }, | 224 }, |
| 218 { | 225 { |
| 219 "cmd": [ | 226 "cmd": [ |
| 220 "python", | 227 "python", |
| 221 "-u", | 228 "-u", |
| 222 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 229 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 223 "batcharchive", | 230 "batcharchive", |
| 224 "--dump-json", | 231 "--dump-json", |
| 225 "/path/to/tmp/json", | 232 "/path/to/tmp/json", |
| 226 "--isolate-server", | 233 "--isolate-server", |
| 227 "https://isolateserver.appspot.com", | 234 "https://isolateserver.appspot.com", |
| 228 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", | 235 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", |
| 229 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 236 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
| 230 "[SLAVE_BUILD]/src/out/Release/content_unittests.isolated.gen.json", | 237 "[SLAVE_BUILD]/src/out/Release/content_unittests.isolated.gen.json", |
| 231 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", | 238 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", |
| 232 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json", | 239 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json", |
| 233 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", | 240 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", |
| 234 "[SLAVE_BUILD]/src/out/Release/media_unittests.isolated.gen.json", | 241 "[SLAVE_BUILD]/src/out/Release/media_unittests.isolated.gen.json", |
| 235 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", | 242 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", |
| 236 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json" | 243 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json" |
| 237 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]", |
| 238 "name": "isolate tests", | 246 "name": "isolate tests", |
| 239 "~followup_annotations": [ | 247 "~followup_annotations": [ |
| 240 "@@@STEP_LOG_LINE@json.output@{@@@", | 248 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 249 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 250 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 277 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 285 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 278 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 286 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 279 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 287 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 280 "-H", | 288 "-H", |
| 281 "[dummy hash for content_gl_tests]", | 289 "[dummy hash for content_gl_tests]", |
| 282 "-I", | 290 "-I", |
| 283 "https://isolateserver.appspot.com", | 291 "https://isolateserver.appspot.com", |
| 284 "--", | 292 "--", |
| 285 "--use-gpu-in-tests" | 293 "--use-gpu-in-tests" |
| 286 ], | 294 ], |
| 295 "cwd": "[SLAVE_BUILD]", |
| 287 "name": "content_gl_tests" | 296 "name": "content_gl_tests" |
| 288 }, | 297 }, |
| 289 { | 298 { |
| 290 "allow_subannotations": true, | 299 "allow_subannotations": true, |
| 291 "cmd": [ | 300 "cmd": [ |
| 292 "python", | 301 "python", |
| 293 "-u", | 302 "-u", |
| 294 "[BUILD]/scripts/slave/runtest.py", | 303 "[BUILD]/scripts/slave/runtest.py", |
| 295 "--target", | 304 "--target", |
| 296 "Release", | 305 "Release", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 311 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 320 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 312 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 321 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 313 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 322 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 314 "-H", | 323 "-H", |
| 315 "[dummy hash for gl_tests]", | 324 "[dummy hash for gl_tests]", |
| 316 "-I", | 325 "-I", |
| 317 "https://isolateserver.appspot.com", | 326 "https://isolateserver.appspot.com", |
| 318 "--", | 327 "--", |
| 319 "--use-gpu-in-tests" | 328 "--use-gpu-in-tests" |
| 320 ], | 329 ], |
| 330 "cwd": "[SLAVE_BUILD]", |
| 321 "name": "gl_tests" | 331 "name": "gl_tests" |
| 322 }, | 332 }, |
| 323 { | 333 { |
| 324 "allow_subannotations": true, | 334 "allow_subannotations": true, |
| 325 "cmd": [ | 335 "cmd": [ |
| 326 "python", | 336 "python", |
| 327 "-u", | 337 "-u", |
| 328 "[BUILD]/scripts/slave/runtest.py", | 338 "[BUILD]/scripts/slave/runtest.py", |
| 329 "--target", | 339 "--target", |
| 330 "Release", | 340 "Release", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 345 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 355 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 346 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 356 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 347 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 357 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 348 "-H", | 358 "-H", |
| 349 "[dummy hash for angle_unittests]", | 359 "[dummy hash for angle_unittests]", |
| 350 "-I", | 360 "-I", |
| 351 "https://isolateserver.appspot.com", | 361 "https://isolateserver.appspot.com", |
| 352 "--", | 362 "--", |
| 353 "--use-gpu-in-tests" | 363 "--use-gpu-in-tests" |
| 354 ], | 364 ], |
| 365 "cwd": "[SLAVE_BUILD]", |
| 355 "name": "angle_unittests" | 366 "name": "angle_unittests" |
| 356 }, | 367 }, |
| 357 { | 368 { |
| 358 "allow_subannotations": true, | 369 "allow_subannotations": true, |
| 359 "cmd": [ | 370 "cmd": [ |
| 360 "python", | 371 "python", |
| 361 "-u", | 372 "-u", |
| 362 "[BUILD]/scripts/slave/runtest.py", | 373 "[BUILD]/scripts/slave/runtest.py", |
| 363 "--target", | 374 "--target", |
| 364 "Release", | 375 "Release", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 391 "--build-revision", | 402 "--build-revision", |
| 392 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 403 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 393 "--test-machine-name", | 404 "--test-machine-name", |
| 394 "TestBuilder", | 405 "TestBuilder", |
| 395 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 406 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 396 "--output-format", | 407 "--output-format", |
| 397 "json", | 408 "json", |
| 398 "--output-dir", | 409 "--output-dir", |
| 399 "/path/to/tmp/" | 410 "/path/to/tmp/" |
| 400 ], | 411 ], |
| 412 "cwd": "[SLAVE_BUILD]", |
| 401 "name": "maps_pixel_test", | 413 "name": "maps_pixel_test", |
| 402 "~followup_annotations": [ | 414 "~followup_annotations": [ |
| 403 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 415 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 404 ] | 416 ] |
| 405 }, | 417 }, |
| 406 { | 418 { |
| 407 "allow_subannotations": true, | 419 "allow_subannotations": true, |
| 408 "cmd": [ | 420 "cmd": [ |
| 409 "python", | 421 "python", |
| 410 "-u", | 422 "-u", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 "--os-type", | 457 "--os-type", |
| 446 "mac", | 458 "mac", |
| 447 "--test-machine-name", | 459 "--test-machine-name", |
| 448 "TestBuilder", | 460 "TestBuilder", |
| 449 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 461 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 450 "--output-format", | 462 "--output-format", |
| 451 "json", | 463 "json", |
| 452 "--output-dir", | 464 "--output-dir", |
| 453 "/path/to/tmp/" | 465 "/path/to/tmp/" |
| 454 ], | 466 ], |
| 467 "cwd": "[SLAVE_BUILD]", |
| 455 "name": "pixel_test", | 468 "name": "pixel_test", |
| 456 "~followup_annotations": [ | 469 "~followup_annotations": [ |
| 457 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 470 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 458 ] | 471 ] |
| 459 }, | 472 }, |
| 460 { | 473 { |
| 461 "allow_subannotations": true, | 474 "allow_subannotations": true, |
| 462 "cmd": [ | 475 "cmd": [ |
| 463 "python", | 476 "python", |
| 464 "-u", | 477 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 490 "--output-format=gtest", | 503 "--output-format=gtest", |
| 491 "--browser=release", | 504 "--browser=release", |
| 492 "-v", | 505 "-v", |
| 493 "--use-devtools-active-port", | 506 "--use-devtools-active-port", |
| 494 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 507 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 495 "--output-format", | 508 "--output-format", |
| 496 "json", | 509 "json", |
| 497 "--output-dir", | 510 "--output-dir", |
| 498 "/path/to/tmp/" | 511 "/path/to/tmp/" |
| 499 ], | 512 ], |
| 513 "cwd": "[SLAVE_BUILD]", |
| 500 "name": "webgl_conformance_tests", | 514 "name": "webgl_conformance_tests", |
| 501 "~followup_annotations": [ | 515 "~followup_annotations": [ |
| 502 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 516 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 503 ] | 517 ] |
| 504 }, | 518 }, |
| 505 { | 519 { |
| 506 "allow_subannotations": true, | 520 "allow_subannotations": true, |
| 507 "cmd": [ | 521 "cmd": [ |
| 508 "python", | 522 "python", |
| 509 "-u", | 523 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 535 "--output-format=gtest", | 549 "--output-format=gtest", |
| 536 "--browser=release", | 550 "--browser=release", |
| 537 "-v", | 551 "-v", |
| 538 "--use-devtools-active-port", | 552 "--use-devtools-active-port", |
| 539 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 553 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 540 "--output-format", | 554 "--output-format", |
| 541 "json", | 555 "json", |
| 542 "--output-dir", | 556 "--output-dir", |
| 543 "/path/to/tmp/" | 557 "/path/to/tmp/" |
| 544 ], | 558 ], |
| 559 "cwd": "[SLAVE_BUILD]", |
| 545 "name": "context_lost_tests", | 560 "name": "context_lost_tests", |
| 546 "~followup_annotations": [ | 561 "~followup_annotations": [ |
| 547 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 562 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 548 ] | 563 ] |
| 549 }, | 564 }, |
| 550 { | 565 { |
| 551 "allow_subannotations": true, | 566 "allow_subannotations": true, |
| 552 "cmd": [ | 567 "cmd": [ |
| 553 "python", | 568 "python", |
| 554 "-u", | 569 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 580 "--output-format=gtest", | 595 "--output-format=gtest", |
| 581 "--browser=release", | 596 "--browser=release", |
| 582 "-v", | 597 "-v", |
| 583 "--use-devtools-active-port", | 598 "--use-devtools-active-port", |
| 584 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 599 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 585 "--output-format", | 600 "--output-format", |
| 586 "json", | 601 "json", |
| 587 "--output-dir", | 602 "--output-dir", |
| 588 "/path/to/tmp/" | 603 "/path/to/tmp/" |
| 589 ], | 604 ], |
| 605 "cwd": "[SLAVE_BUILD]", |
| 590 "name": "memory_test", | 606 "name": "memory_test", |
| 591 "~followup_annotations": [ | 607 "~followup_annotations": [ |
| 592 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 608 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 593 ] | 609 ] |
| 594 }, | 610 }, |
| 595 { | 611 { |
| 596 "allow_subannotations": true, | 612 "allow_subannotations": true, |
| 597 "cmd": [ | 613 "cmd": [ |
| 598 "python", | 614 "python", |
| 599 "-u", | 615 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 625 "--output-format=gtest", | 641 "--output-format=gtest", |
| 626 "--browser=release", | 642 "--browser=release", |
| 627 "-v", | 643 "-v", |
| 628 "--use-devtools-active-port", | 644 "--use-devtools-active-port", |
| 629 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 645 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 630 "--output-format", | 646 "--output-format", |
| 631 "json", | 647 "json", |
| 632 "--output-dir", | 648 "--output-dir", |
| 633 "/path/to/tmp/" | 649 "/path/to/tmp/" |
| 634 ], | 650 ], |
| 651 "cwd": "[SLAVE_BUILD]", |
| 635 "name": "trace_test", | 652 "name": "trace_test", |
| 636 "~followup_annotations": [ | 653 "~followup_annotations": [ |
| 637 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 654 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 638 ] | 655 ] |
| 639 }, | 656 }, |
| 640 { | 657 { |
| 641 "allow_subannotations": true, | 658 "allow_subannotations": true, |
| 642 "cmd": [ | 659 "cmd": [ |
| 643 "python", | 660 "python", |
| 644 "-u", | 661 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 670 "--output-format=gtest", | 687 "--output-format=gtest", |
| 671 "--browser=release", | 688 "--browser=release", |
| 672 "-v", | 689 "-v", |
| 673 "--use-devtools-active-port", | 690 "--use-devtools-active-port", |
| 674 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 691 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 675 "--output-format", | 692 "--output-format", |
| 676 "json", | 693 "json", |
| 677 "--output-dir", | 694 "--output-dir", |
| 678 "/path/to/tmp/" | 695 "/path/to/tmp/" |
| 679 ], | 696 ], |
| 697 "cwd": "[SLAVE_BUILD]", |
| 680 "name": "screenshot_sync_tests", | 698 "name": "screenshot_sync_tests", |
| 681 "~followup_annotations": [ | 699 "~followup_annotations": [ |
| 682 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 700 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 683 ] | 701 ] |
| 684 }, | 702 }, |
| 685 { | 703 { |
| 686 "allow_subannotations": true, | 704 "allow_subannotations": true, |
| 687 "cmd": [ | 705 "cmd": [ |
| 688 "python", | 706 "python", |
| 689 "-u", | 707 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 715 "--output-format=gtest", | 733 "--output-format=gtest", |
| 716 "--browser=release", | 734 "--browser=release", |
| 717 "-v", | 735 "-v", |
| 718 "--use-devtools-active-port", | 736 "--use-devtools-active-port", |
| 719 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 737 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 720 "--output-format", | 738 "--output-format", |
| 721 "json", | 739 "json", |
| 722 "--output-dir", | 740 "--output-dir", |
| 723 "/path/to/tmp/" | 741 "/path/to/tmp/" |
| 724 ], | 742 ], |
| 743 "cwd": "[SLAVE_BUILD]", |
| 725 "name": "hardware_accelerated_feature_tests", | 744 "name": "hardware_accelerated_feature_tests", |
| 726 "~followup_annotations": [ | 745 "~followup_annotations": [ |
| 727 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 746 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 728 ] | 747 ] |
| 729 }, | 748 }, |
| 730 { | 749 { |
| 731 "allow_subannotations": true, | 750 "allow_subannotations": true, |
| 732 "cmd": [ | 751 "cmd": [ |
| 733 "python", | 752 "python", |
| 734 "-u", | 753 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 760 "--output-format=gtest", | 779 "--output-format=gtest", |
| 761 "--browser=release", | 780 "--browser=release", |
| 762 "-v", | 781 "-v", |
| 763 "--use-devtools-active-port", | 782 "--use-devtools-active-port", |
| 764 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 783 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 765 "--output-format", | 784 "--output-format", |
| 766 "json", | 785 "json", |
| 767 "--output-dir", | 786 "--output-dir", |
| 768 "/path/to/tmp/" | 787 "/path/to/tmp/" |
| 769 ], | 788 ], |
| 789 "cwd": "[SLAVE_BUILD]", |
| 770 "name": "gpu_process_launch_tests", | 790 "name": "gpu_process_launch_tests", |
| 771 "~followup_annotations": [ | 791 "~followup_annotations": [ |
| 772 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 792 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 773 ] | 793 ] |
| 774 }, | 794 }, |
| 775 { | 795 { |
| 776 "allow_subannotations": true, | 796 "allow_subannotations": true, |
| 777 "cmd": [ | 797 "cmd": [ |
| 778 "python", | 798 "python", |
| 779 "-u", | 799 "-u", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 809 "--build-revision", | 829 "--build-revision", |
| 810 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 830 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 811 "--test-machine-name", | 831 "--test-machine-name", |
| 812 "TestBuilder", | 832 "TestBuilder", |
| 813 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 833 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 814 "--output-format", | 834 "--output-format", |
| 815 "json", | 835 "json", |
| 816 "--output-dir", | 836 "--output-dir", |
| 817 "/path/to/tmp/" | 837 "/path/to/tmp/" |
| 818 ], | 838 ], |
| 839 "cwd": "[SLAVE_BUILD]", |
| 819 "name": "gpu_rasterization_tests", | 840 "name": "gpu_rasterization_tests", |
| 820 "~followup_annotations": [ | 841 "~followup_annotations": [ |
| 821 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 842 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 822 ] | 843 ] |
| 823 }, | 844 }, |
| 824 { | 845 { |
| 825 "allow_subannotations": true, | 846 "allow_subannotations": true, |
| 826 "cmd": [ | 847 "cmd": [ |
| 827 "python", | 848 "python", |
| 828 "-u", | 849 "-u", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 845 "--run-python-script", | 866 "--run-python-script", |
| 846 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 867 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 847 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 868 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 848 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 869 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 849 "-H", | 870 "-H", |
| 850 "[dummy hash for tab_capture_end2end_tests]", | 871 "[dummy hash for tab_capture_end2end_tests]", |
| 851 "-I", | 872 "-I", |
| 852 "https://isolateserver.appspot.com", | 873 "https://isolateserver.appspot.com", |
| 853 "--" | 874 "--" |
| 854 ], | 875 ], |
| 876 "cwd": "[SLAVE_BUILD]", |
| 855 "name": "tab_capture_end2end_tests" | 877 "name": "tab_capture_end2end_tests" |
| 856 } | 878 } |
| 857 ] | 879 ] |
| OLD | NEW |