| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 ] | 92 ] |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [ | 95 "cmd": [ |
| 96 "python", | 96 "python", |
| 97 "-u", | 97 "-u", |
| 98 "[DEPOT_TOOLS]\\gclient.py", | 98 "[DEPOT_TOOLS]\\gclient.py", |
| 99 "runhooks" | 99 "runhooks" |
| 100 ], | 100 ], |
| 101 "env": { | 101 "env": { |
| 102 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=archive test_isolatio
n_outdir=https://isolateserver.appspot.com use_goma=1" | 102 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
| 103 }, | 103 }, |
| 104 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "cmd": [ | 107 "cmd": [ |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 111 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 111 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 112 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 "chrome", | 210 "chrome", |
| 211 "chromium_builder_tests", | 211 "chromium_builder_tests", |
| 212 "mini_installer" | 212 "mini_installer" |
| 213 ], | 213 ], |
| 214 "name": "compile" | 214 "name": "compile" |
| 215 }, | 215 }, |
| 216 { | 216 { |
| 217 "cmd": [ | 217 "cmd": [ |
| 218 "python", | 218 "python", |
| 219 "-u", | 219 "-u", |
| 220 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate
d_tests.py", | 220 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", |
| 221 "--build-dir", | 221 "batcharchive", |
| 222 "[SLAVE_BUILD]\\src\\out\\Release", | 222 "--dump-json", |
| 223 "--output-json", | 223 "/path/to/tmp/json", |
| 224 "/path/to/tmp/json" | 224 "--isolate-server", |
| 225 "https://isolateserver.appspot.com", |
| 226 "--verbose", |
| 227 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
| 225 ], | 228 ], |
| 226 "name": "find isolated tests", | 229 "name": "isolate tests", |
| 227 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 228 "@@@STEP_LOG_LINE@json.output@{@@@", | 231 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 232 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@}@@@", | 233 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 231 "@@@STEP_LOG_END@json.output@@@", | 234 "@@@STEP_LOG_END@json.output@@@", |
| 232 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for
browser_tests]\"}@@@" | 235 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for
browser_tests]\"}@@@" |
| 233 ] | 236 ] |
| 234 }, | 237 }, |
| 235 { | 238 { |
| 236 "allow_subannotations": true, | 239 "allow_subannotations": true, |
| 237 "cmd": [ | 240 "cmd": [ |
| 238 "python", | 241 "python", |
| 239 "-u", | 242 "-u", |
| 240 "[BUILD]\\scripts\\slave\\zip_build.py", | 243 "[BUILD]\\scripts\\slave\\zip_build.py", |
| 241 "--target", | 244 "--target", |
| 242 "Release", | 245 "Release", |
| 243 "--build-url", | 246 "--build-url", |
| 244 "gs://chromium-win-archive/chromium.win/Win Builder", | 247 "gs://chromium-win-archive/chromium.win/Win Builder", |
| 245 "--build_revision", | 248 "--build_revision", |
| 246 "170242", | 249 "170242", |
| 247 "--factory-properties", | 250 "--factory-properties", |
| 248 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 251 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 249 "--build-properties", | 252 "--build-properties", |
| 250 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium
.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 251 ], | 254 ], |
| 252 "name": "package build" | 255 "name": "package build" |
| 253 } | 256 } |
| 254 ] | 257 ] |
| OLD | NEW |