| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | |
| 7 ], | |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "cleanup temp" | |
| 10 }, | |
| 11 { | |
| 12 "cmd": [ | |
| 13 "python", | |
| 14 "-u", | |
| 15 "[DEPOT_TOOLS]/gclient.py", | |
| 16 "runhooks" | |
| 17 ], | |
| 18 "cwd": "[SLAVE_BUILD]", | |
| 19 "env": { | |
| 20 "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' proprietary_codecs=1 target_arch=x64 test_isolatio
n_mode=prepare use_goma=1" | |
| 21 }, | |
| 22 "name": "gclient runhooks" | |
| 23 }, | |
| 24 { | |
| 25 "cmd": [ | |
| 26 "python", | |
| 27 "-u", | |
| 28 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | |
| 29 "--build-dir", | |
| 30 "[SLAVE_BUILD]/src/out/Release", | |
| 31 "--clean-isolated-files" | |
| 32 ], | |
| 33 "cwd": "[SLAVE_BUILD]", | |
| 34 "name": "clean isolated files" | |
| 35 }, | |
| 36 { | |
| 37 "allow_subannotations": true, | |
| 38 "cmd": [ | |
| 39 "python", | |
| 40 "-u", | |
| 41 "[BUILD]/scripts/slave/clang_revision.py", | |
| 42 "--src-dir", | |
| 43 "[SLAVE_BUILD]/src", | |
| 44 "--output-json", | |
| 45 "/path/to/tmp/json" | |
| 46 ], | |
| 47 "cwd": "[SLAVE_BUILD]", | |
| 48 "name": "clang_revision", | |
| 49 "~followup_annotations": [ | |
| 50 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 51 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 52 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 53 "@@@STEP_LOG_END@json.output@@@" | |
| 54 ] | |
| 55 }, | |
| 56 { | |
| 57 "cmd": [ | |
| 58 "python", | |
| 59 "-u", | |
| 60 "[BUILD]/scripts/slave/compile.py", | |
| 61 "--target", | |
| 62 "Release", | |
| 63 "--src-dir", | |
| 64 "[SLAVE_BUILD]/src", | |
| 65 "--build-tool", | |
| 66 "ninja", | |
| 67 "--compiler", | |
| 68 "goma-clang", | |
| 69 "--goma-jsonstatus", | |
| 70 "/path/to/tmp/json", | |
| 71 "--goma-dir", | |
| 72 "[BUILD]/goma", | |
| 73 "--", | |
| 74 "angle_unittests_run", | |
| 75 "content_gl_tests_run", | |
| 76 "gl_tests_run", | |
| 77 "gl_unittests_run", | |
| 78 "gpu_unittests_run", | |
| 79 "tab_capture_end2end_tests_run", | |
| 80 "telemetry_gpu_test_run" | |
| 81 ], | |
| 82 "cwd": "[SLAVE_BUILD]", | |
| 83 "name": "compile", | |
| 84 "~followup_annotations": [ | |
| 85 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 86 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 87 ] | |
| 88 }, | |
| 89 { | |
| 90 "cmd": [ | |
| 91 "python", | |
| 92 "-u", | |
| 93 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
| 94 "[SLAVE_BUILD]/src/tools/swarming_client", | |
| 95 "batcharchive", | |
| 96 "--dump-json", | |
| 97 "/path/to/tmp/json", | |
| 98 "--isolate-server", | |
| 99 "https://isolateserver.appspot.com", | |
| 100 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", | |
| 101 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | |
| 102 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", | |
| 103 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | |
| 104 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", | |
| 105 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", | |
| 106 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json" | |
| 107 ], | |
| 108 "cwd": "[SLAVE_BUILD]", | |
| 109 "name": "isolate tests", | |
| 110 "~followup_annotations": [ | |
| 111 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 112 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | |
| 113 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | |
| 114 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | |
| 115 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", | |
| 116 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | |
| 117 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | |
| 118 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | |
| 119 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 120 "@@@STEP_LOG_END@json.output@@@", | |
| 121 "@@@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]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"ta
b_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"tel
emetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@" | |
| 122 ] | |
| 123 }, | |
| 124 { | |
| 125 "allow_subannotations": true, | |
| 126 "cmd": [ | |
| 127 "python", | |
| 128 "-u", | |
| 129 "[BUILD]/scripts/slave/runtest.py", | |
| 130 "--target", | |
| 131 "Release", | |
| 132 "--factory-properties", | |
| 133 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 134 "--build-properties", | |
| 135 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 136 "--annotate=gtest", | |
| 137 "--test-type=content_gl_tests", | |
| 138 "--step-name=content_gl_tests", | |
| 139 "--generate-json-file", | |
| 140 "--results-directory=[SLAVE_BUILD]/gtest-results/content_gl_tests", | |
| 141 "--test-launcher-summary-output", | |
| 142 "/path/to/tmp/json", | |
| 143 "--builder-name=TestBuilder", | |
| 144 "--slave-name=TestSlavename", | |
| 145 "--build-number=571", | |
| 146 "--run-python-script", | |
| 147 "--revision=10000", | |
| 148 "--webkit-revision=10000", | |
| 149 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 150 "--isolated", | |
| 151 "[dummy hash for content_gl_tests]", | |
| 152 "-I", | |
| 153 "https://isolateserver.appspot.com", | |
| 154 "--", | |
| 155 "--use-gpu-in-tests" | |
| 156 ], | |
| 157 "cwd": "[SLAVE_BUILD]", | |
| 158 "name": "content_gl_tests" | |
| 159 }, | |
| 160 { | |
| 161 "allow_subannotations": true, | |
| 162 "cmd": [ | |
| 163 "python", | |
| 164 "-u", | |
| 165 "[BUILD]/scripts/slave/runtest.py", | |
| 166 "--target", | |
| 167 "Release", | |
| 168 "--factory-properties", | |
| 169 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 170 "--build-properties", | |
| 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 172 "--annotate=gtest", | |
| 173 "--test-type=gl_tests", | |
| 174 "--step-name=gl_tests", | |
| 175 "--generate-json-file", | |
| 176 "--results-directory=[SLAVE_BUILD]/gtest-results/gl_tests", | |
| 177 "--test-launcher-summary-output", | |
| 178 "/path/to/tmp/json", | |
| 179 "--builder-name=TestBuilder", | |
| 180 "--slave-name=TestSlavename", | |
| 181 "--build-number=571", | |
| 182 "--run-python-script", | |
| 183 "--revision=10000", | |
| 184 "--webkit-revision=10000", | |
| 185 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 186 "--isolated", | |
| 187 "[dummy hash for gl_tests]", | |
| 188 "-I", | |
| 189 "https://isolateserver.appspot.com", | |
| 190 "--", | |
| 191 "--use-gpu-in-tests" | |
| 192 ], | |
| 193 "cwd": "[SLAVE_BUILD]", | |
| 194 "name": "gl_tests" | |
| 195 }, | |
| 196 { | |
| 197 "allow_subannotations": true, | |
| 198 "cmd": [ | |
| 199 "python", | |
| 200 "-u", | |
| 201 "[BUILD]/scripts/slave/runtest.py", | |
| 202 "--target", | |
| 203 "Release", | |
| 204 "--factory-properties", | |
| 205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 206 "--build-properties", | |
| 207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 208 "--annotate=gtest", | |
| 209 "--test-type=angle_unittests", | |
| 210 "--step-name=angle_unittests", | |
| 211 "--generate-json-file", | |
| 212 "--results-directory=[SLAVE_BUILD]/gtest-results/angle_unittests", | |
| 213 "--test-launcher-summary-output", | |
| 214 "/path/to/tmp/json", | |
| 215 "--builder-name=TestBuilder", | |
| 216 "--slave-name=TestSlavename", | |
| 217 "--build-number=571", | |
| 218 "--run-python-script", | |
| 219 "--revision=10000", | |
| 220 "--webkit-revision=10000", | |
| 221 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 222 "--isolated", | |
| 223 "[dummy hash for angle_unittests]", | |
| 224 "-I", | |
| 225 "https://isolateserver.appspot.com", | |
| 226 "--", | |
| 227 "--use-gpu-in-tests" | |
| 228 ], | |
| 229 "cwd": "[SLAVE_BUILD]", | |
| 230 "name": "angle_unittests" | |
| 231 }, | |
| 232 { | |
| 233 "allow_subannotations": true, | |
| 234 "cmd": [ | |
| 235 "python", | |
| 236 "-u", | |
| 237 "[BUILD]/scripts/slave/runtest.py", | |
| 238 "--target", | |
| 239 "Release", | |
| 240 "--factory-properties", | |
| 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 242 "--build-properties", | |
| 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 244 "--annotate=gtest", | |
| 245 "--test-type=gl_unittests", | |
| 246 "--step-name=gl_unittests", | |
| 247 "--generate-json-file", | |
| 248 "--results-directory=[SLAVE_BUILD]/gtest-results/gl_unittests", | |
| 249 "--test-launcher-summary-output", | |
| 250 "/path/to/tmp/json", | |
| 251 "--builder-name=TestBuilder", | |
| 252 "--slave-name=TestSlavename", | |
| 253 "--build-number=571", | |
| 254 "--run-python-script", | |
| 255 "--revision=10000", | |
| 256 "--webkit-revision=10000", | |
| 257 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 258 "--isolated", | |
| 259 "[dummy hash for gl_unittests]", | |
| 260 "-I", | |
| 261 "https://isolateserver.appspot.com", | |
| 262 "--", | |
| 263 "--use-gpu-in-tests" | |
| 264 ], | |
| 265 "cwd": "[SLAVE_BUILD]", | |
| 266 "name": "gl_unittests" | |
| 267 }, | |
| 268 { | |
| 269 "cmd": [ | |
| 270 "python", | |
| 271 "-u", | |
| 272 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 273 "--isolated", | |
| 274 "[dummy hash for telemetry_gpu_test]", | |
| 275 "-I", | |
| 276 "https://isolateserver.appspot.com", | |
| 277 "--verbose", | |
| 278 "--", | |
| 279 "maps", | |
| 280 "--show-stdout", | |
| 281 "--browser=release", | |
| 282 "-v", | |
| 283 "--build-revision", | |
| 284 "10000", | |
| 285 "--test-machine-name", | |
| 286 "TestBuilder", | |
| 287 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 288 "--isolated-script-test-output", | |
| 289 "/path/to/tmp/json" | |
| 290 ], | |
| 291 "cwd": "[SLAVE_BUILD]", | |
| 292 "name": "maps_pixel_test", | |
| 293 "~followup_annotations": [ | |
| 294 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 295 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 296 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 297 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 298 "@@@STEP_LOG_END@json.output@@@" | |
| 299 ] | |
| 300 }, | |
| 301 { | |
| 302 "cmd": [ | |
| 303 "python", | |
| 304 "-u", | |
| 305 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 306 "--isolated", | |
| 307 "[dummy hash for telemetry_gpu_test]", | |
| 308 "-I", | |
| 309 "https://isolateserver.appspot.com", | |
| 310 "--verbose", | |
| 311 "--", | |
| 312 "pixel", | |
| 313 "--show-stdout", | |
| 314 "--browser=release", | |
| 315 "-v", | |
| 316 "--build-revision", | |
| 317 "10000", | |
| 318 "--upload-refimg-to-cloud-storage", | |
| 319 "--refimg-cloud-storage-bucket", | |
| 320 "chromium-gpu-archive/reference-images", | |
| 321 "--os-type", | |
| 322 "mac", | |
| 323 "--test-machine-name", | |
| 324 "TestBuilder", | |
| 325 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 326 "--isolated-script-test-output", | |
| 327 "/path/to/tmp/json" | |
| 328 ], | |
| 329 "cwd": "[SLAVE_BUILD]", | |
| 330 "name": "pixel_test", | |
| 331 "~followup_annotations": [ | |
| 332 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 333 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 334 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 335 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 336 "@@@STEP_LOG_END@json.output@@@" | |
| 337 ] | |
| 338 }, | |
| 339 { | |
| 340 "cmd": [ | |
| 341 "python", | |
| 342 "-u", | |
| 343 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 344 "--isolated", | |
| 345 "[dummy hash for telemetry_gpu_test]", | |
| 346 "-I", | |
| 347 "https://isolateserver.appspot.com", | |
| 348 "--verbose", | |
| 349 "--", | |
| 350 "webgl_conformance", | |
| 351 "--show-stdout", | |
| 352 "--browser=release", | |
| 353 "-v", | |
| 354 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 355 "--isolated-script-test-output", | |
| 356 "/path/to/tmp/json" | |
| 357 ], | |
| 358 "cwd": "[SLAVE_BUILD]", | |
| 359 "name": "webgl_conformance_tests", | |
| 360 "~followup_annotations": [ | |
| 361 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 362 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 363 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 364 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 365 "@@@STEP_LOG_END@json.output@@@" | |
| 366 ] | |
| 367 }, | |
| 368 { | |
| 369 "cmd": [ | |
| 370 "python", | |
| 371 "-u", | |
| 372 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 373 "--isolated", | |
| 374 "[dummy hash for telemetry_gpu_test]", | |
| 375 "-I", | |
| 376 "https://isolateserver.appspot.com", | |
| 377 "--verbose", | |
| 378 "--", | |
| 379 "context_lost", | |
| 380 "--show-stdout", | |
| 381 "--browser=release", | |
| 382 "-v", | |
| 383 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 384 "--isolated-script-test-output", | |
| 385 "/path/to/tmp/json" | |
| 386 ], | |
| 387 "cwd": "[SLAVE_BUILD]", | |
| 388 "name": "context_lost_tests", | |
| 389 "~followup_annotations": [ | |
| 390 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 391 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 392 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 393 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 394 "@@@STEP_LOG_END@json.output@@@" | |
| 395 ] | |
| 396 }, | |
| 397 { | |
| 398 "cmd": [ | |
| 399 "python", | |
| 400 "-u", | |
| 401 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 402 "--isolated", | |
| 403 "[dummy hash for telemetry_gpu_test]", | |
| 404 "-I", | |
| 405 "https://isolateserver.appspot.com", | |
| 406 "--verbose", | |
| 407 "--", | |
| 408 "memory_test", | |
| 409 "--show-stdout", | |
| 410 "--browser=release", | |
| 411 "-v", | |
| 412 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 413 "--isolated-script-test-output", | |
| 414 "/path/to/tmp/json" | |
| 415 ], | |
| 416 "cwd": "[SLAVE_BUILD]", | |
| 417 "name": "memory_test", | |
| 418 "~followup_annotations": [ | |
| 419 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 420 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 421 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 422 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 423 "@@@STEP_LOG_END@json.output@@@" | |
| 424 ] | |
| 425 }, | |
| 426 { | |
| 427 "cmd": [ | |
| 428 "python", | |
| 429 "-u", | |
| 430 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 431 "--isolated", | |
| 432 "[dummy hash for telemetry_gpu_test]", | |
| 433 "-I", | |
| 434 "https://isolateserver.appspot.com", | |
| 435 "--verbose", | |
| 436 "--", | |
| 437 "trace_test", | |
| 438 "--show-stdout", | |
| 439 "--browser=release", | |
| 440 "-v", | |
| 441 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 442 "--isolated-script-test-output", | |
| 443 "/path/to/tmp/json" | |
| 444 ], | |
| 445 "cwd": "[SLAVE_BUILD]", | |
| 446 "name": "trace_test", | |
| 447 "~followup_annotations": [ | |
| 448 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 449 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 450 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 451 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 452 "@@@STEP_LOG_END@json.output@@@" | |
| 453 ] | |
| 454 }, | |
| 455 { | |
| 456 "cmd": [ | |
| 457 "python", | |
| 458 "-u", | |
| 459 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 460 "--isolated", | |
| 461 "[dummy hash for telemetry_gpu_test]", | |
| 462 "-I", | |
| 463 "https://isolateserver.appspot.com", | |
| 464 "--verbose", | |
| 465 "--", | |
| 466 "screenshot_sync", | |
| 467 "--show-stdout", | |
| 468 "--browser=release", | |
| 469 "-v", | |
| 470 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 471 "--isolated-script-test-output", | |
| 472 "/path/to/tmp/json" | |
| 473 ], | |
| 474 "cwd": "[SLAVE_BUILD]", | |
| 475 "name": "screenshot_sync_tests", | |
| 476 "~followup_annotations": [ | |
| 477 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 478 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 479 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 480 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 481 "@@@STEP_LOG_END@json.output@@@" | |
| 482 ] | |
| 483 }, | |
| 484 { | |
| 485 "cmd": [ | |
| 486 "python", | |
| 487 "-u", | |
| 488 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 489 "--isolated", | |
| 490 "[dummy hash for telemetry_gpu_test]", | |
| 491 "-I", | |
| 492 "https://isolateserver.appspot.com", | |
| 493 "--verbose", | |
| 494 "--", | |
| 495 "hardware_accelerated_feature", | |
| 496 "--show-stdout", | |
| 497 "--browser=release", | |
| 498 "-v", | |
| 499 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 500 "--isolated-script-test-output", | |
| 501 "/path/to/tmp/json" | |
| 502 ], | |
| 503 "cwd": "[SLAVE_BUILD]", | |
| 504 "name": "hardware_accelerated_feature_tests", | |
| 505 "~followup_annotations": [ | |
| 506 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 507 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 508 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 509 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 510 "@@@STEP_LOG_END@json.output@@@" | |
| 511 ] | |
| 512 }, | |
| 513 { | |
| 514 "cmd": [ | |
| 515 "python", | |
| 516 "-u", | |
| 517 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 518 "--isolated", | |
| 519 "[dummy hash for telemetry_gpu_test]", | |
| 520 "-I", | |
| 521 "https://isolateserver.appspot.com", | |
| 522 "--verbose", | |
| 523 "--", | |
| 524 "gpu_process", | |
| 525 "--show-stdout", | |
| 526 "--browser=release", | |
| 527 "-v", | |
| 528 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 529 "--isolated-script-test-output", | |
| 530 "/path/to/tmp/json" | |
| 531 ], | |
| 532 "cwd": "[SLAVE_BUILD]", | |
| 533 "name": "gpu_process_launch_tests", | |
| 534 "~followup_annotations": [ | |
| 535 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 536 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 537 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 538 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 539 "@@@STEP_LOG_END@json.output@@@" | |
| 540 ] | |
| 541 }, | |
| 542 { | |
| 543 "cmd": [ | |
| 544 "python", | |
| 545 "-u", | |
| 546 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 547 "--isolated", | |
| 548 "[dummy hash for telemetry_gpu_test]", | |
| 549 "-I", | |
| 550 "https://isolateserver.appspot.com", | |
| 551 "--verbose", | |
| 552 "--", | |
| 553 "gpu_rasterization", | |
| 554 "--show-stdout", | |
| 555 "--browser=release", | |
| 556 "-v", | |
| 557 "--build-revision", | |
| 558 "10000", | |
| 559 "--test-machine-name", | |
| 560 "TestBuilder", | |
| 561 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | |
| 562 "--isolated-script-test-output", | |
| 563 "/path/to/tmp/json" | |
| 564 ], | |
| 565 "cwd": "[SLAVE_BUILD]", | |
| 566 "name": "gpu_rasterization_tests", | |
| 567 "~followup_annotations": [ | |
| 568 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 569 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 570 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 571 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 572 "@@@STEP_LOG_END@json.output@@@" | |
| 573 ] | |
| 574 }, | |
| 575 { | |
| 576 "allow_subannotations": true, | |
| 577 "cmd": [ | |
| 578 "python", | |
| 579 "-u", | |
| 580 "[BUILD]/scripts/slave/runtest.py", | |
| 581 "--target", | |
| 582 "Release", | |
| 583 "--factory-properties", | |
| 584 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 585 "--build-properties", | |
| 586 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"build_config\": \"Release\", \"buildername\": \"TestBuil
der\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pare
nt_got_revision\": 10000, \"parent_got_webkit_revision\": 10001, \"project\": \"
\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"https://chromium.googl
esource.com/chromium/src.git\", \"revision\": \"c14d891d44f0afff64e56ed7c9702df1
d807b1ee\", \"skip_checkout\": true, \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 587 "--annotate=gtest", | |
| 588 "--test-type=tab_capture_end2end_tests", | |
| 589 "--step-name=tab_capture_end2end_tests", | |
| 590 "--generate-json-file", | |
| 591 "--results-directory=[SLAVE_BUILD]/gtest-results/tab_capture_end2end_tests
", | |
| 592 "--test-launcher-summary-output", | |
| 593 "/path/to/tmp/json", | |
| 594 "--builder-name=TestBuilder", | |
| 595 "--slave-name=TestSlavename", | |
| 596 "--build-number=571", | |
| 597 "--run-python-script", | |
| 598 "--revision=10000", | |
| 599 "--webkit-revision=10000", | |
| 600 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 601 "--isolated", | |
| 602 "[dummy hash for tab_capture_end2end_tests]", | |
| 603 "-I", | |
| 604 "https://isolateserver.appspot.com", | |
| 605 "--" | |
| 606 ], | |
| 607 "cwd": "[SLAVE_BUILD]", | |
| 608 "name": "tab_capture_end2end_tests" | |
| 609 }, | |
| 610 { | |
| 611 "name": "$result", | |
| 612 "recipe_result": null, | |
| 613 "status_code": 0 | |
| 614 } | |
| 615 ] | |
| OLD | NEW |