| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "cleanup temp" | 9 "name": "cleanup temp" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "[BUILD]/scripts/slave/bot_update.py", | 15 "[BUILD]/scripts/slave/bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "chromium.testing.master", | 17 "chromium.testing.master", |
| 17 "--builder", | 18 "--builder", |
| 18 "TestBuilder", | 19 "TestBuilder", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "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'}]", | 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'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 27 "--output_json", | 28 "--output_json", |
| 28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
| 29 "--revision", | 30 "--revision", |
| 30 "src@204787", | 31 "src@204787", |
| 31 "--force" | 32 "--force" |
| 32 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
| 33 "name": "bot_update", | 35 "name": "bot_update", |
| 34 "~followup_annotations": [ | 36 "~followup_annotations": [ |
| 35 "@@@STEP_TEXT@Some step text@@@", | 37 "@@@STEP_TEXT@Some step text@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 70 ] | 72 ] |
| 71 }, | 73 }, |
| 72 { | 74 { |
| 73 "cmd": [ | 75 "cmd": [ |
| 74 "python", | 76 "python", |
| 75 "-u", | 77 "-u", |
| 76 "[DEPOT_TOOLS]/gclient.py", | 78 "[DEPOT_TOOLS]/gclient.py", |
| 77 "runhooks" | 79 "runhooks" |
| 78 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
| 79 "env": { | 82 "env": { |
| 80 "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' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" | 83 "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' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 81 }, | 84 }, |
| 82 "name": "gclient runhooks" | 85 "name": "gclient runhooks" |
| 83 }, | 86 }, |
| 84 { | 87 { |
| 85 "cmd": [ | 88 "cmd": [ |
| 86 "python", | 89 "python", |
| 87 "-u", | 90 "-u", |
| 88 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 91 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 89 "--build-dir", | 92 "--build-dir", |
| 90 "[SLAVE_BUILD]/src/out/Debug", | 93 "[SLAVE_BUILD]/src/out/Debug", |
| 91 "--clean-isolated-files" | 94 "--clean-isolated-files" |
| 92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "clean isolated files" | 97 "name": "clean isolated files" |
| 94 }, | 98 }, |
| 95 { | 99 { |
| 96 "cmd": [ | 100 "cmd": [ |
| 97 "python", | 101 "python", |
| 98 "-u", | 102 "-u", |
| 99 "[BUILD]/scripts/slave/compile.py", | 103 "[BUILD]/scripts/slave/compile.py", |
| 100 "--target", | 104 "--target", |
| 101 "Debug", | 105 "Debug", |
| 102 "--src-dir", | 106 "--src-dir", |
| 103 "[SLAVE_BUILD]/src", | 107 "[SLAVE_BUILD]/src", |
| 104 "--build-tool", | 108 "--build-tool", |
| 105 "ninja", | 109 "ninja", |
| 106 "--compiler", | 110 "--compiler", |
| 107 "goma", | 111 "goma", |
| 108 "--goma-dir", | 112 "--goma-dir", |
| 109 "[BUILD]/goma", | 113 "[BUILD]/goma", |
| 110 "--", | 114 "--", |
| 111 "angle_unittests_run", | 115 "angle_unittests_run", |
| 112 "content_gl_tests_run", | 116 "content_gl_tests_run", |
| 113 "content_unittests_run", | 117 "content_unittests_run", |
| 114 "gl_tests_run", | 118 "gl_tests_run", |
| 115 "gles2_conform_test_run", | 119 "gles2_conform_test_run", |
| 116 "gpu_unittests_run", | 120 "gpu_unittests_run", |
| 117 "media_unittests_run", | 121 "media_unittests_run", |
| 118 "tab_capture_end2end_tests_run", | 122 "tab_capture_end2end_tests_run", |
| 119 "telemetry_gpu_test_run" | 123 "telemetry_gpu_test_run" |
| 120 ], | 124 ], |
| 125 "cwd": "[SLAVE_BUILD]", |
| 121 "name": "compile" | 126 "name": "compile" |
| 122 }, | 127 }, |
| 123 { | 128 { |
| 124 "cmd": [ | 129 "cmd": [ |
| 125 "python", | 130 "python", |
| 126 "-u", | 131 "-u", |
| 127 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 132 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 128 "batcharchive", | 133 "batcharchive", |
| 129 "--dump-json", | 134 "--dump-json", |
| 130 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
| 131 "--isolate-server", | 136 "--isolate-server", |
| 132 "https://isolateserver.appspot.com", | 137 "https://isolateserver.appspot.com", |
| 133 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | 138 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", |
| 134 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | 139 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", |
| 135 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", | 140 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", |
| 136 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | 141 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", |
| 137 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", | 142 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", |
| 138 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", | 143 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", |
| 139 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", | 144 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", |
| 140 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", | 145 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", |
| 141 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" | 146 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" |
| 142 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", |
| 143 "name": "isolate tests", | 149 "name": "isolate tests", |
| 144 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 145 "@@@STEP_LOG_LINE@json.output@{@@@", | 151 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@}@@@", | 161 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@", | 162 "@@@STEP_LOG_END@json.output@@@", |
| 157 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\":
\"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_c
onform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_u
nittests\": \"[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\":
\"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dumm
y hash for telemetry_gpu_test]\"}@@@" | 163 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\":
\"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_c
onform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_u
nittests\": \"[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\":
\"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dumm
y hash for telemetry_gpu_test]\"}@@@" |
| 158 ] | 164 ] |
| 159 }, | 165 }, |
| 160 { | 166 { |
| 161 "cmd": [ | 167 "cmd": [ |
| 162 "killall", | 168 "killall", |
| 163 "-9", | 169 "-9", |
| 164 "gnome-keyring-daemon" | 170 "gnome-keyring-daemon" |
| 165 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
| 166 "name": "killall gnome-keyring-daemon" | 173 "name": "killall gnome-keyring-daemon" |
| 167 }, | 174 }, |
| 168 { | 175 { |
| 169 "allow_subannotations": true, | 176 "allow_subannotations": true, |
| 170 "cmd": [ | 177 "cmd": [ |
| 171 "python", | 178 "python", |
| 172 "-u", | 179 "-u", |
| 173 "[BUILD]/scripts/slave/runtest.py", | 180 "[BUILD]/scripts/slave/runtest.py", |
| 174 "--target", | 181 "--target", |
| 175 "Debug", | 182 "Debug", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 191 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 198 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 192 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 199 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 193 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 200 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 194 "-H", | 201 "-H", |
| 195 "[dummy hash for content_gl_tests]", | 202 "[dummy hash for content_gl_tests]", |
| 196 "-I", | 203 "-I", |
| 197 "https://isolateserver.appspot.com", | 204 "https://isolateserver.appspot.com", |
| 198 "--", | 205 "--", |
| 199 "--use-gpu-in-tests" | 206 "--use-gpu-in-tests" |
| 200 ], | 207 ], |
| 208 "cwd": "[SLAVE_BUILD]", |
| 201 "name": "content_gl_tests" | 209 "name": "content_gl_tests" |
| 202 }, | 210 }, |
| 203 { | 211 { |
| 204 "allow_subannotations": true, | 212 "allow_subannotations": true, |
| 205 "cmd": [ | 213 "cmd": [ |
| 206 "python", | 214 "python", |
| 207 "-u", | 215 "-u", |
| 208 "[BUILD]/scripts/slave/runtest.py", | 216 "[BUILD]/scripts/slave/runtest.py", |
| 209 "--target", | 217 "--target", |
| 210 "Debug", | 218 "Debug", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 226 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 234 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 227 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 235 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 228 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 236 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 229 "-H", | 237 "-H", |
| 230 "[dummy hash for gl_tests]", | 238 "[dummy hash for gl_tests]", |
| 231 "-I", | 239 "-I", |
| 232 "https://isolateserver.appspot.com", | 240 "https://isolateserver.appspot.com", |
| 233 "--", | 241 "--", |
| 234 "--use-gpu-in-tests" | 242 "--use-gpu-in-tests" |
| 235 ], | 243 ], |
| 244 "cwd": "[SLAVE_BUILD]", |
| 236 "name": "gl_tests" | 245 "name": "gl_tests" |
| 237 }, | 246 }, |
| 238 { | 247 { |
| 239 "allow_subannotations": true, | 248 "allow_subannotations": true, |
| 240 "cmd": [ | 249 "cmd": [ |
| 241 "python", | 250 "python", |
| 242 "-u", | 251 "-u", |
| 243 "[BUILD]/scripts/slave/runtest.py", | 252 "[BUILD]/scripts/slave/runtest.py", |
| 244 "--target", | 253 "--target", |
| 245 "Debug", | 254 "Debug", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 261 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 270 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 262 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 271 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 263 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 272 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 264 "-H", | 273 "-H", |
| 265 "[dummy hash for angle_unittests]", | 274 "[dummy hash for angle_unittests]", |
| 266 "-I", | 275 "-I", |
| 267 "https://isolateserver.appspot.com", | 276 "https://isolateserver.appspot.com", |
| 268 "--", | 277 "--", |
| 269 "--use-gpu-in-tests" | 278 "--use-gpu-in-tests" |
| 270 ], | 279 ], |
| 280 "cwd": "[SLAVE_BUILD]", |
| 271 "name": "angle_unittests" | 281 "name": "angle_unittests" |
| 272 }, | 282 }, |
| 273 { | 283 { |
| 274 "allow_subannotations": true, | 284 "allow_subannotations": true, |
| 275 "cmd": [ | 285 "cmd": [ |
| 276 "python", | 286 "python", |
| 277 "-u", | 287 "-u", |
| 278 "[BUILD]/scripts/slave/runtest.py", | 288 "[BUILD]/scripts/slave/runtest.py", |
| 279 "--target", | 289 "--target", |
| 280 "Debug", | 290 "Debug", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 308 "--build-revision", | 318 "--build-revision", |
| 309 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 319 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 310 "--test-machine-name", | 320 "--test-machine-name", |
| 311 "TestBuilder", | 321 "TestBuilder", |
| 312 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 322 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 313 "--output-format", | 323 "--output-format", |
| 314 "json", | 324 "json", |
| 315 "--output-dir", | 325 "--output-dir", |
| 316 "/path/to/tmp/" | 326 "/path/to/tmp/" |
| 317 ], | 327 ], |
| 328 "cwd": "[SLAVE_BUILD]", |
| 318 "env": { | 329 "env": { |
| 319 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 330 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 320 }, | 331 }, |
| 321 "name": "maps_pixel_test", | 332 "name": "maps_pixel_test", |
| 322 "~followup_annotations": [ | 333 "~followup_annotations": [ |
| 323 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 334 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 324 ] | 335 ] |
| 325 }, | 336 }, |
| 326 { | 337 { |
| 327 "allow_subannotations": true, | 338 "allow_subannotations": true, |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "--os-type", | 377 "--os-type", |
| 367 "linux", | 378 "linux", |
| 368 "--test-machine-name", | 379 "--test-machine-name", |
| 369 "TestBuilder", | 380 "TestBuilder", |
| 370 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 381 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 371 "--output-format", | 382 "--output-format", |
| 372 "json", | 383 "json", |
| 373 "--output-dir", | 384 "--output-dir", |
| 374 "/path/to/tmp/" | 385 "/path/to/tmp/" |
| 375 ], | 386 ], |
| 387 "cwd": "[SLAVE_BUILD]", |
| 376 "env": { | 388 "env": { |
| 377 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 389 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 378 }, | 390 }, |
| 379 "name": "pixel_test", | 391 "name": "pixel_test", |
| 380 "~followup_annotations": [ | 392 "~followup_annotations": [ |
| 381 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 393 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 382 ] | 394 ] |
| 383 }, | 395 }, |
| 384 { | 396 { |
| 385 "allow_subannotations": true, | 397 "allow_subannotations": true, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 415 "--output-format=gtest", | 427 "--output-format=gtest", |
| 416 "--browser=debug", | 428 "--browser=debug", |
| 417 "-v", | 429 "-v", |
| 418 "--use-devtools-active-port", | 430 "--use-devtools-active-port", |
| 419 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 431 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 420 "--output-format", | 432 "--output-format", |
| 421 "json", | 433 "json", |
| 422 "--output-dir", | 434 "--output-dir", |
| 423 "/path/to/tmp/" | 435 "/path/to/tmp/" |
| 424 ], | 436 ], |
| 437 "cwd": "[SLAVE_BUILD]", |
| 425 "env": { | 438 "env": { |
| 426 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 439 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 427 }, | 440 }, |
| 428 "name": "webgl_conformance_tests", | 441 "name": "webgl_conformance_tests", |
| 429 "~followup_annotations": [ | 442 "~followup_annotations": [ |
| 430 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 443 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 431 ] | 444 ] |
| 432 }, | 445 }, |
| 433 { | 446 { |
| 434 "allow_subannotations": true, | 447 "allow_subannotations": true, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 464 "--output-format=gtest", | 477 "--output-format=gtest", |
| 465 "--browser=debug", | 478 "--browser=debug", |
| 466 "-v", | 479 "-v", |
| 467 "--use-devtools-active-port", | 480 "--use-devtools-active-port", |
| 468 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 481 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 469 "--output-format", | 482 "--output-format", |
| 470 "json", | 483 "json", |
| 471 "--output-dir", | 484 "--output-dir", |
| 472 "/path/to/tmp/" | 485 "/path/to/tmp/" |
| 473 ], | 486 ], |
| 487 "cwd": "[SLAVE_BUILD]", |
| 474 "env": { | 488 "env": { |
| 475 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 489 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 476 }, | 490 }, |
| 477 "name": "context_lost_tests", | 491 "name": "context_lost_tests", |
| 478 "~followup_annotations": [ | 492 "~followup_annotations": [ |
| 479 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 493 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 480 ] | 494 ] |
| 481 }, | 495 }, |
| 482 { | 496 { |
| 483 "allow_subannotations": true, | 497 "allow_subannotations": true, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 513 "--output-format=gtest", | 527 "--output-format=gtest", |
| 514 "--browser=debug", | 528 "--browser=debug", |
| 515 "-v", | 529 "-v", |
| 516 "--use-devtools-active-port", | 530 "--use-devtools-active-port", |
| 517 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 531 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 518 "--output-format", | 532 "--output-format", |
| 519 "json", | 533 "json", |
| 520 "--output-dir", | 534 "--output-dir", |
| 521 "/path/to/tmp/" | 535 "/path/to/tmp/" |
| 522 ], | 536 ], |
| 537 "cwd": "[SLAVE_BUILD]", |
| 523 "env": { | 538 "env": { |
| 524 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 539 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 525 }, | 540 }, |
| 526 "name": "memory_test", | 541 "name": "memory_test", |
| 527 "~followup_annotations": [ | 542 "~followup_annotations": [ |
| 528 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 543 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 529 ] | 544 ] |
| 530 }, | 545 }, |
| 531 { | 546 { |
| 532 "allow_subannotations": true, | 547 "allow_subannotations": true, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 562 "--output-format=gtest", | 577 "--output-format=gtest", |
| 563 "--browser=debug", | 578 "--browser=debug", |
| 564 "-v", | 579 "-v", |
| 565 "--use-devtools-active-port", | 580 "--use-devtools-active-port", |
| 566 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 581 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 567 "--output-format", | 582 "--output-format", |
| 568 "json", | 583 "json", |
| 569 "--output-dir", | 584 "--output-dir", |
| 570 "/path/to/tmp/" | 585 "/path/to/tmp/" |
| 571 ], | 586 ], |
| 587 "cwd": "[SLAVE_BUILD]", |
| 572 "env": { | 588 "env": { |
| 573 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 589 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 574 }, | 590 }, |
| 575 "name": "trace_test", | 591 "name": "trace_test", |
| 576 "~followup_annotations": [ | 592 "~followup_annotations": [ |
| 577 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 593 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 578 ] | 594 ] |
| 579 }, | 595 }, |
| 580 { | 596 { |
| 581 "allow_subannotations": true, | 597 "allow_subannotations": true, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 611 "--output-format=gtest", | 627 "--output-format=gtest", |
| 612 "--browser=debug", | 628 "--browser=debug", |
| 613 "-v", | 629 "-v", |
| 614 "--use-devtools-active-port", | 630 "--use-devtools-active-port", |
| 615 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 631 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 616 "--output-format", | 632 "--output-format", |
| 617 "json", | 633 "json", |
| 618 "--output-dir", | 634 "--output-dir", |
| 619 "/path/to/tmp/" | 635 "/path/to/tmp/" |
| 620 ], | 636 ], |
| 637 "cwd": "[SLAVE_BUILD]", |
| 621 "env": { | 638 "env": { |
| 622 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 639 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 623 }, | 640 }, |
| 624 "name": "screenshot_sync_tests", | 641 "name": "screenshot_sync_tests", |
| 625 "~followup_annotations": [ | 642 "~followup_annotations": [ |
| 626 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 643 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 627 ] | 644 ] |
| 628 }, | 645 }, |
| 629 { | 646 { |
| 630 "allow_subannotations": true, | 647 "allow_subannotations": true, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 660 "--output-format=gtest", | 677 "--output-format=gtest", |
| 661 "--browser=debug", | 678 "--browser=debug", |
| 662 "-v", | 679 "-v", |
| 663 "--use-devtools-active-port", | 680 "--use-devtools-active-port", |
| 664 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 681 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 665 "--output-format", | 682 "--output-format", |
| 666 "json", | 683 "json", |
| 667 "--output-dir", | 684 "--output-dir", |
| 668 "/path/to/tmp/" | 685 "/path/to/tmp/" |
| 669 ], | 686 ], |
| 687 "cwd": "[SLAVE_BUILD]", |
| 670 "env": { | 688 "env": { |
| 671 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 689 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 672 }, | 690 }, |
| 673 "name": "hardware_accelerated_feature_tests", | 691 "name": "hardware_accelerated_feature_tests", |
| 674 "~followup_annotations": [ | 692 "~followup_annotations": [ |
| 675 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 693 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 676 ] | 694 ] |
| 677 }, | 695 }, |
| 678 { | 696 { |
| 679 "allow_subannotations": true, | 697 "allow_subannotations": true, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 709 "--output-format=gtest", | 727 "--output-format=gtest", |
| 710 "--browser=debug", | 728 "--browser=debug", |
| 711 "-v", | 729 "-v", |
| 712 "--use-devtools-active-port", | 730 "--use-devtools-active-port", |
| 713 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 731 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 714 "--output-format", | 732 "--output-format", |
| 715 "json", | 733 "json", |
| 716 "--output-dir", | 734 "--output-dir", |
| 717 "/path/to/tmp/" | 735 "/path/to/tmp/" |
| 718 ], | 736 ], |
| 737 "cwd": "[SLAVE_BUILD]", |
| 719 "env": { | 738 "env": { |
| 720 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 739 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 721 }, | 740 }, |
| 722 "name": "gpu_process_launch_tests", | 741 "name": "gpu_process_launch_tests", |
| 723 "~followup_annotations": [ | 742 "~followup_annotations": [ |
| 724 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 743 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 725 ] | 744 ] |
| 726 }, | 745 }, |
| 727 { | 746 { |
| 728 "allow_subannotations": true, | 747 "allow_subannotations": true, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 "--build-revision", | 781 "--build-revision", |
| 763 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 782 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 764 "--test-machine-name", | 783 "--test-machine-name", |
| 765 "TestBuilder", | 784 "TestBuilder", |
| 766 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 785 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 767 "--output-format", | 786 "--output-format", |
| 768 "json", | 787 "json", |
| 769 "--output-dir", | 788 "--output-dir", |
| 770 "/path/to/tmp/" | 789 "/path/to/tmp/" |
| 771 ], | 790 ], |
| 791 "cwd": "[SLAVE_BUILD]", |
| 772 "env": { | 792 "env": { |
| 773 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 793 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 774 }, | 794 }, |
| 775 "name": "gpu_rasterization_tests", | 795 "name": "gpu_rasterization_tests", |
| 776 "~followup_annotations": [ | 796 "~followup_annotations": [ |
| 777 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 797 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 778 ] | 798 ] |
| 779 } | 799 } |
| 780 ] | 800 ] |
| OLD | NEW |