| 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.gpu.fyi", | |
| 18 "--builder", | |
| 19 "TestBuilder", | |
| 20 "--slave", | |
| 21 "TestSlavename", | |
| 22 "--spec", | |
| 23 "cache_dir = None\nsolutions = [{'custom_vars': {'angle_revision': 'refs/r
emotes/origin/master', 'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s'
, 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourc
eforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn
://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': T
rue, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'
}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None,
'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/fire
fox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugins'
: None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/plugin': None,
'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/dat
a/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/
data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/selenium_c
ore': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data': Non
e, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': None, 'sr
c/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': None}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome-internal/trunk/src-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 "--output_json", | |
| 31 "/path/to/tmp/json", | |
| 32 "--revision", | |
| 33 "src@204787", | |
| 34 "--force", | |
| 35 "--output_manifest" | |
| 36 ], | |
| 37 "cwd": "[SLAVE_BUILD]", | |
| 38 "env": { | |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" | |
| 40 }, | |
| 41 "name": "bot_update", | |
| 42 "~followup_annotations": [ | |
| 43 "@@@STEP_TEXT@Some step text@@@", | |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"204787\"@@@", | |
| 48 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 49 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 50 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 51 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 52 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 53 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 54 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
| 55 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
| 56 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
| 57 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 58 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
| 59 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
| 60 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
| 61 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 62 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
| 63 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
| 64 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
| 65 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 66 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
| 67 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
| 68 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
| 69 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 70 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
| 71 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
| 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
| 73 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 74 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 75 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 76 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 77 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 78 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
| 79 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
| 80 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
| 81 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
| 82 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 83 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
| 84 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
| 85 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
| 86 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
| 87 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
| 88 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
| 89 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
| 90 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 91 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 92 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 93 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 94 "@@@STEP_LOG_END@json.output@@@", | |
| 95 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", | |
| 96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", | |
| 97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", | |
| 98 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
| 99 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | |
| 100 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | |
| 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | |
| 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | |
| 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | |
| 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | |
| 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | |
| 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | |
| 107 ] | |
| 108 }, | |
| 109 { | |
| 110 "cmd": [ | |
| 111 "python", | |
| 112 "-u", | |
| 113 "[DEPOT_TOOLS]\\gclient.py", | |
| 114 "runhooks" | |
| 115 ], | |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "env": { | |
| 118 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" | |
| 119 }, | |
| 120 "name": "gclient runhooks" | |
| 121 }, | |
| 122 { | |
| 123 "cmd": [ | |
| 124 "python", | |
| 125 "-u", | |
| 126 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | |
| 127 "--build-dir", | |
| 128 "[SLAVE_BUILD]\\src\\out\\Release", | |
| 129 "--clean-isolated-files" | |
| 130 ], | |
| 131 "cwd": "[SLAVE_BUILD]", | |
| 132 "name": "clean isolated files" | |
| 133 }, | |
| 134 { | |
| 135 "cmd": [ | |
| 136 "python", | |
| 137 "-u", | |
| 138 "[BUILD]\\scripts\\slave\\compile.py", | |
| 139 "--target", | |
| 140 "Release", | |
| 141 "--src-dir", | |
| 142 "[SLAVE_BUILD]\\src", | |
| 143 "--build-tool", | |
| 144 "ninja", | |
| 145 "--compiler", | |
| 146 "goma", | |
| 147 "--goma-jsonstatus", | |
| 148 "/path/to/tmp/json", | |
| 149 "--goma-dir", | |
| 150 "[BUILD]\\goma", | |
| 151 "--", | |
| 152 "angle_unittests_run", | |
| 153 "content_gl_tests_run", | |
| 154 "gl_tests_run", | |
| 155 "gl_unittests_run", | |
| 156 "gpu_unittests_run", | |
| 157 "tab_capture_end2end_tests_run", | |
| 158 "telemetry_gpu_test_run", | |
| 159 "audio_unittests_run", | |
| 160 "content_unittests_run", | |
| 161 "gles2_conform_test_run", | |
| 162 "angle_end2end_tests_run", | |
| 163 "angle_deqp_gles2_tests_run", | |
| 164 "angle_deqp_gles3_tests_run" | |
| 165 ], | |
| 166 "cwd": "[SLAVE_BUILD]", | |
| 167 "name": "compile", | |
| 168 "~followup_annotations": [ | |
| 169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 170 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 171 ] | |
| 172 }, | |
| 173 { | |
| 174 "cmd": [ | |
| 175 "python", | |
| 176 "-u", | |
| 177 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | |
| 178 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | |
| 179 "batcharchive", | |
| 180 "--dump-json", | |
| 181 "/path/to/tmp/json", | |
| 182 "--isolate-server", | |
| 183 "https://isolateserver.appspot.com", | |
| 184 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json", | |
| 185 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", | |
| 186 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json", | |
| 187 "[SLAVE_BUILD]\\src\\out\\Release\\gl_unittests.isolated.gen.json", | |
| 188 "[SLAVE_BUILD]\\src\\out\\Release\\gpu_unittests.isolated.gen.json", | |
| 189 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen.
json", | |
| 190 "[SLAVE_BUILD]\\src\\out\\Release\\telemetry_gpu_test.isolated.gen.json", | |
| 191 "[SLAVE_BUILD]\\src\\out\\Release\\audio_unittests.isolated.gen.json", | |
| 192 "[SLAVE_BUILD]\\src\\out\\Release\\content_unittests.isolated.gen.json", | |
| 193 "[SLAVE_BUILD]\\src\\out\\Release\\gles2_conform_test.isolated.gen.json", | |
| 194 "[SLAVE_BUILD]\\src\\out\\Release\\angle_end2end_tests.isolated.gen.json", | |
| 195 "[SLAVE_BUILD]\\src\\out\\Release\\angle_deqp_gles2_tests.isolated.gen.jso
n", | |
| 196 "[SLAVE_BUILD]\\src\\out\\Release\\angle_deqp_gles3_tests.isolated.gen.jso
n" | |
| 197 ], | |
| 198 "cwd": "[SLAVE_BUILD]", | |
| 199 "name": "isolate tests", | |
| 200 "~followup_annotations": [ | |
| 201 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 202 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_gles2_tests\": \"[dummy hash
for angle_deqp_gles2_tests]\", @@@", | |
| 203 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_gles3_tests\": \"[dummy hash
for angle_deqp_gles3_tests]\", @@@", | |
| 204 "@@@STEP_LOG_LINE@json.output@ \"angle_end2end_tests\": \"[dummy hash for
angle_end2end_tests]\", @@@", | |
| 205 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | |
| 206 "@@@STEP_LOG_LINE@json.output@ \"audio_unittests\": \"[dummy hash for aud
io_unittests]\", @@@", | |
| 207 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | |
| 208 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | |
| 209 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | |
| 210 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", | |
| 211 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | |
| 212 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | |
| 213 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | |
| 214 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | |
| 215 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 216 "@@@STEP_LOG_END@json.output@@@", | |
| 217 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_deqp_gles2_tests\": \"[dummy
hash for angle_deqp_gles2_tests]\", \"angle_deqp_gles3_tests\": \"[dummy hash fo
r angle_deqp_gles3_tests]\", \"angle_end2end_tests\": \"[dummy hash for angle_en
d2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unittests]\", \"aud
io_unittests\": \"[dummy hash for audio_unittests]\", \"content_gl_tests\": \"[d
ummy hash for content_gl_tests]\", \"content_unittests\": \"[dummy hash for cont
ent_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\":
\"[dummy hash for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gl
es2_conform_test]\", \"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]\"}@@@" | |
| 218 ] | |
| 219 }, | |
| 220 { | |
| 221 "allow_subannotations": true, | |
| 222 "cmd": [ | |
| 223 "python", | |
| 224 "-u", | |
| 225 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 226 "--target", | |
| 227 "Release", | |
| 228 "--factory-properties", | |
| 229 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 230 "--build-properties", | |
| 231 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 232 "--annotate=gtest", | |
| 233 "--test-type=content_gl_tests", | |
| 234 "--step-name=content_gl_tests", | |
| 235 "--generate-json-file", | |
| 236 "--results-directory=[SLAVE_BUILD]\\gtest-results\\content_gl_tests", | |
| 237 "--test-launcher-summary-output", | |
| 238 "/path/to/tmp/json", | |
| 239 "--builder-name=TestBuilder", | |
| 240 "--slave-name=TestSlavename", | |
| 241 "--build-number=571", | |
| 242 "--run-python-script", | |
| 243 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 244 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 245 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 246 "--isolated", | |
| 247 "[dummy hash for content_gl_tests]", | |
| 248 "-I", | |
| 249 "https://isolateserver.appspot.com", | |
| 250 "--", | |
| 251 "--use-gpu-in-tests" | |
| 252 ], | |
| 253 "cwd": "[SLAVE_BUILD]", | |
| 254 "name": "content_gl_tests" | |
| 255 }, | |
| 256 { | |
| 257 "allow_subannotations": true, | |
| 258 "cmd": [ | |
| 259 "python", | |
| 260 "-u", | |
| 261 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 262 "--target", | |
| 263 "Release", | |
| 264 "--factory-properties", | |
| 265 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 266 "--build-properties", | |
| 267 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 268 "--annotate=gtest", | |
| 269 "--test-type=gl_tests", | |
| 270 "--step-name=gl_tests", | |
| 271 "--generate-json-file", | |
| 272 "--results-directory=[SLAVE_BUILD]\\gtest-results\\gl_tests", | |
| 273 "--test-launcher-summary-output", | |
| 274 "/path/to/tmp/json", | |
| 275 "--builder-name=TestBuilder", | |
| 276 "--slave-name=TestSlavename", | |
| 277 "--build-number=571", | |
| 278 "--run-python-script", | |
| 279 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 280 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 281 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 282 "--isolated", | |
| 283 "[dummy hash for gl_tests]", | |
| 284 "-I", | |
| 285 "https://isolateserver.appspot.com", | |
| 286 "--", | |
| 287 "--use-gpu-in-tests" | |
| 288 ], | |
| 289 "cwd": "[SLAVE_BUILD]", | |
| 290 "name": "gl_tests" | |
| 291 }, | |
| 292 { | |
| 293 "allow_subannotations": true, | |
| 294 "cmd": [ | |
| 295 "python", | |
| 296 "-u", | |
| 297 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 298 "--target", | |
| 299 "Release", | |
| 300 "--factory-properties", | |
| 301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 302 "--build-properties", | |
| 303 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 304 "--annotate=gtest", | |
| 305 "--test-type=angle_unittests", | |
| 306 "--step-name=angle_unittests", | |
| 307 "--generate-json-file", | |
| 308 "--results-directory=[SLAVE_BUILD]\\gtest-results\\angle_unittests", | |
| 309 "--test-launcher-summary-output", | |
| 310 "/path/to/tmp/json", | |
| 311 "--builder-name=TestBuilder", | |
| 312 "--slave-name=TestSlavename", | |
| 313 "--build-number=571", | |
| 314 "--run-python-script", | |
| 315 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 316 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 317 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 318 "--isolated", | |
| 319 "[dummy hash for angle_unittests]", | |
| 320 "-I", | |
| 321 "https://isolateserver.appspot.com", | |
| 322 "--", | |
| 323 "--use-gpu-in-tests" | |
| 324 ], | |
| 325 "cwd": "[SLAVE_BUILD]", | |
| 326 "name": "angle_unittests" | |
| 327 }, | |
| 328 { | |
| 329 "allow_subannotations": true, | |
| 330 "cmd": [ | |
| 331 "python", | |
| 332 "-u", | |
| 333 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 334 "--target", | |
| 335 "Release", | |
| 336 "--factory-properties", | |
| 337 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 338 "--build-properties", | |
| 339 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 340 "--annotate=gtest", | |
| 341 "--test-type=gl_unittests", | |
| 342 "--step-name=gl_unittests", | |
| 343 "--generate-json-file", | |
| 344 "--results-directory=[SLAVE_BUILD]\\gtest-results\\gl_unittests", | |
| 345 "--test-launcher-summary-output", | |
| 346 "/path/to/tmp/json", | |
| 347 "--builder-name=TestBuilder", | |
| 348 "--slave-name=TestSlavename", | |
| 349 "--build-number=571", | |
| 350 "--run-python-script", | |
| 351 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 352 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 353 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 354 "--isolated", | |
| 355 "[dummy hash for gl_unittests]", | |
| 356 "-I", | |
| 357 "https://isolateserver.appspot.com", | |
| 358 "--", | |
| 359 "--use-gpu-in-tests" | |
| 360 ], | |
| 361 "cwd": "[SLAVE_BUILD]", | |
| 362 "name": "gl_unittests" | |
| 363 }, | |
| 364 { | |
| 365 "allow_subannotations": true, | |
| 366 "cmd": [ | |
| 367 "python", | |
| 368 "-u", | |
| 369 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 370 "--target", | |
| 371 "Release", | |
| 372 "--factory-properties", | |
| 373 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 374 "--build-properties", | |
| 375 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 376 "--annotate=gtest", | |
| 377 "--test-type=audio_unittests", | |
| 378 "--step-name=audio_unittests", | |
| 379 "--generate-json-file", | |
| 380 "--results-directory=[SLAVE_BUILD]\\gtest-results\\audio_unittests", | |
| 381 "--test-launcher-summary-output", | |
| 382 "/path/to/tmp/json", | |
| 383 "--builder-name=TestBuilder", | |
| 384 "--slave-name=TestSlavename", | |
| 385 "--build-number=571", | |
| 386 "--run-python-script", | |
| 387 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 388 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 389 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 390 "--isolated", | |
| 391 "[dummy hash for audio_unittests]", | |
| 392 "-I", | |
| 393 "https://isolateserver.appspot.com", | |
| 394 "--", | |
| 395 "--use-gpu-in-tests", | |
| 396 "--require-audio-hardware-for-testing" | |
| 397 ], | |
| 398 "cwd": "[SLAVE_BUILD]", | |
| 399 "name": "audio_unittests" | |
| 400 }, | |
| 401 { | |
| 402 "allow_subannotations": true, | |
| 403 "cmd": [ | |
| 404 "python", | |
| 405 "-u", | |
| 406 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 407 "--target", | |
| 408 "Release", | |
| 409 "--factory-properties", | |
| 410 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 411 "--build-properties", | |
| 412 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 413 "--annotate=gtest", | |
| 414 "--test-type=content_unittests", | |
| 415 "--step-name=content_unittests", | |
| 416 "--generate-json-file", | |
| 417 "--results-directory=[SLAVE_BUILD]\\gtest-results\\content_unittests", | |
| 418 "--test-launcher-summary-output", | |
| 419 "/path/to/tmp/json", | |
| 420 "--builder-name=TestBuilder", | |
| 421 "--slave-name=TestSlavename", | |
| 422 "--build-number=571", | |
| 423 "--run-python-script", | |
| 424 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 425 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 426 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 427 "--isolated", | |
| 428 "[dummy hash for content_unittests]", | |
| 429 "-I", | |
| 430 "https://isolateserver.appspot.com", | |
| 431 "--", | |
| 432 "" | |
| 433 ], | |
| 434 "cwd": "[SLAVE_BUILD]", | |
| 435 "name": "content_unittests" | |
| 436 }, | |
| 437 { | |
| 438 "allow_subannotations": true, | |
| 439 "cmd": [ | |
| 440 "python", | |
| 441 "-u", | |
| 442 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 443 "--target", | |
| 444 "Release", | |
| 445 "--factory-properties", | |
| 446 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 447 "--build-properties", | |
| 448 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 449 "--annotate=gtest", | |
| 450 "--test-type=gles2_conform_test", | |
| 451 "--step-name=gles2_conform_test", | |
| 452 "--generate-json-file", | |
| 453 "--results-directory=[SLAVE_BUILD]\\gtest-results\\gles2_conform_test", | |
| 454 "--test-launcher-summary-output", | |
| 455 "/path/to/tmp/json", | |
| 456 "--builder-name=TestBuilder", | |
| 457 "--slave-name=TestSlavename", | |
| 458 "--build-number=571", | |
| 459 "--run-python-script", | |
| 460 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 461 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 462 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 463 "--isolated", | |
| 464 "[dummy hash for gles2_conform_test]", | |
| 465 "-I", | |
| 466 "https://isolateserver.appspot.com", | |
| 467 "--", | |
| 468 "--use-gpu-in-tests" | |
| 469 ], | |
| 470 "cwd": "[SLAVE_BUILD]", | |
| 471 "name": "gles2_conform_test" | |
| 472 }, | |
| 473 { | |
| 474 "allow_subannotations": true, | |
| 475 "cmd": [ | |
| 476 "python", | |
| 477 "-u", | |
| 478 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 479 "--target", | |
| 480 "Release", | |
| 481 "--factory-properties", | |
| 482 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 483 "--build-properties", | |
| 484 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 485 "--annotate=gtest", | |
| 486 "--test-type=angle_end2end_tests", | |
| 487 "--step-name=angle_end2end_tests", | |
| 488 "--generate-json-file", | |
| 489 "--results-directory=[SLAVE_BUILD]\\gtest-results\\angle_end2end_tests", | |
| 490 "--test-launcher-summary-output", | |
| 491 "/path/to/tmp/json", | |
| 492 "--builder-name=TestBuilder", | |
| 493 "--slave-name=TestSlavename", | |
| 494 "--build-number=571", | |
| 495 "--run-python-script", | |
| 496 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 497 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 498 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 499 "--isolated", | |
| 500 "[dummy hash for angle_end2end_tests]", | |
| 501 "-I", | |
| 502 "https://isolateserver.appspot.com", | |
| 503 "--", | |
| 504 "--use-gpu-in-tests" | |
| 505 ], | |
| 506 "cwd": "[SLAVE_BUILD]", | |
| 507 "name": "angle_end2end_tests" | |
| 508 }, | |
| 509 { | |
| 510 "allow_subannotations": true, | |
| 511 "cmd": [ | |
| 512 "python", | |
| 513 "-u", | |
| 514 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 515 "--target", | |
| 516 "Release", | |
| 517 "--factory-properties", | |
| 518 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 519 "--build-properties", | |
| 520 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 521 "--annotate=gtest", | |
| 522 "--test-type=gles2_conform_d3d9_test", | |
| 523 "--step-name=gles2_conform_d3d9_test", | |
| 524 "--generate-json-file", | |
| 525 "--results-directory=[SLAVE_BUILD]\\gtest-results\\gles2_conform_d3d9_test
", | |
| 526 "--test-launcher-summary-output", | |
| 527 "/path/to/tmp/json", | |
| 528 "--builder-name=TestBuilder", | |
| 529 "--slave-name=TestSlavename", | |
| 530 "--build-number=571", | |
| 531 "--run-python-script", | |
| 532 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 533 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 534 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 535 "--isolated", | |
| 536 "[dummy hash for gles2_conform_test]", | |
| 537 "-I", | |
| 538 "https://isolateserver.appspot.com", | |
| 539 "--", | |
| 540 "--use-gpu-in-tests", | |
| 541 "--use-angle=d3d9" | |
| 542 ], | |
| 543 "cwd": "[SLAVE_BUILD]", | |
| 544 "name": "gles2_conform_d3d9_test" | |
| 545 }, | |
| 546 { | |
| 547 "allow_subannotations": true, | |
| 548 "cmd": [ | |
| 549 "python", | |
| 550 "-u", | |
| 551 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 552 "--target", | |
| 553 "Release", | |
| 554 "--factory-properties", | |
| 555 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 556 "--build-properties", | |
| 557 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 558 "--annotate=gtest", | |
| 559 "--test-type=gles2_conform_gl_test", | |
| 560 "--step-name=gles2_conform_gl_test", | |
| 561 "--generate-json-file", | |
| 562 "--results-directory=[SLAVE_BUILD]\\gtest-results\\gles2_conform_gl_test", | |
| 563 "--test-launcher-summary-output", | |
| 564 "/path/to/tmp/json", | |
| 565 "--builder-name=TestBuilder", | |
| 566 "--slave-name=TestSlavename", | |
| 567 "--build-number=571", | |
| 568 "--run-python-script", | |
| 569 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 570 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 571 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 572 "--isolated", | |
| 573 "[dummy hash for gles2_conform_test]", | |
| 574 "-I", | |
| 575 "https://isolateserver.appspot.com", | |
| 576 "--", | |
| 577 "--use-gpu-in-tests", | |
| 578 "--use-angle=gl", | |
| 579 "--disable-gpu-sandbox" | |
| 580 ], | |
| 581 "cwd": "[SLAVE_BUILD]", | |
| 582 "name": "gles2_conform_gl_test" | |
| 583 }, | |
| 584 { | |
| 585 "cmd": [ | |
| 586 "python", | |
| 587 "-u", | |
| 588 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 589 "--isolated", | |
| 590 "[dummy hash for telemetry_gpu_test]", | |
| 591 "-I", | |
| 592 "https://isolateserver.appspot.com", | |
| 593 "--verbose", | |
| 594 "--", | |
| 595 "maps", | |
| 596 "--show-stdout", | |
| 597 "--browser=release", | |
| 598 "-v", | |
| 599 "--build-revision", | |
| 600 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 601 "--test-machine-name", | |
| 602 "TestBuilder", | |
| 603 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 604 "--isolated-script-test-output", | |
| 605 "/path/to/tmp/json" | |
| 606 ], | |
| 607 "cwd": "[SLAVE_BUILD]", | |
| 608 "name": "maps_pixel_test", | |
| 609 "~followup_annotations": [ | |
| 610 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 611 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 612 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 613 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 614 "@@@STEP_LOG_END@json.output@@@" | |
| 615 ] | |
| 616 }, | |
| 617 { | |
| 618 "cmd": [ | |
| 619 "python", | |
| 620 "-u", | |
| 621 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 622 "--isolated", | |
| 623 "[dummy hash for telemetry_gpu_test]", | |
| 624 "-I", | |
| 625 "https://isolateserver.appspot.com", | |
| 626 "--verbose", | |
| 627 "--", | |
| 628 "pixel", | |
| 629 "--show-stdout", | |
| 630 "--browser=release", | |
| 631 "-v", | |
| 632 "--build-revision", | |
| 633 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 634 "--upload-refimg-to-cloud-storage", | |
| 635 "--refimg-cloud-storage-bucket", | |
| 636 "chromium-gpu-archive/reference-images", | |
| 637 "--os-type", | |
| 638 "win", | |
| 639 "--test-machine-name", | |
| 640 "TestBuilder", | |
| 641 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 642 "--isolated-script-test-output", | |
| 643 "/path/to/tmp/json" | |
| 644 ], | |
| 645 "cwd": "[SLAVE_BUILD]", | |
| 646 "name": "pixel_test", | |
| 647 "~followup_annotations": [ | |
| 648 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 649 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 650 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 651 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 652 "@@@STEP_LOG_END@json.output@@@" | |
| 653 ] | |
| 654 }, | |
| 655 { | |
| 656 "cmd": [ | |
| 657 "python", | |
| 658 "-u", | |
| 659 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 660 "--isolated", | |
| 661 "[dummy hash for telemetry_gpu_test]", | |
| 662 "-I", | |
| 663 "https://isolateserver.appspot.com", | |
| 664 "--verbose", | |
| 665 "--", | |
| 666 "webgl_conformance", | |
| 667 "--show-stdout", | |
| 668 "--browser=release", | |
| 669 "-v", | |
| 670 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 671 "--isolated-script-test-output", | |
| 672 "/path/to/tmp/json" | |
| 673 ], | |
| 674 "cwd": "[SLAVE_BUILD]", | |
| 675 "name": "webgl_conformance_tests", | |
| 676 "~followup_annotations": [ | |
| 677 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 678 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 679 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 680 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 681 "@@@STEP_LOG_END@json.output@@@" | |
| 682 ] | |
| 683 }, | |
| 684 { | |
| 685 "cmd": [ | |
| 686 "python", | |
| 687 "-u", | |
| 688 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 689 "--isolated", | |
| 690 "[dummy hash for telemetry_gpu_test]", | |
| 691 "-I", | |
| 692 "https://isolateserver.appspot.com", | |
| 693 "--verbose", | |
| 694 "--", | |
| 695 "webgl_conformance", | |
| 696 "--show-stdout", | |
| 697 "--browser=release", | |
| 698 "-v", | |
| 699 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use
-angle=d3d9", | |
| 700 "--isolated-script-test-output", | |
| 701 "/path/to/tmp/json" | |
| 702 ], | |
| 703 "cwd": "[SLAVE_BUILD]", | |
| 704 "name": "webgl_conformance_d3d9_tests", | |
| 705 "~followup_annotations": [ | |
| 706 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 707 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 708 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 709 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 710 "@@@STEP_LOG_END@json.output@@@" | |
| 711 ] | |
| 712 }, | |
| 713 { | |
| 714 "cmd": [ | |
| 715 "python", | |
| 716 "-u", | |
| 717 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 718 "--isolated", | |
| 719 "[dummy hash for telemetry_gpu_test]", | |
| 720 "-I", | |
| 721 "https://isolateserver.appspot.com", | |
| 722 "--verbose", | |
| 723 "--", | |
| 724 "webgl_conformance", | |
| 725 "--show-stdout", | |
| 726 "--browser=release", | |
| 727 "-v", | |
| 728 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use
-gpu-in-tests --use-angle=gl --disable-gpu-sandbox", | |
| 729 "--isolated-script-test-output", | |
| 730 "/path/to/tmp/json" | |
| 731 ], | |
| 732 "cwd": "[SLAVE_BUILD]", | |
| 733 "name": "webgl_conformance_gl_tests", | |
| 734 "~followup_annotations": [ | |
| 735 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 736 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 737 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 738 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 739 "@@@STEP_LOG_END@json.output@@@" | |
| 740 ] | |
| 741 }, | |
| 742 { | |
| 743 "cmd": [ | |
| 744 "python", | |
| 745 "-u", | |
| 746 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 747 "--isolated", | |
| 748 "[dummy hash for telemetry_gpu_test]", | |
| 749 "-I", | |
| 750 "https://isolateserver.appspot.com", | |
| 751 "--verbose", | |
| 752 "--", | |
| 753 "webgl_conformance", | |
| 754 "--show-stdout", | |
| 755 "--browser=release", | |
| 756 "-v", | |
| 757 "--webgl-conformance-version=2.0.0", | |
| 758 "--webgl2-only=true", | |
| 759 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 760 "--isolated-script-test-output", | |
| 761 "/path/to/tmp/json" | |
| 762 ], | |
| 763 "cwd": "[SLAVE_BUILD]", | |
| 764 "name": "webgl2_conformance_tests", | |
| 765 "~followup_annotations": [ | |
| 766 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 767 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 768 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 769 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 770 "@@@STEP_LOG_END@json.output@@@" | |
| 771 ] | |
| 772 }, | |
| 773 { | |
| 774 "cmd": [ | |
| 775 "python", | |
| 776 "-u", | |
| 777 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 778 "--isolated", | |
| 779 "[dummy hash for telemetry_gpu_test]", | |
| 780 "-I", | |
| 781 "https://isolateserver.appspot.com", | |
| 782 "--verbose", | |
| 783 "--", | |
| 784 "context_lost", | |
| 785 "--show-stdout", | |
| 786 "--browser=release", | |
| 787 "-v", | |
| 788 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 789 "--isolated-script-test-output", | |
| 790 "/path/to/tmp/json" | |
| 791 ], | |
| 792 "cwd": "[SLAVE_BUILD]", | |
| 793 "name": "context_lost_tests", | |
| 794 "~followup_annotations": [ | |
| 795 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 796 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 797 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 798 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 799 "@@@STEP_LOG_END@json.output@@@" | |
| 800 ] | |
| 801 }, | |
| 802 { | |
| 803 "cmd": [ | |
| 804 "python", | |
| 805 "-u", | |
| 806 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 807 "--isolated", | |
| 808 "[dummy hash for telemetry_gpu_test]", | |
| 809 "-I", | |
| 810 "https://isolateserver.appspot.com", | |
| 811 "--verbose", | |
| 812 "--", | |
| 813 "memory_test", | |
| 814 "--show-stdout", | |
| 815 "--browser=release", | |
| 816 "-v", | |
| 817 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 818 "--isolated-script-test-output", | |
| 819 "/path/to/tmp/json" | |
| 820 ], | |
| 821 "cwd": "[SLAVE_BUILD]", | |
| 822 "name": "memory_test", | |
| 823 "~followup_annotations": [ | |
| 824 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 825 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 826 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 827 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 828 "@@@STEP_LOG_END@json.output@@@" | |
| 829 ] | |
| 830 }, | |
| 831 { | |
| 832 "cmd": [ | |
| 833 "python", | |
| 834 "-u", | |
| 835 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 836 "--isolated", | |
| 837 "[dummy hash for telemetry_gpu_test]", | |
| 838 "-I", | |
| 839 "https://isolateserver.appspot.com", | |
| 840 "--verbose", | |
| 841 "--", | |
| 842 "trace_test", | |
| 843 "--show-stdout", | |
| 844 "--browser=release", | |
| 845 "-v", | |
| 846 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 847 "--isolated-script-test-output", | |
| 848 "/path/to/tmp/json" | |
| 849 ], | |
| 850 "cwd": "[SLAVE_BUILD]", | |
| 851 "name": "trace_test", | |
| 852 "~followup_annotations": [ | |
| 853 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 854 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 855 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 856 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 857 "@@@STEP_LOG_END@json.output@@@" | |
| 858 ] | |
| 859 }, | |
| 860 { | |
| 861 "cmd": [ | |
| 862 "python", | |
| 863 "-u", | |
| 864 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 865 "--isolated", | |
| 866 "[dummy hash for telemetry_gpu_test]", | |
| 867 "-I", | |
| 868 "https://isolateserver.appspot.com", | |
| 869 "--verbose", | |
| 870 "--", | |
| 871 "screenshot_sync", | |
| 872 "--show-stdout", | |
| 873 "--browser=release", | |
| 874 "-v", | |
| 875 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 876 "--isolated-script-test-output", | |
| 877 "/path/to/tmp/json" | |
| 878 ], | |
| 879 "cwd": "[SLAVE_BUILD]", | |
| 880 "name": "screenshot_sync_tests", | |
| 881 "~followup_annotations": [ | |
| 882 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 883 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 884 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 885 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 886 "@@@STEP_LOG_END@json.output@@@" | |
| 887 ] | |
| 888 }, | |
| 889 { | |
| 890 "cmd": [ | |
| 891 "python", | |
| 892 "-u", | |
| 893 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 894 "--isolated", | |
| 895 "[dummy hash for telemetry_gpu_test]", | |
| 896 "-I", | |
| 897 "https://isolateserver.appspot.com", | |
| 898 "--verbose", | |
| 899 "--", | |
| 900 "hardware_accelerated_feature", | |
| 901 "--show-stdout", | |
| 902 "--browser=release", | |
| 903 "-v", | |
| 904 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 905 "--isolated-script-test-output", | |
| 906 "/path/to/tmp/json" | |
| 907 ], | |
| 908 "cwd": "[SLAVE_BUILD]", | |
| 909 "name": "hardware_accelerated_feature_tests", | |
| 910 "~followup_annotations": [ | |
| 911 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 912 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 913 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 914 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 915 "@@@STEP_LOG_END@json.output@@@" | |
| 916 ] | |
| 917 }, | |
| 918 { | |
| 919 "cmd": [ | |
| 920 "python", | |
| 921 "-u", | |
| 922 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 923 "--isolated", | |
| 924 "[dummy hash for telemetry_gpu_test]", | |
| 925 "-I", | |
| 926 "https://isolateserver.appspot.com", | |
| 927 "--verbose", | |
| 928 "--", | |
| 929 "gpu_process", | |
| 930 "--show-stdout", | |
| 931 "--browser=release", | |
| 932 "-v", | |
| 933 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 934 "--isolated-script-test-output", | |
| 935 "/path/to/tmp/json" | |
| 936 ], | |
| 937 "cwd": "[SLAVE_BUILD]", | |
| 938 "name": "gpu_process_launch_tests", | |
| 939 "~followup_annotations": [ | |
| 940 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 941 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 942 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 943 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 944 "@@@STEP_LOG_END@json.output@@@" | |
| 945 ] | |
| 946 }, | |
| 947 { | |
| 948 "cmd": [ | |
| 949 "python", | |
| 950 "-u", | |
| 951 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 952 "--isolated", | |
| 953 "[dummy hash for telemetry_gpu_test]", | |
| 954 "-I", | |
| 955 "https://isolateserver.appspot.com", | |
| 956 "--verbose", | |
| 957 "--", | |
| 958 "gpu_rasterization", | |
| 959 "--show-stdout", | |
| 960 "--browser=release", | |
| 961 "-v", | |
| 962 "--build-revision", | |
| 963 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 964 "--test-machine-name", | |
| 965 "TestBuilder", | |
| 966 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 967 "--isolated-script-test-output", | |
| 968 "/path/to/tmp/json" | |
| 969 ], | |
| 970 "cwd": "[SLAVE_BUILD]", | |
| 971 "name": "gpu_rasterization_tests", | |
| 972 "~followup_annotations": [ | |
| 973 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 974 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 975 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 976 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 977 "@@@STEP_LOG_END@json.output@@@" | |
| 978 ] | |
| 979 }, | |
| 980 { | |
| 981 "allow_subannotations": true, | |
| 982 "cmd": [ | |
| 983 "python", | |
| 984 "-u", | |
| 985 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 986 "--target", | |
| 987 "Release", | |
| 988 "--factory-properties", | |
| 989 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 990 "--build-properties", | |
| 991 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 992 "--annotate=gtest", | |
| 993 "--test-type=tab_capture_end2end_tests", | |
| 994 "--step-name=tab_capture_end2end_tests", | |
| 995 "--generate-json-file", | |
| 996 "--results-directory=[SLAVE_BUILD]\\gtest-results\\tab_capture_end2end_tes
ts", | |
| 997 "--test-launcher-summary-output", | |
| 998 "/path/to/tmp/json", | |
| 999 "--builder-name=TestBuilder", | |
| 1000 "--slave-name=TestSlavename", | |
| 1001 "--build-number=571", | |
| 1002 "--run-python-script", | |
| 1003 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 1004 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 1005 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 1006 "--isolated", | |
| 1007 "[dummy hash for tab_capture_end2end_tests]", | |
| 1008 "-I", | |
| 1009 "https://isolateserver.appspot.com", | |
| 1010 "--" | |
| 1011 ], | |
| 1012 "cwd": "[SLAVE_BUILD]", | |
| 1013 "name": "tab_capture_end2end_tests" | |
| 1014 }, | |
| 1015 { | |
| 1016 "allow_subannotations": true, | |
| 1017 "cmd": [ | |
| 1018 "python", | |
| 1019 "-u", | |
| 1020 "[BUILD]\\scripts\\slave\\runtest.py", | |
| 1021 "--target", | |
| 1022 "Release", | |
| 1023 "--factory-properties", | |
| 1024 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 1025 "--build-properties", | |
| 1026 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Release\", \"buildername\": \"Test
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"project
\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-mirror
.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"Te
stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 1027 "--annotate=gtest", | |
| 1028 "--test-type=gpu_unittests", | |
| 1029 "--step-name=gpu_unittests", | |
| 1030 "--generate-json-file", | |
| 1031 "--results-directory=[SLAVE_BUILD]\\gtest-results\\gpu_unittests", | |
| 1032 "--test-launcher-summary-output", | |
| 1033 "/path/to/tmp/json", | |
| 1034 "--builder-name=TestBuilder", | |
| 1035 "--slave-name=TestSlavename", | |
| 1036 "--build-number=571", | |
| 1037 "--run-python-script", | |
| 1038 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 1039 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 1040 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | |
| 1041 "--isolated", | |
| 1042 "[dummy hash for gpu_unittests]", | |
| 1043 "-I", | |
| 1044 "https://isolateserver.appspot.com", | |
| 1045 "--" | |
| 1046 ], | |
| 1047 "cwd": "[SLAVE_BUILD]", | |
| 1048 "name": "gpu_unittests" | |
| 1049 }, | |
| 1050 { | |
| 1051 "name": "$result", | |
| 1052 "recipe_result": null, | |
| 1053 "status_code": 0 | |
| 1054 } | |
| 1055 ] | |
| OLD | NEW |