| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 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.webkit", | 17 "chromium.webkit", |
| 17 "--builder", | 18 "--builder", |
| 18 "WebKit Win Oilpan", | 19 "WebKit Win Oilpan", |
| 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'}]", | 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'}]", |
| 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 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", |
| 34 "name": "bot_update", | 36 "name": "bot_update", |
| 35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 36 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 71 ] | 73 ] |
| 72 }, | 74 }, |
| 73 { | 75 { |
| 74 "cmd": [ | 76 "cmd": [ |
| 75 "python", | 77 "python", |
| 76 "-u", | 78 "-u", |
| 77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 78 "--version" | 80 "--version" |
| 79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
| 80 "name": "swarming.py --version", | 83 "name": "swarming.py --version", |
| 81 "stdout": "/path/to/tmp/", | 84 "stdout": "/path/to/tmp/", |
| 82 "~followup_annotations": [ | 85 "~followup_annotations": [ |
| 83 "@@@STEP_TEXT@0.4.10@@@" | 86 "@@@STEP_TEXT@0.4.10@@@" |
| 84 ] | 87 ] |
| 85 }, | 88 }, |
| 86 { | 89 { |
| 87 "cmd": [ | 90 "cmd": [ |
| 88 "python", | 91 "python", |
| 89 "-u", | 92 "-u", |
| 90 "[DEPOT_TOOLS]\\gclient.py", | 93 "[DEPOT_TOOLS]\\gclient.py", |
| 91 "runhooks" | 94 "runhooks" |
| 92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
| 93 "env": { | 97 "env": { |
| 94 "GYP_DEFINES": "chromium_win_pch=0 component=static_library enable_oilpan=
1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepa
re use_goma=1" | 98 "GYP_DEFINES": "chromium_win_pch=0 component=static_library enable_oilpan=
1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepa
re use_goma=1" |
| 95 }, | 99 }, |
| 96 "name": "gclient runhooks" | 100 "name": "gclient runhooks" |
| 97 }, | 101 }, |
| 98 { | 102 { |
| 99 "cmd": [ | 103 "cmd": [ |
| 100 "python", | 104 "python", |
| 101 "-u", | 105 "-u", |
| 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 103 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| 104 "/path/to/tmp/json" | 108 "/path/to/tmp/json" |
| 105 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
| 106 "name": "read test spec", | 111 "name": "read test spec", |
| 107 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 108 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 113 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@{@@@", | 114 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 110 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win Oilpan\": {@@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win Oilpan\": {@@@", |
| 111 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 116 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@ {@@@", | 117 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 118 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 114 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 119 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 115 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 120 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 129 "--output", | 134 "--output", |
| 130 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
| 131 "--", | 136 "--", |
| 132 "--build-config-fs", | 137 "--build-config-fs", |
| 133 "Release", | 138 "Release", |
| 134 "--paths", | 139 "--paths", |
| 135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 140 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 136 "--properties", | 141 "--properties", |
| 137 "{\"buildername\": \"WebKit Win Oilpan\", \"buildnumber\": 571, \"masterna
me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" | 142 "{\"buildername\": \"WebKit Win Oilpan\", \"buildnumber\": 571, \"masterna
me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" |
| 138 ], | 143 ], |
| 144 "cwd": "[SLAVE_BUILD]", |
| 139 "name": "get compile targets for scripts", | 145 "name": "get compile targets for scripts", |
| 140 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 141 "@@@STEP_LOG_LINE@json.output@{}@@@", | 147 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 142 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
| 143 ] | 149 ] |
| 144 }, | 150 }, |
| 145 { | 151 { |
| 146 "cmd": [ | 152 "cmd": [ |
| 147 "python", | 153 "python", |
| 148 "-u", | 154 "-u", |
| 149 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 155 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 150 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", |
| 151 "name": "cleanup_temp" | 158 "name": "cleanup_temp" |
| 152 }, | 159 }, |
| 153 { | 160 { |
| 154 "cmd": [ | 161 "cmd": [ |
| 155 "python", | 162 "python", |
| 156 "-u", | 163 "-u", |
| 157 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 164 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
| 158 "--build-dir", | 165 "--build-dir", |
| 159 "[SLAVE_BUILD]\\src\\out\\Release", | 166 "[SLAVE_BUILD]\\src\\out\\Release", |
| 160 "--clean-isolated-files" | 167 "--clean-isolated-files" |
| 161 ], | 168 ], |
| 169 "cwd": "[SLAVE_BUILD]", |
| 162 "name": "clean isolated files" | 170 "name": "clean isolated files" |
| 163 }, | 171 }, |
| 164 { | 172 { |
| 165 "cmd": [ | 173 "cmd": [ |
| 166 "python", | 174 "python", |
| 167 "-u", | 175 "-u", |
| 168 "[BUILD]\\scripts\\slave\\compile.py", | 176 "[BUILD]\\scripts\\slave\\compile.py", |
| 169 "--target", | 177 "--target", |
| 170 "Release", | 178 "Release", |
| 171 "--src-dir", | 179 "--src-dir", |
| 172 "[SLAVE_BUILD]\\src", | 180 "[SLAVE_BUILD]\\src", |
| 173 "--build-tool", | 181 "--build-tool", |
| 174 "ninja", | 182 "ninja", |
| 175 "--compiler", | 183 "--compiler", |
| 176 "goma", | 184 "goma", |
| 177 "--goma-dir", | 185 "--goma-dir", |
| 178 "[BUILD]\\goma", | 186 "[BUILD]\\goma", |
| 179 "--", | 187 "--", |
| 180 "blink_tests", | 188 "blink_tests", |
| 181 "browser_tests", | 189 "browser_tests", |
| 182 "browser_tests_run", | 190 "browser_tests_run", |
| 183 "crash_service" | 191 "crash_service" |
| 184 ], | 192 ], |
| 193 "cwd": "[SLAVE_BUILD]", |
| 185 "name": "compile" | 194 "name": "compile" |
| 186 }, | 195 }, |
| 187 { | 196 { |
| 188 "cmd": [ | 197 "cmd": [ |
| 189 "python", | 198 "python", |
| 190 "-u", | 199 "-u", |
| 191 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 200 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
| 192 "--build-dir", | 201 "--build-dir", |
| 193 "[SLAVE_BUILD]\\src\\out\\Release", | 202 "[SLAVE_BUILD]\\src\\out\\Release", |
| 194 "--src-dir", | 203 "--src-dir", |
| 195 "[SLAVE_BUILD]\\src" | 204 "[SLAVE_BUILD]\\src" |
| 196 ], | 205 ], |
| 197 "cwd": "[SLAVE_BUILD]", | 206 "cwd": "[SLAVE_BUILD]", |
| 198 "name": "remove_build_metadata" | 207 "name": "remove_build_metadata" |
| 199 }, | 208 }, |
| 200 { | 209 { |
| 201 "cmd": [ | 210 "cmd": [ |
| 202 "python", | 211 "python", |
| 203 "-u", | 212 "-u", |
| 204 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", | 213 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", |
| 205 "batcharchive", | 214 "batcharchive", |
| 206 "--dump-json", | 215 "--dump-json", |
| 207 "/path/to/tmp/json", | 216 "/path/to/tmp/json", |
| 208 "--isolate-server", | 217 "--isolate-server", |
| 209 "https://isolateserver.appspot.com", | 218 "https://isolateserver.appspot.com", |
| 210 "--verbose", | 219 "--verbose", |
| 211 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 220 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
| 212 ], | 221 ], |
| 222 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "isolate tests", | 223 "name": "isolate tests", |
| 214 "~followup_annotations": [ | 224 "~followup_annotations": [ |
| 215 "@@@STEP_LOG_LINE@json.output@{@@@", | 225 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 217 "@@@STEP_LOG_LINE@json.output@}@@@", | 227 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 218 "@@@STEP_LOG_END@json.output@@@" | 228 "@@@STEP_LOG_END@json.output@@@" |
| 219 ] | 229 ] |
| 220 }, | 230 }, |
| 221 { | 231 { |
| 222 "cmd": [ | 232 "cmd": [ |
| 223 "python", | 233 "python", |
| 224 "-u", | 234 "-u", |
| 225 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 235 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
| 226 "--build-dir", | 236 "--build-dir", |
| 227 "[SLAVE_BUILD]\\src\\out\\Release", | 237 "[SLAVE_BUILD]\\src\\out\\Release", |
| 228 "--output-json", | 238 "--output-json", |
| 229 "/path/to/tmp/json" | 239 "/path/to/tmp/json" |
| 230 ], | 240 ], |
| 241 "cwd": "[SLAVE_BUILD]", |
| 231 "name": "find isolated tests", | 242 "name": "find isolated tests", |
| 232 "~followup_annotations": [ | 243 "~followup_annotations": [ |
| 233 "@@@STEP_LOG_LINE@json.output@{@@@", | 244 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 235 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 236 "@@@STEP_LOG_LINE@json.output@}@@@", | 247 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 237 "@@@STEP_LOG_END@json.output@@@", | 248 "@@@STEP_LOG_END@json.output@@@", |
| 238 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 249 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 239 ] | 250 ] |
| 240 }, | 251 }, |
| 241 { | 252 { |
| 242 "cmd": [ | 253 "cmd": [ |
| 243 "python", | 254 "python", |
| 244 "-u", | 255 "-u", |
| 245 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 256 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
| 246 "--target", | 257 "--target", |
| 247 "Release" | 258 "Release" |
| 248 ], | 259 ], |
| 260 "cwd": "[SLAVE_BUILD]", |
| 249 "name": "start_crash_service" | 261 "name": "start_crash_service" |
| 250 }, | 262 }, |
| 251 { | 263 { |
| 252 "cmd": [ | 264 "cmd": [ |
| 253 "python", | 265 "python", |
| 254 "-u", | 266 "-u", |
| 255 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 267 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 256 "browser_tests" | 268 "browser_tests" |
| 257 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
| 258 "name": "[error] browser_tests", | 271 "name": "[error] browser_tests", |
| 259 "~followup_annotations": [ | 272 "~followup_annotations": [ |
| 260 "@@@STEP_LOG_LINE@python.inline@@@@", | 273 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 261 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 274 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 262 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 275 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 263 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 276 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 264 "@@@STEP_LOG_END@python.inline@@@" | 277 "@@@STEP_LOG_END@python.inline@@@" |
| 265 ] | 278 ] |
| 266 }, | 279 }, |
| 267 { | 280 { |
| (...skipping 22 matching lines...) Expand all Loading... |
| 290 "/path/to/tmp/json", | 303 "/path/to/tmp/json", |
| 291 "--test-results-server", | 304 "--test-results-server", |
| 292 "test-results.appspot.com", | 305 "test-results.appspot.com", |
| 293 "--build-number", | 306 "--build-number", |
| 294 "571", | 307 "571", |
| 295 "--builder-name", | 308 "--builder-name", |
| 296 "WebKit Win Oilpan", | 309 "WebKit Win Oilpan", |
| 297 "--additional-expectations", | 310 "--additional-expectations", |
| 298 "src\\third_party\\WebKit\\LayoutTests\\OilpanExpectations" | 311 "src\\third_party\\WebKit\\LayoutTests\\OilpanExpectations" |
| 299 ], | 312 ], |
| 313 "cwd": "[SLAVE_BUILD]", |
| 300 "name": "webkit_tests", | 314 "name": "webkit_tests", |
| 301 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 302 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 316 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 303 ] | 317 ] |
| 304 }, | 318 }, |
| 305 { | 319 { |
| 306 "cmd": [ | 320 "cmd": [ |
| 307 "python", | 321 "python", |
| 308 "-u", | 322 "-u", |
| 309 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 323 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
| 310 "--results-dir", | 324 "--results-dir", |
| 311 "[SLAVE_BUILD]\\layout-test-results", | 325 "[SLAVE_BUILD]\\layout-test-results", |
| 312 "--build-dir", | 326 "--build-dir", |
| 313 "[SLAVE_BUILD]\\src\\out", | 327 "[SLAVE_BUILD]\\src\\out", |
| 314 "--build-number", | 328 "--build-number", |
| 315 "571", | 329 "571", |
| 316 "--builder-name", | 330 "--builder-name", |
| 317 "WebKit Win Oilpan", | 331 "WebKit Win Oilpan", |
| 318 "--gs-bucket", | 332 "--gs-bucket", |
| 319 "gs://chromium-layout-test-archives", | 333 "gs://chromium-layout-test-archives", |
| 320 "--factory-properties", | 334 "--factory-properties", |
| 321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win Oilpan\", \"buildnumber\": 571, \"mastername\": \"ch
romium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave
name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 335 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win Oilpan\", \"buildnumber\": 571, \"mastername\": \"ch
romium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave
name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 322 "--build-properties", | 336 "--build-properties", |
| 323 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win Oilpan\", \"buildnumber\": 571, \"mastername\": \"ch
romium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave
name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 337 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win Oilpan\", \"buildnumber\": 571, \"mastername\": \"ch
romium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave
name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 324 ], | 338 ], |
| 339 "cwd": "[SLAVE_BUILD]", |
| 325 "name": "archive_webkit_tests_results", | 340 "name": "archive_webkit_tests_results", |
| 326 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| 327 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win_Oilpan/571/layout-test-results/results.html@@@", | 342 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win_Oilpan/571/layout-test-results/results.html@@@", |
| 328 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win_Oilpan/571/layout-test-results.zip@@@" | 343 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win_Oilpan/571/layout-test-results.zip@@@" |
| 329 ] | 344 ] |
| 330 }, | 345 }, |
| 331 { | 346 { |
| 332 "cmd": [ | 347 "cmd": [ |
| 333 "python", | 348 "python", |
| 334 "-u", | 349 "-u", |
| 335 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 350 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 336 "browser_tests" | 351 "browser_tests" |
| 337 ], | 352 ], |
| 353 "cwd": "[SLAVE_BUILD]", |
| 338 "name": "[collect error] browser_tests", | 354 "name": "[collect error] browser_tests", |
| 339 "~followup_annotations": [ | 355 "~followup_annotations": [ |
| 340 "@@@STEP_LOG_LINE@python.inline@@@@", | 356 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 341 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 357 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 342 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 358 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 343 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 359 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 344 "@@@STEP_LOG_END@python.inline@@@" | 360 "@@@STEP_LOG_END@python.inline@@@" |
| 345 ] | 361 ] |
| 346 }, | 362 }, |
| 347 { | 363 { |
| 348 "cmd": [ | 364 "cmd": [ |
| 349 "python", | 365 "python", |
| 350 "-u", | 366 "-u", |
| 351 "[BUILD]\\scripts\\slave\\process_dumps.py", | 367 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 352 "--target", | 368 "--target", |
| 353 "Release" | 369 "Release" |
| 354 ], | 370 ], |
| 371 "cwd": "[SLAVE_BUILD]", |
| 355 "name": "process_dumps" | 372 "name": "process_dumps" |
| 356 } | 373 } |
| 357 ] | 374 ] |
| OLD | NEW |