| 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.win", | 17 "chromium.win", |
| 17 "--builder", | 18 "--builder", |
| 18 "XP Tests (1)", | 19 "XP Tests (1)", |
| 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@1111111" | 31 "src@1111111" |
| 31 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
| 32 "name": "bot_update", | 34 "name": "bot_update", |
| 33 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 69 ] | 71 ] |
| 70 }, | 72 }, |
| 71 { | 73 { |
| 72 "cmd": [ | 74 "cmd": [ |
| 73 "python", | 75 "python", |
| 74 "-u", | 76 "-u", |
| 75 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 76 "--version" | 78 "--version" |
| 77 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", |
| 78 "name": "swarming.py --version", | 81 "name": "swarming.py --version", |
| 79 "stdout": "/path/to/tmp/", | 82 "stdout": "/path/to/tmp/", |
| 80 "~followup_annotations": [ | 83 "~followup_annotations": [ |
| 81 "@@@STEP_TEXT@0.4.10@@@" | 84 "@@@STEP_TEXT@0.4.10@@@" |
| 82 ] | 85 ] |
| 83 }, | 86 }, |
| 84 { | 87 { |
| 85 "cmd": [ | 88 "cmd": [ |
| 86 "python", | 89 "python", |
| 87 "-u", | 90 "-u", |
| 88 "[DEPOT_TOOLS]\\gclient.py", | 91 "[DEPOT_TOOLS]\\gclient.py", |
| 89 "runhooks" | 92 "runhooks" |
| 90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
| 91 "env": { | 95 "env": { |
| 92 "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" | 96 "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" |
| 93 }, | 97 }, |
| 94 "name": "gclient runhooks" | 98 "name": "gclient runhooks" |
| 95 }, | 99 }, |
| 96 { | 100 { |
| 97 "cmd": [ | 101 "cmd": [ |
| 98 "python", | 102 "python", |
| 99 "-u", | 103 "-u", |
| 100 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 101 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 102 "/path/to/tmp/json" | 106 "/path/to/tmp/json" |
| 103 ], | 107 ], |
| 108 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "read test spec", | 109 "name": "read test spec", |
| 105 "~followup_annotations": [ | 110 "~followup_annotations": [ |
| 106 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@{@@@", | 112 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 108 "@@@STEP_LOG_LINE@json.output@ \"XP Tests (1)\": {@@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"XP Tests (1)\": {@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 110 "@@@STEP_LOG_LINE@json.output@ {@@@", | 115 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 111 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 116 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 117 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 118 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 127 "--output", | 132 "--output", |
| 128 "/path/to/tmp/json", | 133 "/path/to/tmp/json", |
| 129 "--", | 134 "--", |
| 130 "--build-config-fs", | 135 "--build-config-fs", |
| 131 "Release", | 136 "Release", |
| 132 "--paths", | 137 "--paths", |
| 133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 138 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 134 "--properties", | 139 "--properties", |
| 135 "{\"buildername\": \"XP Tests (1)\", \"buildnumber\": 571, \"mastername\":
\"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\
"}" | 140 "{\"buildername\": \"XP Tests (1)\", \"buildnumber\": 571, \"mastername\":
\"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\
"}" |
| 136 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]", |
| 137 "name": "get compile targets for scripts", | 143 "name": "get compile targets for scripts", |
| 138 "~followup_annotations": [ | 144 "~followup_annotations": [ |
| 139 "@@@STEP_LOG_LINE@json.output@{}@@@", | 145 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
| 141 ] | 147 ] |
| 142 }, | 148 }, |
| 143 { | 149 { |
| 144 "cmd": [ | 150 "cmd": [ |
| 145 "python", | 151 "python", |
| 146 "-u", | 152 "-u", |
| 147 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 153 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 148 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]", |
| 149 "name": "cleanup_temp" | 156 "name": "cleanup_temp" |
| 150 }, | 157 }, |
| 151 { | 158 { |
| 152 "cmd": [ | 159 "cmd": [ |
| 153 "python", | 160 "python", |
| 154 "-u", | 161 "-u", |
| 155 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 162 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 156 "[SLAVE_BUILD]\\src\\out\\Release" | 163 "[SLAVE_BUILD]\\src\\out\\Release" |
| 157 ], | 164 ], |
| 165 "cwd": "[SLAVE_BUILD]", |
| 158 "name": "rmtree build directory", | 166 "name": "rmtree build directory", |
| 159 "~followup_annotations": [ | 167 "~followup_annotations": [ |
| 160 "@@@STEP_LOG_LINE@python.inline@@@@", | 168 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 161 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 169 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 170 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@@@@", | 171 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 172 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 165 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 173 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 166 "@@@STEP_LOG_END@python.inline@@@" | 174 "@@@STEP_LOG_END@python.inline@@@" |
| 167 ] | 175 ] |
| 168 }, | 176 }, |
| 169 { | 177 { |
| 170 "cmd": [ | 178 "cmd": [ |
| 171 "python", | 179 "python", |
| 172 "-u", | 180 "-u", |
| 173 "[BUILD]\\scripts\\slave\\extract_build.py", | 181 "[BUILD]\\scripts\\slave\\extract_build.py", |
| 174 "--target", | 182 "--target", |
| 175 "Release", | 183 "Release", |
| 176 "--build-archive-url", | 184 "--build-archive-url", |
| 177 "gs://test-domain/test-archive.zip", | 185 "gs://test-domain/test-archive.zip", |
| 178 "--factory-properties", | 186 "--factory-properties", |
| 179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"XP Tests (1)\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.win\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"
parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\", \"r
ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"br
owser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\": \"/pa
th/to/workdir/TestSlavename\"}", | 187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"XP Tests (1)\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.win\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"
parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\", \"r
ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"br
owser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\": \"/pa
th/to/workdir/TestSlavename\"}", |
| 180 "--build-properties", | 188 "--build-properties", |
| 181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"XP Tests (1)\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.win\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"
parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\", \"r
ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"br
owser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\": \"/pa
th/to/workdir/TestSlavename\"}" | 189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"XP Tests (1)\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.win\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"
parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\", \"r
ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"br
owser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\": \"/pa
th/to/workdir/TestSlavename\"}" |
| 182 ], | 190 ], |
| 191 "cwd": "[SLAVE_BUILD]", |
| 183 "name": "extract build" | 192 "name": "extract build" |
| 184 }, | 193 }, |
| 185 { | 194 { |
| 186 "cmd": [ | 195 "cmd": [ |
| 187 "python", | 196 "python", |
| 188 "-u", | 197 "-u", |
| 189 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 198 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
| 190 "--build-dir", | 199 "--build-dir", |
| 191 "[SLAVE_BUILD]\\src\\out\\Release", | 200 "[SLAVE_BUILD]\\src\\out\\Release", |
| 192 "--output-json", | 201 "--output-json", |
| 193 "/path/to/tmp/json" | 202 "/path/to/tmp/json" |
| 194 ], | 203 ], |
| 204 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "find isolated tests", | 205 "name": "find isolated tests", |
| 196 "~followup_annotations": [ | 206 "~followup_annotations": [ |
| 197 "@@@STEP_LOG_LINE@json.output@{@@@", | 207 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 200 "@@@STEP_LOG_LINE@json.output@}@@@", | 210 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 201 "@@@STEP_LOG_END@json.output@@@", | 211 "@@@STEP_LOG_END@json.output@@@", |
| 202 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 212 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 203 ] | 213 ] |
| 204 }, | 214 }, |
| 205 { | 215 { |
| 206 "cmd": [ | 216 "cmd": [ |
| 207 "python", | 217 "python", |
| 208 "-u", | 218 "-u", |
| 209 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 219 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
| 210 "--target", | 220 "--target", |
| 211 "Release" | 221 "Release" |
| 212 ], | 222 ], |
| 223 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "start_crash_service" | 224 "name": "start_crash_service" |
| 214 }, | 225 }, |
| 215 { | 226 { |
| 216 "cmd": [ | 227 "cmd": [ |
| 217 "python", | 228 "python", |
| 218 "-u", | 229 "-u", |
| 219 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 230 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 220 "trigger", | 231 "trigger", |
| 221 "--swarming", | 232 "--swarming", |
| 222 "https://chromium-swarm.appspot.com", | 233 "https://chromium-swarm.appspot.com", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 "project:chromium", | 275 "project:chromium", |
| 265 "--tag", | 276 "--tag", |
| 266 "purpose:CI", | 277 "purpose:CI", |
| 267 "--tag", | 278 "--tag", |
| 268 "purpose:post-commit", | 279 "purpose:post-commit", |
| 269 "--idempotent", | 280 "--idempotent", |
| 270 "ffffffffffffffffffffffffffffffffffffffff", | 281 "ffffffffffffffffffffffffffffffffffffffff", |
| 271 "--", | 282 "--", |
| 272 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 283 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 273 ], | 284 ], |
| 285 "cwd": "[SLAVE_BUILD]", |
| 274 "name": "[trigger] browser_tests on Windows-XP-SP3", | 286 "name": "[trigger] browser_tests on Windows-XP-SP3", |
| 275 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 276 "@@@STEP_LOG_LINE@json.output@{@@@", | 288 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-XP-SP3/ffffffffff/XP Tests (1)/571\", @@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-XP-SP3/ffffffffff/XP Tests (1)/571\", @@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-XP-SP3/fffffffff
f/XP Tests (1)/571\": {@@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-XP-SP3/fffffffff
f/XP Tests (1)/571\": {@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ }@@@", | 295 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 302 "--", | 314 "--", |
| 303 "collect", | 315 "collect", |
| 304 "--swarming", | 316 "--swarming", |
| 305 "https://chromium-swarm.appspot.com", | 317 "https://chromium-swarm.appspot.com", |
| 306 "--decorate", | 318 "--decorate", |
| 307 "--print-status-updates", | 319 "--print-status-updates", |
| 308 "--shards", | 320 "--shards", |
| 309 "1", | 321 "1", |
| 310 "browser_tests/Windows-XP-SP3/ffffffffff/XP Tests (1)/571" | 322 "browser_tests/Windows-XP-SP3/ffffffffff/XP Tests (1)/571" |
| 311 ], | 323 ], |
| 324 "cwd": "[SLAVE_BUILD]", |
| 312 "name": "browser_tests on Windows-XP-SP3" | 325 "name": "browser_tests on Windows-XP-SP3" |
| 313 }, | 326 }, |
| 314 { | 327 { |
| 315 "cmd": [ | 328 "cmd": [ |
| 316 "python", | 329 "python", |
| 317 "-u", | 330 "-u", |
| 318 "[BUILD]\\scripts\\slave\\process_dumps.py", | 331 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 319 "--target", | 332 "--target", |
| 320 "Release" | 333 "Release" |
| 321 ], | 334 ], |
| 335 "cwd": "[SLAVE_BUILD]", |
| 322 "name": "process_dumps" | 336 "name": "process_dumps" |
| 323 } | 337 } |
| 324 ] | 338 ] |
| OLD | NEW |