| 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 16 "--master", | |
| 17 "chromium.testing.master", | |
| 18 "--builder", | |
| 19 "TestBuilder", | |
| 20 "--slave", | |
| 21 "TestSlavename", | |
| 22 "--spec", | |
| 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", | |
| 24 "--root", | |
| 25 "src", | |
| 26 "--revision_mapping_file", | |
| 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | |
| 28 "--git-cache-dir", | |
| 29 "[GIT_CACHE]", | |
| 30 "--issue", | |
| 31 "12853011", | |
| 32 "--patchset", | |
| 33 "1", | |
| 34 "--rietveld_server", | |
| 35 "https://codereview.chromium.org", | |
| 36 "--output_json", | |
| 37 "/path/to/tmp/json", | |
| 38 "--revision", | |
| 39 "src@HEAD", | |
| 40 "--force", | |
| 41 "--output_manifest" | |
| 42 ], | |
| 43 "cwd": "[SLAVE_BUILD]", | |
| 44 "env": { | |
| 45 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | |
| 46 }, | |
| 47 "name": "bot_update", | |
| 48 "~followup_annotations": [ | |
| 49 "@@@STEP_TEXT@Some step text@@@", | |
| 50 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | |
| 54 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 56 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 57 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 58 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 59 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 60 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
| 61 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
| 62 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
| 63 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
| 65 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
| 66 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
| 67 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 68 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
| 69 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
| 70 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
| 71 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 72 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
| 73 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
| 74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
| 75 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 76 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
| 77 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
| 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
| 79 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 80 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 81 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 82 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 83 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 84 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
| 85 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
| 86 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
| 87 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
| 88 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 89 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
| 90 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
| 91 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
| 92 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
| 93 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
| 94 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
| 95 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
| 96 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 97 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 98 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 99 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 100 "@@@STEP_LOG_END@json.output@@@", | |
| 101 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", | |
| 102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", | |
| 103 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", | |
| 104 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
| 105 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | |
| 106 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | |
| 107 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | |
| 108 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | |
| 109 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | |
| 110 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | |
| 111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | |
| 112 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | |
| 113 ] | |
| 114 }, | |
| 115 { | |
| 116 "cmd": [ | |
| 117 "python", | |
| 118 "-u", | |
| 119 "[DEPOT_TOOLS]/gclient.py", | |
| 120 "runhooks" | |
| 121 ], | |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "env": { | |
| 124 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=p
repare use_goma=1" | |
| 125 }, | |
| 126 "name": "gclient runhooks" | |
| 127 }, | |
| 128 { | |
| 129 "cmd": [ | |
| 130 "python", | |
| 131 "-u", | |
| 132 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | |
| 133 "--build-dir", | |
| 134 "[SLAVE_BUILD]/src/out/Debug", | |
| 135 "--clean-isolated-files" | |
| 136 ], | |
| 137 "cwd": "[SLAVE_BUILD]", | |
| 138 "name": "clean isolated files" | |
| 139 }, | |
| 140 { | |
| 141 "cmd": [ | |
| 142 "git", | |
| 143 "diff", | |
| 144 "--cached", | |
| 145 "--name-only" | |
| 146 ], | |
| 147 "cwd": "[SLAVE_BUILD]/src", | |
| 148 "name": "git diff to analyze patch", | |
| 149 "stdout": "/path/to/tmp/", | |
| 150 "~followup_annotations": [ | |
| 151 "@@@STEP_LOG_LINE@files@foo.cc@@@", | |
| 152 "@@@STEP_LOG_END@files@@@" | |
| 153 ] | |
| 154 }, | |
| 155 { | |
| 156 "cmd": [ | |
| 157 "python", | |
| 158 "-u", | |
| 159 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 160 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | |
| 161 "/path/to/tmp/json" | |
| 162 ], | |
| 163 "cwd": "[SLAVE_BUILD]", | |
| 164 "name": "read filter exclusion spec", | |
| 165 "~followup_annotations": [ | |
| 166 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | |
| 167 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 168 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | |
| 169 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | |
| 170 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 171 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | |
| 172 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | |
| 173 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 174 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | |
| 175 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | |
| 176 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 177 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 178 "@@@STEP_LOG_END@json.output@@@" | |
| 179 ] | |
| 180 }, | |
| 181 { | |
| 182 "cmd": [ | |
| 183 "python", | |
| 184 "-u", | |
| 185 "[SLAVE_BUILD]/src/build/gyp_chromium", | |
| 186 "--analyzer", | |
| 187 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": [\"angle_unittests_run\", \"content_gl_tests_run\", \"gl_tests_run\", \"g
l_unittests_run\", \"gpu_unittests_run\", \"tab_capture_end2end_tests_run\", \"t
elemetry_gpu_test_run\"]}", | |
| 188 "/path/to/tmp/json" | |
| 189 ], | |
| 190 "cwd": "[SLAVE_BUILD]", | |
| 191 "env": { | |
| 192 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=p
repare use_goma=1" | |
| 193 }, | |
| 194 "name": "analyze", | |
| 195 "~followup_annotations": [ | |
| 196 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 197 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", | |
| 198 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", | |
| 199 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", | |
| 200 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", | |
| 201 "@@@STEP_LOG_LINE@json.output@ \"app_list_unittests\", @@@", | |
| 202 "@@@STEP_LOG_LINE@json.output@ \"app_shell\", @@@", | |
| 203 "@@@STEP_LOG_LINE@json.output@ \"chrome_initial\", @@@", | |
| 204 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\", @@@", | |
| 205 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\", @@@", | |
| 206 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\", @@@", | |
| 207 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\", @@@", | |
| 208 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\", @@@", | |
| 209 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\"@@@", | |
| 210 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 211 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | |
| 212 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", | |
| 213 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", | |
| 214 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", | |
| 215 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", | |
| 216 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests_run\", @@@", | |
| 217 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests_run\", @@@", | |
| 218 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests_run\", @@@", | |
| 219 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test_run\"@@@", | |
| 220 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 221 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 222 "@@@STEP_LOG_END@json.output@@@" | |
| 223 ] | |
| 224 }, | |
| 225 { | |
| 226 "cmd": [ | |
| 227 "python", | |
| 228 "-u", | |
| 229 "[BUILD]/scripts/slave/compile.py", | |
| 230 "--target", | |
| 231 "Debug", | |
| 232 "--src-dir", | |
| 233 "[SLAVE_BUILD]/src", | |
| 234 "--build-tool", | |
| 235 "ninja", | |
| 236 "--compiler", | |
| 237 "goma", | |
| 238 "--goma-jsonstatus", | |
| 239 "/path/to/tmp/json", | |
| 240 "--goma-dir", | |
| 241 "[BUILD]/goma", | |
| 242 "--goma-fail-fast", | |
| 243 "--goma-disable-local-fallback", | |
| 244 "--", | |
| 245 "All", | |
| 246 "angle_unittests", | |
| 247 "angle_unittests_run", | |
| 248 "app_list_demo", | |
| 249 "app_list_unittests", | |
| 250 "app_shell", | |
| 251 "chrome_initial", | |
| 252 "content_gl_tests", | |
| 253 "content_gl_tests_run", | |
| 254 "gl_tests", | |
| 255 "gl_tests_run", | |
| 256 "gl_unittests", | |
| 257 "gl_unittests_run", | |
| 258 "gpu_unittests", | |
| 259 "gpu_unittests_run", | |
| 260 "tab_capture_end2end_tests", | |
| 261 "tab_capture_end2end_tests_run", | |
| 262 "telemetry_gpu_test", | |
| 263 "telemetry_gpu_test_run" | |
| 264 ], | |
| 265 "cwd": "[SLAVE_BUILD]", | |
| 266 "name": "compile (with patch)", | |
| 267 "~followup_annotations": [ | |
| 268 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 269 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 270 ] | |
| 271 }, | |
| 272 { | |
| 273 "cmd": [ | |
| 274 "python", | |
| 275 "-u", | |
| 276 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
| 277 "[SLAVE_BUILD]/src/tools/swarming_client", | |
| 278 "batcharchive", | |
| 279 "--dump-json", | |
| 280 "/path/to/tmp/json", | |
| 281 "--isolate-server", | |
| 282 "https://isolateserver.appspot.com", | |
| 283 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | |
| 284 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | |
| 285 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | |
| 286 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json", | |
| 287 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", | |
| 288 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", | |
| 289 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" | |
| 290 ], | |
| 291 "cwd": "[SLAVE_BUILD]", | |
| 292 "name": "isolate tests", | |
| 293 "~followup_annotations": [ | |
| 294 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 295 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | |
| 296 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | |
| 297 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | |
| 298 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", | |
| 299 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | |
| 300 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | |
| 301 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | |
| 302 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 303 "@@@STEP_LOG_END@json.output@@@", | |
| 304 "@@@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]\"}@@@" | |
| 305 ] | |
| 306 }, | |
| 307 { | |
| 308 "cmd": [ | |
| 309 "killall", | |
| 310 "-9", | |
| 311 "gnome-keyring-daemon" | |
| 312 ], | |
| 313 "cwd": "[SLAVE_BUILD]", | |
| 314 "name": "killall gnome-keyring-daemon" | |
| 315 }, | |
| 316 { | |
| 317 "allow_subannotations": true, | |
| 318 "cmd": [ | |
| 319 "python", | |
| 320 "-u", | |
| 321 "[BUILD]/scripts/slave/runtest.py", | |
| 322 "--target", | |
| 323 "Debug", | |
| 324 "--no-xvfb", | |
| 325 "--factory-properties", | |
| 326 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"TestBuilder\", \
"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.mas
ter\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\"
, \"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"com
mit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevi
ew.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", | |
| 327 "--build-properties", | |
| 328 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"TestBuilder\", \
"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.mas
ter\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\"
, \"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"com
mit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevi
ew.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", | |
| 329 "--annotate=gtest", | |
| 330 "--test-type=content_gl_tests", | |
| 331 "--step-name=content_gl_tests", | |
| 332 "--generate-json-file", | |
| 333 "--results-directory=[SLAVE_BUILD]/gtest-results/content_gl_tests", | |
| 334 "--test-launcher-summary-output", | |
| 335 "/path/to/tmp/json", | |
| 336 "--builder-name=TestBuilder", | |
| 337 "--slave-name=TestSlavename", | |
| 338 "--build-number=571", | |
| 339 "--run-python-script", | |
| 340 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 341 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 342 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 343 "--isolated", | |
| 344 "[dummy hash for content_gl_tests]", | |
| 345 "-I", | |
| 346 "https://isolateserver.appspot.com", | |
| 347 "--", | |
| 348 "--use-gpu-in-tests" | |
| 349 ], | |
| 350 "cwd": "[SLAVE_BUILD]", | |
| 351 "name": "content_gl_tests" | |
| 352 }, | |
| 353 { | |
| 354 "allow_subannotations": true, | |
| 355 "cmd": [ | |
| 356 "python", | |
| 357 "-u", | |
| 358 "[BUILD]/scripts/slave/runtest.py", | |
| 359 "--target", | |
| 360 "Debug", | |
| 361 "--no-xvfb", | |
| 362 "--factory-properties", | |
| 363 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"TestBuilder\", \
"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.mas
ter\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\"
, \"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"com
mit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevi
ew.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", | |
| 364 "--build-properties", | |
| 365 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"TestBuilder\", \
"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.mas
ter\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\"
, \"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"com
mit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevi
ew.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", | |
| 366 "--annotate=gtest", | |
| 367 "--test-type=gl_tests", | |
| 368 "--step-name=gl_tests", | |
| 369 "--generate-json-file", | |
| 370 "--results-directory=[SLAVE_BUILD]/gtest-results/gl_tests", | |
| 371 "--test-launcher-summary-output", | |
| 372 "/path/to/tmp/json", | |
| 373 "--builder-name=TestBuilder", | |
| 374 "--slave-name=TestSlavename", | |
| 375 "--build-number=571", | |
| 376 "--run-python-script", | |
| 377 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 378 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 379 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 380 "--isolated", | |
| 381 "[dummy hash for gl_tests]", | |
| 382 "-I", | |
| 383 "https://isolateserver.appspot.com", | |
| 384 "--", | |
| 385 "--use-gpu-in-tests" | |
| 386 ], | |
| 387 "cwd": "[SLAVE_BUILD]", | |
| 388 "name": "gl_tests" | |
| 389 }, | |
| 390 { | |
| 391 "allow_subannotations": true, | |
| 392 "cmd": [ | |
| 393 "python", | |
| 394 "-u", | |
| 395 "[BUILD]/scripts/slave/runtest.py", | |
| 396 "--target", | |
| 397 "Debug", | |
| 398 "--no-xvfb", | |
| 399 "--factory-properties", | |
| 400 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"TestBuilder\", \
"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.mas
ter\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\"
, \"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"com
mit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevi
ew.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", | |
| 401 "--build-properties", | |
| 402 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"TestBuilder\", \
"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.mas
ter\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\"
, \"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"com
mit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevi
ew.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", | |
| 403 "--annotate=gtest", | |
| 404 "--test-type=angle_unittests", | |
| 405 "--step-name=angle_unittests", | |
| 406 "--generate-json-file", | |
| 407 "--results-directory=[SLAVE_BUILD]/gtest-results/angle_unittests", | |
| 408 "--test-launcher-summary-output", | |
| 409 "/path/to/tmp/json", | |
| 410 "--builder-name=TestBuilder", | |
| 411 "--slave-name=TestSlavename", | |
| 412 "--build-number=571", | |
| 413 "--run-python-script", | |
| 414 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 415 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 416 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 417 "--isolated", | |
| 418 "[dummy hash for angle_unittests]", | |
| 419 "-I", | |
| 420 "https://isolateserver.appspot.com", | |
| 421 "--", | |
| 422 "--use-gpu-in-tests" | |
| 423 ], | |
| 424 "cwd": "[SLAVE_BUILD]", | |
| 425 "name": "angle_unittests" | |
| 426 }, | |
| 427 { | |
| 428 "allow_subannotations": true, | |
| 429 "cmd": [ | |
| 430 "python", | |
| 431 "-u", | |
| 432 "[BUILD]/scripts/slave/runtest.py", | |
| 433 "--target", | |
| 434 "Debug", | |
| 435 "--no-xvfb", | |
| 436 "--factory-properties", | |
| 437 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"TestBuilder\", \
"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.mas
ter\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\"
, \"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"com
mit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevi
ew.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", | |
| 438 "--build-properties", | |
| 439 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"TestBuilder\", \
"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.mas
ter\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\"
, \"recipe\": \"gpu/build_and_test\", \"repository\": \"\", \"requester\": \"com
mit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://coderevi
ew.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/wor
kdir/TestSlavename\"}", | |
| 440 "--annotate=gtest", | |
| 441 "--test-type=gl_unittests", | |
| 442 "--step-name=gl_unittests", | |
| 443 "--generate-json-file", | |
| 444 "--results-directory=[SLAVE_BUILD]/gtest-results/gl_unittests", | |
| 445 "--test-launcher-summary-output", | |
| 446 "/path/to/tmp/json", | |
| 447 "--builder-name=TestBuilder", | |
| 448 "--slave-name=TestSlavename", | |
| 449 "--build-number=571", | |
| 450 "--run-python-script", | |
| 451 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 452 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 453 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 454 "--isolated", | |
| 455 "[dummy hash for gl_unittests]", | |
| 456 "-I", | |
| 457 "https://isolateserver.appspot.com", | |
| 458 "--", | |
| 459 "--use-gpu-in-tests" | |
| 460 ], | |
| 461 "cwd": "[SLAVE_BUILD]", | |
| 462 "name": "gl_unittests" | |
| 463 }, | |
| 464 { | |
| 465 "cmd": [ | |
| 466 "python", | |
| 467 "-u", | |
| 468 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 469 "--isolated", | |
| 470 "[dummy hash for telemetry_gpu_test]", | |
| 471 "-I", | |
| 472 "https://isolateserver.appspot.com", | |
| 473 "--verbose", | |
| 474 "--", | |
| 475 "maps", | |
| 476 "--show-stdout", | |
| 477 "--browser=debug", | |
| 478 "-v", | |
| 479 "--build-revision", | |
| 480 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 481 "--test-machine-name", | |
| 482 "TestBuilder", | |
| 483 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 484 "--isolated-script-test-output", | |
| 485 "/path/to/tmp/json" | |
| 486 ], | |
| 487 "cwd": "[SLAVE_BUILD]", | |
| 488 "name": "maps_pixel_test", | |
| 489 "~followup_annotations": [ | |
| 490 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 491 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 492 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 493 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 494 "@@@STEP_LOG_END@json.output@@@" | |
| 495 ] | |
| 496 }, | |
| 497 { | |
| 498 "cmd": [ | |
| 499 "python", | |
| 500 "-u", | |
| 501 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 502 "--isolated", | |
| 503 "[dummy hash for telemetry_gpu_test]", | |
| 504 "-I", | |
| 505 "https://isolateserver.appspot.com", | |
| 506 "--verbose", | |
| 507 "--", | |
| 508 "pixel", | |
| 509 "--show-stdout", | |
| 510 "--browser=debug", | |
| 511 "-v", | |
| 512 "--build-revision", | |
| 513 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 514 "--download-refimg-from-cloud-storage", | |
| 515 "--refimg-cloud-storage-bucket", | |
| 516 "chromium-gpu-archive/reference-images", | |
| 517 "--os-type", | |
| 518 "linux", | |
| 519 "--test-machine-name", | |
| 520 "TestBuilder", | |
| 521 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 522 "--isolated-script-test-output", | |
| 523 "/path/to/tmp/json" | |
| 524 ], | |
| 525 "cwd": "[SLAVE_BUILD]", | |
| 526 "name": "pixel_test", | |
| 527 "~followup_annotations": [ | |
| 528 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 529 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 530 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 531 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 532 "@@@STEP_LOG_END@json.output@@@" | |
| 533 ] | |
| 534 }, | |
| 535 { | |
| 536 "cmd": [ | |
| 537 "python", | |
| 538 "-u", | |
| 539 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 540 "--isolated", | |
| 541 "[dummy hash for telemetry_gpu_test]", | |
| 542 "-I", | |
| 543 "https://isolateserver.appspot.com", | |
| 544 "--verbose", | |
| 545 "--", | |
| 546 "webgl_conformance", | |
| 547 "--show-stdout", | |
| 548 "--browser=debug", | |
| 549 "-v", | |
| 550 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 551 "--isolated-script-test-output", | |
| 552 "/path/to/tmp/json" | |
| 553 ], | |
| 554 "cwd": "[SLAVE_BUILD]", | |
| 555 "name": "webgl_conformance_tests", | |
| 556 "~followup_annotations": [ | |
| 557 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 558 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 559 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 560 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 561 "@@@STEP_LOG_END@json.output@@@" | |
| 562 ] | |
| 563 }, | |
| 564 { | |
| 565 "cmd": [ | |
| 566 "python", | |
| 567 "-u", | |
| 568 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 569 "--isolated", | |
| 570 "[dummy hash for telemetry_gpu_test]", | |
| 571 "-I", | |
| 572 "https://isolateserver.appspot.com", | |
| 573 "--verbose", | |
| 574 "--", | |
| 575 "context_lost", | |
| 576 "--show-stdout", | |
| 577 "--browser=debug", | |
| 578 "-v", | |
| 579 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 580 "--isolated-script-test-output", | |
| 581 "/path/to/tmp/json" | |
| 582 ], | |
| 583 "cwd": "[SLAVE_BUILD]", | |
| 584 "name": "context_lost_tests", | |
| 585 "~followup_annotations": [ | |
| 586 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 587 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 588 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 589 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 590 "@@@STEP_LOG_END@json.output@@@" | |
| 591 ] | |
| 592 }, | |
| 593 { | |
| 594 "cmd": [ | |
| 595 "python", | |
| 596 "-u", | |
| 597 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 598 "--isolated", | |
| 599 "[dummy hash for telemetry_gpu_test]", | |
| 600 "-I", | |
| 601 "https://isolateserver.appspot.com", | |
| 602 "--verbose", | |
| 603 "--", | |
| 604 "memory_test", | |
| 605 "--show-stdout", | |
| 606 "--browser=debug", | |
| 607 "-v", | |
| 608 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 609 "--isolated-script-test-output", | |
| 610 "/path/to/tmp/json" | |
| 611 ], | |
| 612 "cwd": "[SLAVE_BUILD]", | |
| 613 "name": "memory_test", | |
| 614 "~followup_annotations": [ | |
| 615 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 616 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 617 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 618 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 619 "@@@STEP_LOG_END@json.output@@@" | |
| 620 ] | |
| 621 }, | |
| 622 { | |
| 623 "cmd": [ | |
| 624 "python", | |
| 625 "-u", | |
| 626 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 627 "--isolated", | |
| 628 "[dummy hash for telemetry_gpu_test]", | |
| 629 "-I", | |
| 630 "https://isolateserver.appspot.com", | |
| 631 "--verbose", | |
| 632 "--", | |
| 633 "trace_test", | |
| 634 "--show-stdout", | |
| 635 "--browser=debug", | |
| 636 "-v", | |
| 637 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 638 "--isolated-script-test-output", | |
| 639 "/path/to/tmp/json" | |
| 640 ], | |
| 641 "cwd": "[SLAVE_BUILD]", | |
| 642 "name": "trace_test", | |
| 643 "~followup_annotations": [ | |
| 644 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 645 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 646 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 647 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 648 "@@@STEP_LOG_END@json.output@@@" | |
| 649 ] | |
| 650 }, | |
| 651 { | |
| 652 "cmd": [ | |
| 653 "python", | |
| 654 "-u", | |
| 655 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 656 "--isolated", | |
| 657 "[dummy hash for telemetry_gpu_test]", | |
| 658 "-I", | |
| 659 "https://isolateserver.appspot.com", | |
| 660 "--verbose", | |
| 661 "--", | |
| 662 "screenshot_sync", | |
| 663 "--show-stdout", | |
| 664 "--browser=debug", | |
| 665 "-v", | |
| 666 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 667 "--isolated-script-test-output", | |
| 668 "/path/to/tmp/json" | |
| 669 ], | |
| 670 "cwd": "[SLAVE_BUILD]", | |
| 671 "name": "screenshot_sync_tests", | |
| 672 "~followup_annotations": [ | |
| 673 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 674 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 675 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 676 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 677 "@@@STEP_LOG_END@json.output@@@" | |
| 678 ] | |
| 679 }, | |
| 680 { | |
| 681 "cmd": [ | |
| 682 "python", | |
| 683 "-u", | |
| 684 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 685 "--isolated", | |
| 686 "[dummy hash for telemetry_gpu_test]", | |
| 687 "-I", | |
| 688 "https://isolateserver.appspot.com", | |
| 689 "--verbose", | |
| 690 "--", | |
| 691 "hardware_accelerated_feature", | |
| 692 "--show-stdout", | |
| 693 "--browser=debug", | |
| 694 "-v", | |
| 695 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 696 "--isolated-script-test-output", | |
| 697 "/path/to/tmp/json" | |
| 698 ], | |
| 699 "cwd": "[SLAVE_BUILD]", | |
| 700 "name": "hardware_accelerated_feature_tests", | |
| 701 "~followup_annotations": [ | |
| 702 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 703 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 704 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 705 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 706 "@@@STEP_LOG_END@json.output@@@" | |
| 707 ] | |
| 708 }, | |
| 709 { | |
| 710 "cmd": [ | |
| 711 "python", | |
| 712 "-u", | |
| 713 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 714 "--isolated", | |
| 715 "[dummy hash for telemetry_gpu_test]", | |
| 716 "-I", | |
| 717 "https://isolateserver.appspot.com", | |
| 718 "--verbose", | |
| 719 "--", | |
| 720 "gpu_process", | |
| 721 "--show-stdout", | |
| 722 "--browser=debug", | |
| 723 "-v", | |
| 724 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 725 "--isolated-script-test-output", | |
| 726 "/path/to/tmp/json" | |
| 727 ], | |
| 728 "cwd": "[SLAVE_BUILD]", | |
| 729 "name": "gpu_process_launch_tests", | |
| 730 "~followup_annotations": [ | |
| 731 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 732 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 733 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 734 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 735 "@@@STEP_LOG_END@json.output@@@" | |
| 736 ] | |
| 737 }, | |
| 738 { | |
| 739 "cmd": [ | |
| 740 "python", | |
| 741 "-u", | |
| 742 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 743 "--isolated", | |
| 744 "[dummy hash for telemetry_gpu_test]", | |
| 745 "-I", | |
| 746 "https://isolateserver.appspot.com", | |
| 747 "--verbose", | |
| 748 "--", | |
| 749 "gpu_rasterization", | |
| 750 "--show-stdout", | |
| 751 "--browser=debug", | |
| 752 "-v", | |
| 753 "--build-revision", | |
| 754 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 755 "--test-machine-name", | |
| 756 "TestBuilder", | |
| 757 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 758 "--isolated-script-test-output", | |
| 759 "/path/to/tmp/json" | |
| 760 ], | |
| 761 "cwd": "[SLAVE_BUILD]", | |
| 762 "name": "gpu_rasterization_tests", | |
| 763 "~followup_annotations": [ | |
| 764 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 765 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 766 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 767 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 768 "@@@STEP_LOG_END@json.output@@@" | |
| 769 ] | |
| 770 }, | |
| 771 { | |
| 772 "name": "$result", | |
| 773 "recipe_result": null, | |
| 774 "status_code": 0 | |
| 775 } | |
| 776 ] | |
| OLD | NEW |