| 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 "--output_json", | |
| 31 "/path/to/tmp/json", | |
| 32 "--revision", | |
| 33 "src@HEAD", | |
| 34 "--revision", | |
| 35 "src/third_party/WebKit@HEAD", | |
| 36 "--force", | |
| 37 "--output_manifest" | |
| 38 ], | |
| 39 "cwd": "[SLAVE_BUILD]", | |
| 40 "env": { | |
| 41 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | |
| 42 }, | |
| 43 "name": "bot_update", | |
| 44 "~followup_annotations": [ | |
| 45 "@@@STEP_TEXT@Some step text@@@", | |
| 46 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | |
| 50 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit\": \"HEAD\"@@@"
, | |
| 51 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 52 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 53 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 54 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 55 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 56 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 57 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
| 58 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
| 59 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
| 60 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 61 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
| 62 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
| 63 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
| 64 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 65 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
| 66 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
| 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
| 68 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 69 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
| 70 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
| 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
| 72 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 73 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
| 74 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
| 75 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
| 76 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 77 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 78 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 79 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 80 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 81 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
| 82 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
| 83 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
| 84 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
| 85 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 86 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
| 87 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
| 88 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
| 89 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
| 90 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
| 91 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
| 92 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
| 93 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 94 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 95 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 96 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 97 "@@@STEP_LOG_END@json.output@@@", | |
| 98 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", | |
| 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", | |
| 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", | |
| 101 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
| 102 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | |
| 103 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | |
| 104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | |
| 105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | |
| 106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | |
| 107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | |
| 108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | |
| 109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | |
| 110 ] | |
| 111 }, | |
| 112 { | |
| 113 "cmd": [ | |
| 114 "python", | |
| 115 "-u", | |
| 116 "[DEPOT_TOOLS]/gclient.py", | |
| 117 "runhooks" | |
| 118 ], | |
| 119 "cwd": "[SLAVE_BUILD]", | |
| 120 "env": { | |
| 121 "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" | |
| 122 }, | |
| 123 "name": "gclient runhooks" | |
| 124 }, | |
| 125 { | |
| 126 "cmd": [ | |
| 127 "python", | |
| 128 "-u", | |
| 129 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | |
| 130 "--build-dir", | |
| 131 "[SLAVE_BUILD]/src/out/Debug", | |
| 132 "--clean-isolated-files" | |
| 133 ], | |
| 134 "cwd": "[SLAVE_BUILD]", | |
| 135 "name": "clean isolated files" | |
| 136 }, | |
| 137 { | |
| 138 "cmd": [ | |
| 139 "python", | |
| 140 "-u", | |
| 141 "[BUILD]/scripts/slave/compile.py", | |
| 142 "--target", | |
| 143 "Debug", | |
| 144 "--src-dir", | |
| 145 "[SLAVE_BUILD]/src", | |
| 146 "--build-tool", | |
| 147 "ninja", | |
| 148 "--compiler", | |
| 149 "goma", | |
| 150 "--goma-jsonstatus", | |
| 151 "/path/to/tmp/json", | |
| 152 "--goma-dir", | |
| 153 "[BUILD]/goma", | |
| 154 "--", | |
| 155 "angle_unittests_run", | |
| 156 "content_gl_tests_run", | |
| 157 "gl_tests_run", | |
| 158 "gl_unittests_run", | |
| 159 "gpu_unittests_run", | |
| 160 "tab_capture_end2end_tests_run", | |
| 161 "telemetry_gpu_test_run" | |
| 162 ], | |
| 163 "cwd": "[SLAVE_BUILD]", | |
| 164 "name": "compile", | |
| 165 "~followup_annotations": [ | |
| 166 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 167 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 168 ] | |
| 169 }, | |
| 170 { | |
| 171 "cmd": [ | |
| 172 "python", | |
| 173 "-u", | |
| 174 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
| 175 "[SLAVE_BUILD]/src/tools/swarming_client", | |
| 176 "batcharchive", | |
| 177 "--dump-json", | |
| 178 "/path/to/tmp/json", | |
| 179 "--isolate-server", | |
| 180 "https://isolateserver.appspot.com", | |
| 181 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | |
| 182 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | |
| 183 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | |
| 184 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json", | |
| 185 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", | |
| 186 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", | |
| 187 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" | |
| 188 ], | |
| 189 "cwd": "[SLAVE_BUILD]", | |
| 190 "name": "isolate tests", | |
| 191 "~followup_annotations": [ | |
| 192 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 193 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | |
| 194 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | |
| 195 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | |
| 196 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", | |
| 197 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | |
| 198 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | |
| 199 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | |
| 200 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 201 "@@@STEP_LOG_END@json.output@@@", | |
| 202 "@@@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]\"}@@@" | |
| 203 ] | |
| 204 }, | |
| 205 { | |
| 206 "cmd": [ | |
| 207 "killall", | |
| 208 "-9", | |
| 209 "gnome-keyring-daemon" | |
| 210 ], | |
| 211 "cwd": "[SLAVE_BUILD]", | |
| 212 "name": "killall gnome-keyring-daemon" | |
| 213 }, | |
| 214 { | |
| 215 "allow_subannotations": true, | |
| 216 "cmd": [ | |
| 217 "python", | |
| 218 "-u", | |
| 219 "[BUILD]/scripts/slave/runtest.py", | |
| 220 "--target", | |
| 221 "Debug", | |
| 222 "--no-xvfb", | |
| 223 "--factory-properties", | |
| 224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"webkit\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn:/
/svn-mirror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slaven
ame\": \"TestSlavename\", \"top_of_tree_blink\": true, \"workdir\": \"/path/to/w
orkdir/TestSlavename\"}", | |
| 225 "--build-properties", | |
| 226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"webkit\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn:/
/svn-mirror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slaven
ame\": \"TestSlavename\", \"top_of_tree_blink\": true, \"workdir\": \"/path/to/w
orkdir/TestSlavename\"}", | |
| 227 "--annotate=gtest", | |
| 228 "--test-type=content_gl_tests", | |
| 229 "--step-name=content_gl_tests", | |
| 230 "--generate-json-file", | |
| 231 "--results-directory=[SLAVE_BUILD]/gtest-results/content_gl_tests", | |
| 232 "--test-launcher-summary-output", | |
| 233 "/path/to/tmp/json", | |
| 234 "--builder-name=TestBuilder", | |
| 235 "--slave-name=TestSlavename", | |
| 236 "--build-number=571", | |
| 237 "--run-python-script", | |
| 238 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 239 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 240 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 241 "--isolated", | |
| 242 "[dummy hash for content_gl_tests]", | |
| 243 "-I", | |
| 244 "https://isolateserver.appspot.com", | |
| 245 "--", | |
| 246 "--use-gpu-in-tests" | |
| 247 ], | |
| 248 "cwd": "[SLAVE_BUILD]", | |
| 249 "name": "content_gl_tests" | |
| 250 }, | |
| 251 { | |
| 252 "allow_subannotations": true, | |
| 253 "cmd": [ | |
| 254 "python", | |
| 255 "-u", | |
| 256 "[BUILD]/scripts/slave/runtest.py", | |
| 257 "--target", | |
| 258 "Debug", | |
| 259 "--no-xvfb", | |
| 260 "--factory-properties", | |
| 261 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"webkit\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn:/
/svn-mirror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slaven
ame\": \"TestSlavename\", \"top_of_tree_blink\": true, \"workdir\": \"/path/to/w
orkdir/TestSlavename\"}", | |
| 262 "--build-properties", | |
| 263 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"webkit\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn:/
/svn-mirror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slaven
ame\": \"TestSlavename\", \"top_of_tree_blink\": true, \"workdir\": \"/path/to/w
orkdir/TestSlavename\"}", | |
| 264 "--annotate=gtest", | |
| 265 "--test-type=gl_tests", | |
| 266 "--step-name=gl_tests", | |
| 267 "--generate-json-file", | |
| 268 "--results-directory=[SLAVE_BUILD]/gtest-results/gl_tests", | |
| 269 "--test-launcher-summary-output", | |
| 270 "/path/to/tmp/json", | |
| 271 "--builder-name=TestBuilder", | |
| 272 "--slave-name=TestSlavename", | |
| 273 "--build-number=571", | |
| 274 "--run-python-script", | |
| 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 276 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 277 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 278 "--isolated", | |
| 279 "[dummy hash for gl_tests]", | |
| 280 "-I", | |
| 281 "https://isolateserver.appspot.com", | |
| 282 "--", | |
| 283 "--use-gpu-in-tests" | |
| 284 ], | |
| 285 "cwd": "[SLAVE_BUILD]", | |
| 286 "name": "gl_tests" | |
| 287 }, | |
| 288 { | |
| 289 "allow_subannotations": true, | |
| 290 "cmd": [ | |
| 291 "python", | |
| 292 "-u", | |
| 293 "[BUILD]/scripts/slave/runtest.py", | |
| 294 "--target", | |
| 295 "Debug", | |
| 296 "--no-xvfb", | |
| 297 "--factory-properties", | |
| 298 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"webkit\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn:/
/svn-mirror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slaven
ame\": \"TestSlavename\", \"top_of_tree_blink\": true, \"workdir\": \"/path/to/w
orkdir/TestSlavename\"}", | |
| 299 "--build-properties", | |
| 300 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"webkit\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn:/
/svn-mirror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slaven
ame\": \"TestSlavename\", \"top_of_tree_blink\": true, \"workdir\": \"/path/to/w
orkdir/TestSlavename\"}", | |
| 301 "--annotate=gtest", | |
| 302 "--test-type=angle_unittests", | |
| 303 "--step-name=angle_unittests", | |
| 304 "--generate-json-file", | |
| 305 "--results-directory=[SLAVE_BUILD]/gtest-results/angle_unittests", | |
| 306 "--test-launcher-summary-output", | |
| 307 "/path/to/tmp/json", | |
| 308 "--builder-name=TestBuilder", | |
| 309 "--slave-name=TestSlavename", | |
| 310 "--build-number=571", | |
| 311 "--run-python-script", | |
| 312 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 313 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 314 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 315 "--isolated", | |
| 316 "[dummy hash for angle_unittests]", | |
| 317 "-I", | |
| 318 "https://isolateserver.appspot.com", | |
| 319 "--", | |
| 320 "--use-gpu-in-tests" | |
| 321 ], | |
| 322 "cwd": "[SLAVE_BUILD]", | |
| 323 "name": "angle_unittests" | |
| 324 }, | |
| 325 { | |
| 326 "allow_subannotations": true, | |
| 327 "cmd": [ | |
| 328 "python", | |
| 329 "-u", | |
| 330 "[BUILD]/scripts/slave/runtest.py", | |
| 331 "--target", | |
| 332 "Debug", | |
| 333 "--no-xvfb", | |
| 334 "--factory-properties", | |
| 335 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"webkit\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn:/
/svn-mirror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slaven
ame\": \"TestSlavename\", \"top_of_tree_blink\": true, \"workdir\": \"/path/to/w
orkdir/TestSlavename\"}", | |
| 336 "--build-properties", | |
| 337 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"webkit\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn:/
/svn-mirror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slaven
ame\": \"TestSlavename\", \"top_of_tree_blink\": true, \"workdir\": \"/path/to/w
orkdir/TestSlavename\"}", | |
| 338 "--annotate=gtest", | |
| 339 "--test-type=gl_unittests", | |
| 340 "--step-name=gl_unittests", | |
| 341 "--generate-json-file", | |
| 342 "--results-directory=[SLAVE_BUILD]/gtest-results/gl_unittests", | |
| 343 "--test-launcher-summary-output", | |
| 344 "/path/to/tmp/json", | |
| 345 "--builder-name=TestBuilder", | |
| 346 "--slave-name=TestSlavename", | |
| 347 "--build-number=571", | |
| 348 "--run-python-script", | |
| 349 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 350 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 351 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 352 "--isolated", | |
| 353 "[dummy hash for gl_unittests]", | |
| 354 "-I", | |
| 355 "https://isolateserver.appspot.com", | |
| 356 "--", | |
| 357 "--use-gpu-in-tests" | |
| 358 ], | |
| 359 "cwd": "[SLAVE_BUILD]", | |
| 360 "name": "gl_unittests" | |
| 361 }, | |
| 362 { | |
| 363 "cmd": [ | |
| 364 "python", | |
| 365 "-u", | |
| 366 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 367 "--isolated", | |
| 368 "[dummy hash for telemetry_gpu_test]", | |
| 369 "-I", | |
| 370 "https://isolateserver.appspot.com", | |
| 371 "--verbose", | |
| 372 "--", | |
| 373 "maps", | |
| 374 "--show-stdout", | |
| 375 "--browser=debug", | |
| 376 "-v", | |
| 377 "--build-revision", | |
| 378 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 379 "--test-machine-name", | |
| 380 "TestBuilder", | |
| 381 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 382 "--isolated-script-test-output", | |
| 383 "/path/to/tmp/json" | |
| 384 ], | |
| 385 "cwd": "[SLAVE_BUILD]", | |
| 386 "name": "maps_pixel_test", | |
| 387 "~followup_annotations": [ | |
| 388 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 389 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 390 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 391 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 392 "@@@STEP_LOG_END@json.output@@@" | |
| 393 ] | |
| 394 }, | |
| 395 { | |
| 396 "cmd": [ | |
| 397 "python", | |
| 398 "-u", | |
| 399 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 400 "--isolated", | |
| 401 "[dummy hash for telemetry_gpu_test]", | |
| 402 "-I", | |
| 403 "https://isolateserver.appspot.com", | |
| 404 "--verbose", | |
| 405 "--", | |
| 406 "pixel", | |
| 407 "--show-stdout", | |
| 408 "--browser=debug", | |
| 409 "-v", | |
| 410 "--build-revision", | |
| 411 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 412 "--upload-refimg-to-cloud-storage", | |
| 413 "--refimg-cloud-storage-bucket", | |
| 414 "chromium-gpu-archive/reference-images", | |
| 415 "--os-type", | |
| 416 "linux", | |
| 417 "--test-machine-name", | |
| 418 "TestBuilder", | |
| 419 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 420 "--isolated-script-test-output", | |
| 421 "/path/to/tmp/json" | |
| 422 ], | |
| 423 "cwd": "[SLAVE_BUILD]", | |
| 424 "name": "pixel_test", | |
| 425 "~followup_annotations": [ | |
| 426 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 427 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 428 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 429 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 430 "@@@STEP_LOG_END@json.output@@@" | |
| 431 ] | |
| 432 }, | |
| 433 { | |
| 434 "cmd": [ | |
| 435 "python", | |
| 436 "-u", | |
| 437 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 438 "--isolated", | |
| 439 "[dummy hash for telemetry_gpu_test]", | |
| 440 "-I", | |
| 441 "https://isolateserver.appspot.com", | |
| 442 "--verbose", | |
| 443 "--", | |
| 444 "webgl_conformance", | |
| 445 "--show-stdout", | |
| 446 "--browser=debug", | |
| 447 "-v", | |
| 448 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 449 "--isolated-script-test-output", | |
| 450 "/path/to/tmp/json" | |
| 451 ], | |
| 452 "cwd": "[SLAVE_BUILD]", | |
| 453 "name": "webgl_conformance_tests", | |
| 454 "~followup_annotations": [ | |
| 455 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 456 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 457 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 458 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 459 "@@@STEP_LOG_END@json.output@@@" | |
| 460 ] | |
| 461 }, | |
| 462 { | |
| 463 "cmd": [ | |
| 464 "python", | |
| 465 "-u", | |
| 466 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 467 "--isolated", | |
| 468 "[dummy hash for telemetry_gpu_test]", | |
| 469 "-I", | |
| 470 "https://isolateserver.appspot.com", | |
| 471 "--verbose", | |
| 472 "--", | |
| 473 "context_lost", | |
| 474 "--show-stdout", | |
| 475 "--browser=debug", | |
| 476 "-v", | |
| 477 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 478 "--isolated-script-test-output", | |
| 479 "/path/to/tmp/json" | |
| 480 ], | |
| 481 "cwd": "[SLAVE_BUILD]", | |
| 482 "name": "context_lost_tests", | |
| 483 "~followup_annotations": [ | |
| 484 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 485 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 486 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 487 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 488 "@@@STEP_LOG_END@json.output@@@" | |
| 489 ] | |
| 490 }, | |
| 491 { | |
| 492 "cmd": [ | |
| 493 "python", | |
| 494 "-u", | |
| 495 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 496 "--isolated", | |
| 497 "[dummy hash for telemetry_gpu_test]", | |
| 498 "-I", | |
| 499 "https://isolateserver.appspot.com", | |
| 500 "--verbose", | |
| 501 "--", | |
| 502 "memory_test", | |
| 503 "--show-stdout", | |
| 504 "--browser=debug", | |
| 505 "-v", | |
| 506 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 507 "--isolated-script-test-output", | |
| 508 "/path/to/tmp/json" | |
| 509 ], | |
| 510 "cwd": "[SLAVE_BUILD]", | |
| 511 "name": "memory_test", | |
| 512 "~followup_annotations": [ | |
| 513 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 514 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 515 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 516 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 517 "@@@STEP_LOG_END@json.output@@@" | |
| 518 ] | |
| 519 }, | |
| 520 { | |
| 521 "cmd": [ | |
| 522 "python", | |
| 523 "-u", | |
| 524 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 525 "--isolated", | |
| 526 "[dummy hash for telemetry_gpu_test]", | |
| 527 "-I", | |
| 528 "https://isolateserver.appspot.com", | |
| 529 "--verbose", | |
| 530 "--", | |
| 531 "trace_test", | |
| 532 "--show-stdout", | |
| 533 "--browser=debug", | |
| 534 "-v", | |
| 535 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 536 "--isolated-script-test-output", | |
| 537 "/path/to/tmp/json" | |
| 538 ], | |
| 539 "cwd": "[SLAVE_BUILD]", | |
| 540 "name": "trace_test", | |
| 541 "~followup_annotations": [ | |
| 542 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 543 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 544 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 545 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 546 "@@@STEP_LOG_END@json.output@@@" | |
| 547 ] | |
| 548 }, | |
| 549 { | |
| 550 "cmd": [ | |
| 551 "python", | |
| 552 "-u", | |
| 553 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 554 "--isolated", | |
| 555 "[dummy hash for telemetry_gpu_test]", | |
| 556 "-I", | |
| 557 "https://isolateserver.appspot.com", | |
| 558 "--verbose", | |
| 559 "--", | |
| 560 "screenshot_sync", | |
| 561 "--show-stdout", | |
| 562 "--browser=debug", | |
| 563 "-v", | |
| 564 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 565 "--isolated-script-test-output", | |
| 566 "/path/to/tmp/json" | |
| 567 ], | |
| 568 "cwd": "[SLAVE_BUILD]", | |
| 569 "name": "screenshot_sync_tests", | |
| 570 "~followup_annotations": [ | |
| 571 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 572 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 573 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 574 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 575 "@@@STEP_LOG_END@json.output@@@" | |
| 576 ] | |
| 577 }, | |
| 578 { | |
| 579 "cmd": [ | |
| 580 "python", | |
| 581 "-u", | |
| 582 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 583 "--isolated", | |
| 584 "[dummy hash for telemetry_gpu_test]", | |
| 585 "-I", | |
| 586 "https://isolateserver.appspot.com", | |
| 587 "--verbose", | |
| 588 "--", | |
| 589 "hardware_accelerated_feature", | |
| 590 "--show-stdout", | |
| 591 "--browser=debug", | |
| 592 "-v", | |
| 593 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 594 "--isolated-script-test-output", | |
| 595 "/path/to/tmp/json" | |
| 596 ], | |
| 597 "cwd": "[SLAVE_BUILD]", | |
| 598 "name": "hardware_accelerated_feature_tests", | |
| 599 "~followup_annotations": [ | |
| 600 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 601 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 602 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 603 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 604 "@@@STEP_LOG_END@json.output@@@" | |
| 605 ] | |
| 606 }, | |
| 607 { | |
| 608 "cmd": [ | |
| 609 "python", | |
| 610 "-u", | |
| 611 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 612 "--isolated", | |
| 613 "[dummy hash for telemetry_gpu_test]", | |
| 614 "-I", | |
| 615 "https://isolateserver.appspot.com", | |
| 616 "--verbose", | |
| 617 "--", | |
| 618 "gpu_process", | |
| 619 "--show-stdout", | |
| 620 "--browser=debug", | |
| 621 "-v", | |
| 622 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 623 "--isolated-script-test-output", | |
| 624 "/path/to/tmp/json" | |
| 625 ], | |
| 626 "cwd": "[SLAVE_BUILD]", | |
| 627 "name": "gpu_process_launch_tests", | |
| 628 "~followup_annotations": [ | |
| 629 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 630 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 631 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 632 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 633 "@@@STEP_LOG_END@json.output@@@" | |
| 634 ] | |
| 635 }, | |
| 636 { | |
| 637 "cmd": [ | |
| 638 "python", | |
| 639 "-u", | |
| 640 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 641 "--isolated", | |
| 642 "[dummy hash for telemetry_gpu_test]", | |
| 643 "-I", | |
| 644 "https://isolateserver.appspot.com", | |
| 645 "--verbose", | |
| 646 "--", | |
| 647 "gpu_rasterization", | |
| 648 "--show-stdout", | |
| 649 "--browser=debug", | |
| 650 "-v", | |
| 651 "--build-revision", | |
| 652 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 653 "--test-machine-name", | |
| 654 "TestBuilder", | |
| 655 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 656 "--isolated-script-test-output", | |
| 657 "/path/to/tmp/json" | |
| 658 ], | |
| 659 "cwd": "[SLAVE_BUILD]", | |
| 660 "name": "gpu_rasterization_tests", | |
| 661 "~followup_annotations": [ | |
| 662 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 663 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 664 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 665 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 666 "@@@STEP_LOG_END@json.output@@@" | |
| 667 ] | |
| 668 }, | |
| 669 { | |
| 670 "name": "$result", | |
| 671 "recipe_result": null, | |
| 672 "status_code": 0 | |
| 673 } | |
| 674 ] | |
| OLD | NEW |