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