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