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