| 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@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 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" | |
| 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/Debug", | |
| 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 "Debug", | |
| 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 ], | |
| 160 "cwd": "[SLAVE_BUILD]", | |
| 161 "name": "compile", | |
| 162 "~followup_annotations": [ | |
| 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 164 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 165 ] | |
| 166 }, | |
| 167 { | |
| 168 "cmd": [ | |
| 169 "python", | |
| 170 "-u", | |
| 171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
| 172 "[SLAVE_BUILD]/src/tools/swarming_client", | |
| 173 "batcharchive", | |
| 174 "--dump-json", | |
| 175 "/path/to/tmp/json", | |
| 176 "--isolate-server", | |
| 177 "https://isolateserver.appspot.com", | |
| 178 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | |
| 179 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | |
| 180 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | |
| 181 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json", | |
| 182 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", | |
| 183 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", | |
| 184 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" | |
| 185 ], | |
| 186 "cwd": "[SLAVE_BUILD]", | |
| 187 "name": "isolate tests", | |
| 188 "~followup_annotations": [ | |
| 189 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 190 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | |
| 191 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | |
| 192 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | |
| 193 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", | |
| 194 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | |
| 195 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | |
| 196 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | |
| 197 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 198 "@@@STEP_LOG_END@json.output@@@", | |
| 199 "@@@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]\"}@@@" | |
| 200 ] | |
| 201 }, | |
| 202 { | |
| 203 "cmd": [ | |
| 204 "killall", | |
| 205 "-9", | |
| 206 "gnome-keyring-daemon" | |
| 207 ], | |
| 208 "cwd": "[SLAVE_BUILD]", | |
| 209 "name": "killall gnome-keyring-daemon" | |
| 210 }, | |
| 211 { | |
| 212 "allow_subannotations": true, | |
| 213 "cmd": [ | |
| 214 "python", | |
| 215 "-u", | |
| 216 "[BUILD]/scripts/slave/runtest.py", | |
| 217 "--target", | |
| 218 "Debug", | |
| 219 "--no-xvfb", | |
| 220 "--factory-properties", | |
| 221 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-m
irror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 222 "--build-properties", | |
| 223 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-m
irror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 224 "--annotate=gtest", | |
| 225 "--test-type=content_gl_tests", | |
| 226 "--step-name=content_gl_tests", | |
| 227 "--generate-json-file", | |
| 228 "--results-directory=[SLAVE_BUILD]/gtest-results/content_gl_tests", | |
| 229 "--test-launcher-summary-output", | |
| 230 "/path/to/tmp/json", | |
| 231 "--builder-name=TestBuilder", | |
| 232 "--slave-name=TestSlavename", | |
| 233 "--build-number=571", | |
| 234 "--run-python-script", | |
| 235 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 236 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 237 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 238 "--isolated", | |
| 239 "[dummy hash for content_gl_tests]", | |
| 240 "-I", | |
| 241 "https://isolateserver.appspot.com", | |
| 242 "--", | |
| 243 "--use-gpu-in-tests" | |
| 244 ], | |
| 245 "cwd": "[SLAVE_BUILD]", | |
| 246 "name": "content_gl_tests" | |
| 247 }, | |
| 248 { | |
| 249 "allow_subannotations": true, | |
| 250 "cmd": [ | |
| 251 "python", | |
| 252 "-u", | |
| 253 "[BUILD]/scripts/slave/runtest.py", | |
| 254 "--target", | |
| 255 "Debug", | |
| 256 "--no-xvfb", | |
| 257 "--factory-properties", | |
| 258 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-m
irror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 259 "--build-properties", | |
| 260 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-m
irror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 261 "--annotate=gtest", | |
| 262 "--test-type=gl_tests", | |
| 263 "--step-name=gl_tests", | |
| 264 "--generate-json-file", | |
| 265 "--results-directory=[SLAVE_BUILD]/gtest-results/gl_tests", | |
| 266 "--test-launcher-summary-output", | |
| 267 "/path/to/tmp/json", | |
| 268 "--builder-name=TestBuilder", | |
| 269 "--slave-name=TestSlavename", | |
| 270 "--build-number=571", | |
| 271 "--run-python-script", | |
| 272 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 273 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 274 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 275 "--isolated", | |
| 276 "[dummy hash for gl_tests]", | |
| 277 "-I", | |
| 278 "https://isolateserver.appspot.com", | |
| 279 "--", | |
| 280 "--use-gpu-in-tests" | |
| 281 ], | |
| 282 "cwd": "[SLAVE_BUILD]", | |
| 283 "name": "gl_tests" | |
| 284 }, | |
| 285 { | |
| 286 "allow_subannotations": true, | |
| 287 "cmd": [ | |
| 288 "python", | |
| 289 "-u", | |
| 290 "[BUILD]/scripts/slave/runtest.py", | |
| 291 "--target", | |
| 292 "Debug", | |
| 293 "--no-xvfb", | |
| 294 "--factory-properties", | |
| 295 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-m
irror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 296 "--build-properties", | |
| 297 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-m
irror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 298 "--annotate=gtest", | |
| 299 "--test-type=angle_unittests", | |
| 300 "--step-name=angle_unittests", | |
| 301 "--generate-json-file", | |
| 302 "--results-directory=[SLAVE_BUILD]/gtest-results/angle_unittests", | |
| 303 "--test-launcher-summary-output", | |
| 304 "/path/to/tmp/json", | |
| 305 "--builder-name=TestBuilder", | |
| 306 "--slave-name=TestSlavename", | |
| 307 "--build-number=571", | |
| 308 "--run-python-script", | |
| 309 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 310 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 311 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 312 "--isolated", | |
| 313 "[dummy hash for angle_unittests]", | |
| 314 "-I", | |
| 315 "https://isolateserver.appspot.com", | |
| 316 "--", | |
| 317 "--use-gpu-in-tests" | |
| 318 ], | |
| 319 "cwd": "[SLAVE_BUILD]", | |
| 320 "name": "angle_unittests" | |
| 321 }, | |
| 322 { | |
| 323 "allow_subannotations": true, | |
| 324 "cmd": [ | |
| 325 "python", | |
| 326 "-u", | |
| 327 "[BUILD]/scripts/slave/runtest.py", | |
| 328 "--target", | |
| 329 "Debug", | |
| 330 "--no-xvfb", | |
| 331 "--factory-properties", | |
| 332 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-m
irror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 333 "--build-properties", | |
| 334 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"build_config\": \"Debug\", \"buildername\": \"TestBu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"pr
oject\": \"\", \"recipe\": \"gpu/build_and_test\", \"repository\": \"svn://svn-m
irror.golo.chromium.org/chrome/trunk\", \"revision\": \"204787\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 335 "--annotate=gtest", | |
| 336 "--test-type=gl_unittests", | |
| 337 "--step-name=gl_unittests", | |
| 338 "--generate-json-file", | |
| 339 "--results-directory=[SLAVE_BUILD]/gtest-results/gl_unittests", | |
| 340 "--test-launcher-summary-output", | |
| 341 "/path/to/tmp/json", | |
| 342 "--builder-name=TestBuilder", | |
| 343 "--slave-name=TestSlavename", | |
| 344 "--build-number=571", | |
| 345 "--run-python-script", | |
| 346 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 347 "--webkit-revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 348 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 349 "--isolated", | |
| 350 "[dummy hash for gl_unittests]", | |
| 351 "-I", | |
| 352 "https://isolateserver.appspot.com", | |
| 353 "--", | |
| 354 "--use-gpu-in-tests" | |
| 355 ], | |
| 356 "cwd": "[SLAVE_BUILD]", | |
| 357 "name": "gl_unittests" | |
| 358 }, | |
| 359 { | |
| 360 "cmd": [ | |
| 361 "python", | |
| 362 "-u", | |
| 363 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 364 "--isolated", | |
| 365 "[dummy hash for telemetry_gpu_test]", | |
| 366 "-I", | |
| 367 "https://isolateserver.appspot.com", | |
| 368 "--verbose", | |
| 369 "--", | |
| 370 "maps", | |
| 371 "--show-stdout", | |
| 372 "--browser=debug", | |
| 373 "-v", | |
| 374 "--build-revision", | |
| 375 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 376 "--test-machine-name", | |
| 377 "TestBuilder", | |
| 378 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 379 "--isolated-script-test-output", | |
| 380 "/path/to/tmp/json" | |
| 381 ], | |
| 382 "cwd": "[SLAVE_BUILD]", | |
| 383 "name": "maps_pixel_test", | |
| 384 "~followup_annotations": [ | |
| 385 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 386 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 387 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 388 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 389 "@@@STEP_LOG_END@json.output@@@" | |
| 390 ] | |
| 391 }, | |
| 392 { | |
| 393 "cmd": [ | |
| 394 "python", | |
| 395 "-u", | |
| 396 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 397 "--isolated", | |
| 398 "[dummy hash for telemetry_gpu_test]", | |
| 399 "-I", | |
| 400 "https://isolateserver.appspot.com", | |
| 401 "--verbose", | |
| 402 "--", | |
| 403 "pixel", | |
| 404 "--show-stdout", | |
| 405 "--browser=debug", | |
| 406 "-v", | |
| 407 "--build-revision", | |
| 408 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 409 "--upload-refimg-to-cloud-storage", | |
| 410 "--refimg-cloud-storage-bucket", | |
| 411 "chromium-gpu-archive/reference-images", | |
| 412 "--os-type", | |
| 413 "linux", | |
| 414 "--test-machine-name", | |
| 415 "TestBuilder", | |
| 416 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 417 "--isolated-script-test-output", | |
| 418 "/path/to/tmp/json" | |
| 419 ], | |
| 420 "cwd": "[SLAVE_BUILD]", | |
| 421 "name": "pixel_test", | |
| 422 "~followup_annotations": [ | |
| 423 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 424 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 425 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 426 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 427 "@@@STEP_LOG_END@json.output@@@" | |
| 428 ] | |
| 429 }, | |
| 430 { | |
| 431 "cmd": [ | |
| 432 "python", | |
| 433 "-u", | |
| 434 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 435 "--isolated", | |
| 436 "[dummy hash for telemetry_gpu_test]", | |
| 437 "-I", | |
| 438 "https://isolateserver.appspot.com", | |
| 439 "--verbose", | |
| 440 "--", | |
| 441 "webgl_conformance", | |
| 442 "--show-stdout", | |
| 443 "--browser=debug", | |
| 444 "-v", | |
| 445 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 446 "--isolated-script-test-output", | |
| 447 "/path/to/tmp/json" | |
| 448 ], | |
| 449 "cwd": "[SLAVE_BUILD]", | |
| 450 "name": "webgl_conformance_tests", | |
| 451 "~followup_annotations": [ | |
| 452 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 453 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 454 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 455 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 456 "@@@STEP_LOG_END@json.output@@@" | |
| 457 ] | |
| 458 }, | |
| 459 { | |
| 460 "cmd": [ | |
| 461 "python", | |
| 462 "-u", | |
| 463 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 464 "--isolated", | |
| 465 "[dummy hash for telemetry_gpu_test]", | |
| 466 "-I", | |
| 467 "https://isolateserver.appspot.com", | |
| 468 "--verbose", | |
| 469 "--", | |
| 470 "context_lost", | |
| 471 "--show-stdout", | |
| 472 "--browser=debug", | |
| 473 "-v", | |
| 474 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 475 "--isolated-script-test-output", | |
| 476 "/path/to/tmp/json" | |
| 477 ], | |
| 478 "cwd": "[SLAVE_BUILD]", | |
| 479 "name": "context_lost_tests", | |
| 480 "~followup_annotations": [ | |
| 481 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 482 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 483 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 484 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 485 "@@@STEP_LOG_END@json.output@@@" | |
| 486 ] | |
| 487 }, | |
| 488 { | |
| 489 "cmd": [ | |
| 490 "python", | |
| 491 "-u", | |
| 492 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 493 "--isolated", | |
| 494 "[dummy hash for telemetry_gpu_test]", | |
| 495 "-I", | |
| 496 "https://isolateserver.appspot.com", | |
| 497 "--verbose", | |
| 498 "--", | |
| 499 "memory_test", | |
| 500 "--show-stdout", | |
| 501 "--browser=debug", | |
| 502 "-v", | |
| 503 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 504 "--isolated-script-test-output", | |
| 505 "/path/to/tmp/json" | |
| 506 ], | |
| 507 "cwd": "[SLAVE_BUILD]", | |
| 508 "name": "memory_test", | |
| 509 "~followup_annotations": [ | |
| 510 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 511 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 512 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 513 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 514 "@@@STEP_LOG_END@json.output@@@" | |
| 515 ] | |
| 516 }, | |
| 517 { | |
| 518 "cmd": [ | |
| 519 "python", | |
| 520 "-u", | |
| 521 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 522 "--isolated", | |
| 523 "[dummy hash for telemetry_gpu_test]", | |
| 524 "-I", | |
| 525 "https://isolateserver.appspot.com", | |
| 526 "--verbose", | |
| 527 "--", | |
| 528 "trace_test", | |
| 529 "--show-stdout", | |
| 530 "--browser=debug", | |
| 531 "-v", | |
| 532 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 533 "--isolated-script-test-output", | |
| 534 "/path/to/tmp/json" | |
| 535 ], | |
| 536 "cwd": "[SLAVE_BUILD]", | |
| 537 "name": "trace_test", | |
| 538 "~followup_annotations": [ | |
| 539 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 540 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 541 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 542 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 543 "@@@STEP_LOG_END@json.output@@@" | |
| 544 ] | |
| 545 }, | |
| 546 { | |
| 547 "cmd": [ | |
| 548 "python", | |
| 549 "-u", | |
| 550 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 551 "--isolated", | |
| 552 "[dummy hash for telemetry_gpu_test]", | |
| 553 "-I", | |
| 554 "https://isolateserver.appspot.com", | |
| 555 "--verbose", | |
| 556 "--", | |
| 557 "screenshot_sync", | |
| 558 "--show-stdout", | |
| 559 "--browser=debug", | |
| 560 "-v", | |
| 561 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 562 "--isolated-script-test-output", | |
| 563 "/path/to/tmp/json" | |
| 564 ], | |
| 565 "cwd": "[SLAVE_BUILD]", | |
| 566 "name": "screenshot_sync_tests", | |
| 567 "~followup_annotations": [ | |
| 568 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 569 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 570 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 571 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 572 "@@@STEP_LOG_END@json.output@@@" | |
| 573 ] | |
| 574 }, | |
| 575 { | |
| 576 "cmd": [ | |
| 577 "python", | |
| 578 "-u", | |
| 579 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 580 "--isolated", | |
| 581 "[dummy hash for telemetry_gpu_test]", | |
| 582 "-I", | |
| 583 "https://isolateserver.appspot.com", | |
| 584 "--verbose", | |
| 585 "--", | |
| 586 "hardware_accelerated_feature", | |
| 587 "--show-stdout", | |
| 588 "--browser=debug", | |
| 589 "-v", | |
| 590 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 591 "--isolated-script-test-output", | |
| 592 "/path/to/tmp/json" | |
| 593 ], | |
| 594 "cwd": "[SLAVE_BUILD]", | |
| 595 "name": "hardware_accelerated_feature_tests", | |
| 596 "~followup_annotations": [ | |
| 597 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 598 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 599 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 600 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 601 "@@@STEP_LOG_END@json.output@@@" | |
| 602 ] | |
| 603 }, | |
| 604 { | |
| 605 "cmd": [ | |
| 606 "python", | |
| 607 "-u", | |
| 608 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 609 "--isolated", | |
| 610 "[dummy hash for telemetry_gpu_test]", | |
| 611 "-I", | |
| 612 "https://isolateserver.appspot.com", | |
| 613 "--verbose", | |
| 614 "--", | |
| 615 "gpu_process", | |
| 616 "--show-stdout", | |
| 617 "--browser=debug", | |
| 618 "-v", | |
| 619 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 620 "--isolated-script-test-output", | |
| 621 "/path/to/tmp/json" | |
| 622 ], | |
| 623 "cwd": "[SLAVE_BUILD]", | |
| 624 "name": "gpu_process_launch_tests", | |
| 625 "~followup_annotations": [ | |
| 626 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 627 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 628 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 629 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 630 "@@@STEP_LOG_END@json.output@@@" | |
| 631 ] | |
| 632 }, | |
| 633 { | |
| 634 "cmd": [ | |
| 635 "python", | |
| 636 "-u", | |
| 637 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | |
| 638 "--isolated", | |
| 639 "[dummy hash for telemetry_gpu_test]", | |
| 640 "-I", | |
| 641 "https://isolateserver.appspot.com", | |
| 642 "--verbose", | |
| 643 "--", | |
| 644 "gpu_rasterization", | |
| 645 "--show-stdout", | |
| 646 "--browser=debug", | |
| 647 "-v", | |
| 648 "--build-revision", | |
| 649 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 650 "--test-machine-name", | |
| 651 "TestBuilder", | |
| 652 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | |
| 653 "--isolated-script-test-output", | |
| 654 "/path/to/tmp/json" | |
| 655 ], | |
| 656 "cwd": "[SLAVE_BUILD]", | |
| 657 "name": "gpu_rasterization_tests", | |
| 658 "~followup_annotations": [ | |
| 659 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 660 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 661 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 662 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 663 "@@@STEP_LOG_END@json.output@@@" | |
| 664 ] | |
| 665 }, | |
| 666 { | |
| 667 "name": "$result", | |
| 668 "recipe_result": null, | |
| 669 "status_code": 0 | |
| 670 } | |
| 671 ] | |
| OLD | NEW |