| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "chromium.fyi", | 16 "chromium.fyi", |
| 18 "--builder", | 17 "--builder", |
| 19 "ClangToTWin tester", | 18 "ClangToTWin tester", |
| 20 "--slave", | 19 "--slave", |
| 21 "TestSlavename", | 20 "TestSlavename", |
| 22 "--spec", | 21 "--spec", |
| 23 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 22 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 24 "--root", | 23 "--root", |
| 25 "src", | 24 "src", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[GIT_CACHE]", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "src@1111111", | 32 "src@1111111", |
| 34 "--force", | 33 "--force", |
| 35 "--output_manifest" | 34 "--output_manifest" |
| 36 ], | 35 ], |
| 37 "cwd": "[SLAVE_BUILD]", | |
| 38 "env": { | 36 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 38 }, |
| 41 "name": "bot_update", | 39 "name": "bot_update", |
| 42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 107 ] | 105 ] |
| 108 }, | 106 }, |
| 109 { | 107 { |
| 110 "cmd": [ | 108 "cmd": [ |
| 111 "python", | 109 "python", |
| 112 "-u", | 110 "-u", |
| 113 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 111 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 114 "--version" | 112 "--version" |
| 115 ], | 113 ], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "swarming.py --version", | 114 "name": "swarming.py --version", |
| 118 "stdout": "/path/to/tmp/", | 115 "stdout": "/path/to/tmp/", |
| 119 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 120 "@@@STEP_TEXT@0.4.10@@@" | 117 "@@@STEP_TEXT@0.4.10@@@" |
| 121 ] | 118 ] |
| 122 }, | 119 }, |
| 123 { | 120 { |
| 124 "cmd": [ | 121 "cmd": [ |
| 125 "python", | 122 "python", |
| 126 "-u", | 123 "-u", |
| 127 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 124 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 128 "runhooks" | 125 "runhooks" |
| 129 ], | 126 ], |
| 130 "cwd": "[SLAVE_BUILD]", | |
| 131 "env": { | 127 "env": { |
| 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 133 "GYP_DEFINES": "component=static_library target_arch=ia32 test_isolation_m
ode=prepare", | 129 "GYP_DEFINES": "component=static_library target_arch=ia32 test_isolation_m
ode=prepare", |
| 134 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 130 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 135 }, | 131 }, |
| 136 "name": "gclient runhooks" | 132 "name": "gclient runhooks" |
| 137 }, | 133 }, |
| 138 { | 134 { |
| 139 "cmd": [ | 135 "cmd": [ |
| 140 "python", | 136 "python", |
| 141 "-u", | 137 "-u", |
| 142 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 138 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 143 "--output", | 139 "--output", |
| 144 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
| 145 "--", | 141 "--", |
| 146 "--build-config-fs", | 142 "--build-config-fs", |
| 147 "Release", | 143 "Release", |
| 148 "--paths", | 144 "--paths", |
| 149 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 145 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 150 "--properties", | 146 "--properties", |
| 151 "{\"buildername\": \"ClangToTWin tester\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" | 147 "{\"buildername\": \"ClangToTWin tester\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" |
| 152 ], | 148 ], |
| 153 "cwd": "[SLAVE_BUILD]", | |
| 154 "name": "get compile targets for scripts", | 149 "name": "get compile targets for scripts", |
| 155 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 156 "@@@STEP_LOG_LINE@json.output@{}@@@", | 151 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 157 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 153 ] |
| 159 }, | 154 }, |
| 160 { | 155 { |
| 161 "cmd": [ | 156 "cmd": [ |
| 162 "python", | 157 "python", |
| 163 "-u", | 158 "-u", |
| 164 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 159 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 165 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 160 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
| 166 "/path/to/tmp/json" | 161 "/path/to/tmp/json" |
| 167 ], | 162 ], |
| 168 "cwd": "[SLAVE_BUILD]", | |
| 169 "name": "read test spec", | 163 "name": "read test spec", |
| 170 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 171 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 165 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@{@@@", | 166 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"ClangToTWin tester\": {@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"ClangToTWin tester\": {@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ {@@@", | 169 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 172 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ }@@@", | 174 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 175 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ }@@@", | 176 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@}@@@", | 177 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 184 "@@@STEP_LOG_END@json.output@@@" | 178 "@@@STEP_LOG_END@json.output@@@" |
| 185 ] | 179 ] |
| 186 }, | 180 }, |
| 187 { | 181 { |
| 188 "cmd": [ | 182 "cmd": [ |
| 189 "python", | 183 "python", |
| 190 "-u", | 184 "-u", |
| 191 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 185 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 192 "--show-path", | 186 "--show-path", |
| 193 "python", | 187 "python", |
| 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 188 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 195 ], | 189 ], |
| 196 "cwd": "[SLAVE_BUILD]", | |
| 197 "name": "cleanup_temp" | 190 "name": "cleanup_temp" |
| 198 }, | 191 }, |
| 199 { | 192 { |
| 200 "cmd": [ | 193 "cmd": [ |
| 201 "python", | 194 "python", |
| 202 "-u", | 195 "-u", |
| 203 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 196 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 204 "[SLAVE_BUILD]\\src\\out\\Release" | 197 "[SLAVE_BUILD]\\src\\out\\Release" |
| 205 ], | 198 ], |
| 206 "cwd": "[SLAVE_BUILD]", | |
| 207 "name": "rmtree build directory", | 199 "name": "rmtree build directory", |
| 208 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 209 "@@@STEP_LOG_LINE@python.inline@@@@", | 201 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 210 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 211 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 212 "@@@STEP_LOG_LINE@python.inline@@@@", | 204 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 213 "@@@STEP_LOG_LINE@python.inline@@@@", | 205 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 214 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 215 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 216 "@@@STEP_LOG_END@python.inline@@@" | 208 "@@@STEP_LOG_END@python.inline@@@" |
| 217 ] | 209 ] |
| 218 }, | 210 }, |
| 219 { | 211 { |
| 220 "cmd": [ | 212 "cmd": [ |
| 221 "python", | 213 "python", |
| 222 "-u", | 214 "-u", |
| 223 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 215 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 224 "--show-path", | 216 "--show-path", |
| 225 "python", | 217 "python", |
| 226 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", | 218 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
| 227 "--target", | 219 "--target", |
| 228 "Release", | 220 "Release", |
| 229 "--build-archive-url", | 221 "--build-archive-url", |
| 230 "gs://test-domain/test-archive.zip", | 222 "gs://test-domain/test-archive.zip", |
| 231 "--master-name", | 223 "--master-name", |
| 232 "chromium.fyi", | 224 "chromium.fyi", |
| 233 "--build-number", | 225 "--build-number", |
| 234 "571" | 226 "571" |
| 235 ], | 227 ], |
| 236 "cwd": "[SLAVE_BUILD]", | |
| 237 "name": "extract build" | 228 "name": "extract build" |
| 238 }, | 229 }, |
| 239 { | 230 { |
| 240 "cmd": [ | 231 "cmd": [ |
| 241 "python", | 232 "python", |
| 242 "-u", | 233 "-u", |
| 243 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 234 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 244 "--build-dir", | 235 "--build-dir", |
| 245 "[SLAVE_BUILD]\\src\\out\\Release", | 236 "[SLAVE_BUILD]\\src\\out\\Release", |
| 246 "--output-json", | 237 "--output-json", |
| 247 "/path/to/tmp/json" | 238 "/path/to/tmp/json" |
| 248 ], | 239 ], |
| 249 "cwd": "[SLAVE_BUILD]", | |
| 250 "name": "find isolated tests", | 240 "name": "find isolated tests", |
| 251 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 252 "@@@STEP_LOG_LINE@json.output@{@@@", | 242 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 243 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@}@@@", | 245 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 256 "@@@STEP_LOG_END@json.output@@@", | 246 "@@@STEP_LOG_END@json.output@@@", |
| 257 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 247 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 258 ] | 248 ] |
| 259 }, | 249 }, |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "purpose:post-commit", | 303 "purpose:post-commit", |
| 314 "--tag", | 304 "--tag", |
| 315 "slavename:TestSlavename", | 305 "slavename:TestSlavename", |
| 316 "--tag", | 306 "--tag", |
| 317 "stepname:browser_tests on Windows-7-SP1", | 307 "stepname:browser_tests on Windows-7-SP1", |
| 318 "--idempotent", | 308 "--idempotent", |
| 319 "ffffffffffffffffffffffffffffffffffffffff", | 309 "ffffffffffffffffffffffffffffffffffffffff", |
| 320 "--", | 310 "--", |
| 321 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 311 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 322 ], | 312 ], |
| 323 "cwd": "[SLAVE_BUILD]", | |
| 324 "name": "[trigger] browser_tests on Windows-7-SP1", | 313 "name": "[trigger] browser_tests on Windows-7-SP1", |
| 325 "~followup_annotations": [ | 314 "~followup_annotations": [ |
| 326 "@@@STEP_LOG_LINE@json.output@{@@@", | 315 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 327 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/ClangToTWin tester/571\", @@@", | 316 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/ClangToTWin tester/571\", @@@", |
| 328 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 317 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 329 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/ClangToTWin tester/571\": {@@@", | 318 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/ClangToTWin tester/571\": {@@@", |
| 330 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 331 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 320 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 332 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 333 "@@@STEP_LOG_LINE@json.output@ }@@@", | 322 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 354 "--", | 343 "--", |
| 355 "collect", | 344 "collect", |
| 356 "--swarming", | 345 "--swarming", |
| 357 "https://chromium-swarm.appspot.com", | 346 "https://chromium-swarm.appspot.com", |
| 358 "--decorate", | 347 "--decorate", |
| 359 "--print-status-updates", | 348 "--print-status-updates", |
| 360 "--shards", | 349 "--shards", |
| 361 "1", | 350 "1", |
| 362 "browser_tests/Windows-7-SP1/ffffffffff/ClangToTWin tester/571" | 351 "browser_tests/Windows-7-SP1/ffffffffff/ClangToTWin tester/571" |
| 363 ], | 352 ], |
| 364 "cwd": "[SLAVE_BUILD]", | |
| 365 "name": "browser_tests on Windows-7-SP1", | 353 "name": "browser_tests on Windows-7-SP1", |
| 366 "~followup_annotations": [ | 354 "~followup_annotations": [ |
| 367 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 355 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 368 ] | 356 ] |
| 369 }, | 357 }, |
| 370 { | 358 { |
| 371 "cmd": [ | 359 "cmd": [ |
| 372 "python", | 360 "python", |
| 373 "-u", | 361 "-u", |
| 374 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 362 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 375 "--input-gtest-json", | 363 "--input-gtest-json", |
| 376 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 364 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 377 "--master-name", | 365 "--master-name", |
| 378 "chromium.fyi", | 366 "chromium.fyi", |
| 379 "--builder-name", | 367 "--builder-name", |
| 380 "ClangToTWin tester", | 368 "ClangToTWin tester", |
| 381 "--build-number", | 369 "--build-number", |
| 382 "571", | 370 "571", |
| 383 "--test-type", | 371 "--test-type", |
| 384 "browser_tests on Windows-7-SP1", | 372 "browser_tests on Windows-7-SP1", |
| 385 "--test-results-server", | 373 "--test-results-server", |
| 386 "test-results.appspot.com", | 374 "test-results.appspot.com", |
| 387 "--chrome-revision", | 375 "--chrome-revision", |
| 388 "170242" | 376 "170242" |
| 389 ], | 377 ], |
| 390 "cwd": "[SLAVE_BUILD]", | |
| 391 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" | 378 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" |
| 392 }, | 379 }, |
| 393 { | 380 { |
| 394 "cmd": [ | 381 "cmd": [ |
| 395 "python", | 382 "python", |
| 396 "-u", | 383 "-u", |
| 397 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 384 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 398 "--target", | 385 "--target", |
| 399 "Release" | 386 "Release" |
| 400 ], | 387 ], |
| 401 "cwd": "[SLAVE_BUILD]", | |
| 402 "name": "process_dumps" | 388 "name": "process_dumps" |
| 403 }, | 389 }, |
| 404 { | 390 { |
| 405 "name": "$result", | 391 "name": "$result", |
| 406 "recipe_result": null, | 392 "recipe_result": null, |
| 407 "status_code": 0 | 393 "status_code": 0 |
| 408 } | 394 } |
| 409 ] | 395 ] |
| OLD | NEW |