| 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 "client.skia", | 16 "client.skia", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 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@HEAD", | 32 "src@HEAD", |
| 34 "--revision", | 33 "--revision", |
| 35 "src/third_party/skia@1111111", | 34 "src/third_party/skia@1111111", |
| 36 "--force", | 35 "--force", |
| 37 "--output_manifest" | 36 "--output_manifest" |
| 38 ], | 37 ], |
| 39 "cwd": "[SLAVE_BUILD]", | |
| 40 "env": { | 38 "env": { |
| 41 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 42 }, | 40 }, |
| 43 "name": "bot_update", | 41 "name": "bot_update", |
| 44 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 45 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 113 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 114 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 115 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, | 113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, |
| 116 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
| 117 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 115 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
| 118 ] | 116 ] |
| 119 }, | 117 }, |
| 120 { | 118 { |
| 121 "cmd": [], | 119 "cmd": [], |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "name": "ensure_goma" | 120 "name": "ensure_goma" |
| 124 }, | 121 }, |
| 125 { | 122 { |
| 126 "cmd": [ | 123 "cmd": [ |
| 127 "python", | 124 "python", |
| 128 "-u", | 125 "-u", |
| 129 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 130 "--platform", | 127 "--platform", |
| 131 "windows-386", | 128 "windows-386", |
| 132 "--dest-directory", | 129 "--dest-directory", |
| 133 "[SLAVE_BUILD]\\cipd", | 130 "[SLAVE_BUILD]\\cipd", |
| 134 "--json-output", | 131 "--json-output", |
| 135 "/path/to/tmp/json" | 132 "/path/to/tmp/json" |
| 136 ], | 133 ], |
| 137 "cwd": "[SLAVE_BUILD]", | |
| 138 "name": "ensure_goma.install cipd", | 134 "name": "ensure_goma.install cipd", |
| 139 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 140 "@@@STEP_NEST_LEVEL@1@@@", | 136 "@@@STEP_NEST_LEVEL@1@@@", |
| 141 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 137 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 142 "@@@STEP_LOG_LINE@json.output@{@@@", | 138 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@}@@@", | 141 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 146 "@@@STEP_LOG_END@json.output@@@" | 142 "@@@STEP_LOG_END@json.output@@@" |
| 147 ] | 143 ] |
| 148 }, | 144 }, |
| 149 { | 145 { |
| 150 "cmd": [ | 146 "cmd": [ |
| 151 "[SLAVE_BUILD]\\cipd\\cipd", | 147 "[SLAVE_BUILD]\\cipd\\cipd", |
| 152 "ensure", | 148 "ensure", |
| 153 "--root", | 149 "--root", |
| 154 "[CACHE]\\cipd\\goma", | 150 "[CACHE]\\cipd\\goma", |
| 155 "--list", | 151 "--list", |
| 156 "infra_internal/goma/client/windows-amd64 release", | 152 "infra_internal/goma/client/windows-amd64 release", |
| 157 "--json-output", | 153 "--json-output", |
| 158 "/path/to/tmp/json", | 154 "/path/to/tmp/json", |
| 159 "--service-account-json", | 155 "--service-account-json", |
| 160 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 156 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 161 ], | 157 ], |
| 162 "cwd": "[SLAVE_BUILD]", | |
| 163 "name": "ensure_goma.ensure_installed", | 158 "name": "ensure_goma.ensure_installed", |
| 164 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 165 "@@@STEP_NEST_LEVEL@1@@@", | 160 "@@@STEP_NEST_LEVEL@1@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@{@@@", | 161 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ {@@@", | 163 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ }@@@", | 166 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 167 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@}@@@", | 168 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 174 "@@@STEP_LOG_END@json.output@@@" | 169 "@@@STEP_LOG_END@json.output@@@" |
| 175 ] | 170 ] |
| 176 }, | 171 }, |
| 177 { | 172 { |
| 178 "cmd": [ | 173 "cmd": [ |
| 179 "python", | 174 "python", |
| 180 "-u", | 175 "-u", |
| 181 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 176 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 182 "--version" | 177 "--version" |
| 183 ], | 178 ], |
| 184 "cwd": "[SLAVE_BUILD]", | |
| 185 "name": "swarming.py --version", | 179 "name": "swarming.py --version", |
| 186 "stdout": "/path/to/tmp/", | 180 "stdout": "/path/to/tmp/", |
| 187 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 188 "@@@STEP_TEXT@0.4.10@@@" | 182 "@@@STEP_TEXT@0.4.10@@@" |
| 189 ] | 183 ] |
| 190 }, | 184 }, |
| 191 { | 185 { |
| 192 "cmd": [ | 186 "cmd": [ |
| 193 "python", | 187 "python", |
| 194 "-u", | 188 "-u", |
| 195 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 196 "runhooks" | 190 "runhooks" |
| 197 ], | 191 ], |
| 198 "cwd": "[SLAVE_BUILD]", | |
| 199 "env": { | 192 "env": { |
| 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 201 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", | 194 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", |
| 202 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 195 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 203 }, | 196 }, |
| 204 "name": "gclient runhooks" | 197 "name": "gclient runhooks" |
| 205 }, | 198 }, |
| 206 { | 199 { |
| 207 "cmd": [ | 200 "cmd": [ |
| 208 "python", | 201 "python", |
| 209 "-u", | 202 "-u", |
| 210 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 203 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 211 "--output", | 204 "--output", |
| 212 "/path/to/tmp/json", | 205 "/path/to/tmp/json", |
| 213 "--", | 206 "--", |
| 214 "--build-config-fs", | 207 "--build-config-fs", |
| 215 "Release", | 208 "Release", |
| 216 "--use-src-side-runtest-py", | 209 "--use-src-side-runtest-py", |
| 217 "--paths", | 210 "--paths", |
| 218 "{\"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\"}", | 211 "{\"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\"}", |
| 219 "--properties", | 212 "--properties", |
| 220 "{\"buildername\": \"Win7 Tests (1)\", \"buildnumber\": 571, \"mastername\
": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win
\"}" | 213 "{\"buildername\": \"Win7 Tests (1)\", \"buildnumber\": 571, \"mastername\
": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win
\"}" |
| 221 ], | 214 ], |
| 222 "cwd": "[SLAVE_BUILD]", | |
| 223 "name": "get compile targets for scripts", | 215 "name": "get compile targets for scripts", |
| 224 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 225 "@@@STEP_LOG_LINE@json.output@{}@@@", | 217 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 226 "@@@STEP_LOG_END@json.output@@@" | 218 "@@@STEP_LOG_END@json.output@@@" |
| 227 ] | 219 ] |
| 228 }, | 220 }, |
| 229 { | 221 { |
| 230 "cmd": [ | 222 "cmd": [ |
| 231 "python", | 223 "python", |
| 232 "-u", | 224 "-u", |
| 233 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 234 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 226 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 235 "/path/to/tmp/json" | 227 "/path/to/tmp/json" |
| 236 ], | 228 ], |
| 237 "cwd": "[SLAVE_BUILD]", | |
| 238 "name": "read test spec", | 229 "name": "read test spec", |
| 239 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 240 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 231 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@{@@@", | 232 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", | 233 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ {@@@", | 235 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 238 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 239 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ }@@@", | 240 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 241 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ }@@@", | 242 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@}@@@", | 243 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 253 "@@@STEP_LOG_END@json.output@@@" | 244 "@@@STEP_LOG_END@json.output@@@" |
| 254 ] | 245 ] |
| 255 }, | 246 }, |
| 256 { | 247 { |
| 257 "cmd": [ | 248 "cmd": [ |
| 258 "python", | 249 "python", |
| 259 "-u", | 250 "-u", |
| 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 261 "--show-path", | 252 "--show-path", |
| 262 "python", | 253 "python", |
| 263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 264 ], | 255 ], |
| 265 "cwd": "[SLAVE_BUILD]", | |
| 266 "name": "cleanup_temp" | 256 "name": "cleanup_temp" |
| 267 }, | 257 }, |
| 268 { | 258 { |
| 269 "cmd": [ | 259 "cmd": [ |
| 270 "python", | 260 "python", |
| 271 "-u", | 261 "-u", |
| 272 "\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", | 262 "\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", |
| 273 "[SLAVE_BUILD]\\src\\out\\Release" | 263 "[SLAVE_BUILD]\\src\\out\\Release" |
| 274 ], | 264 ], |
| 275 "cwd": "[SLAVE_BUILD]", | |
| 276 "name": "rmtree build directory", | 265 "name": "rmtree build directory", |
| 277 "~followup_annotations": [ | 266 "~followup_annotations": [ |
| 278 "@@@STEP_LOG_LINE@python.inline@@@@", | 267 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 279 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 268 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 280 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 269 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 281 "@@@STEP_LOG_LINE@python.inline@@@@", | 270 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 282 "@@@STEP_LOG_LINE@python.inline@@@@", | 271 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 283 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 272 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 284 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 273 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 285 "@@@STEP_LOG_END@python.inline@@@" | 274 "@@@STEP_LOG_END@python.inline@@@" |
| 286 ] | 275 ] |
| 287 }, | 276 }, |
| 288 { | 277 { |
| 289 "cmd": [ | 278 "cmd": [ |
| 290 "python", | 279 "python", |
| 291 "-u", | 280 "-u", |
| 292 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 281 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 293 "--show-path", | 282 "--show-path", |
| 294 "python", | 283 "python", |
| 295 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", | 284 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
| 296 "--target", | 285 "--target", |
| 297 "Release", | 286 "Release", |
| 298 "--build-archive-url", | 287 "--build-archive-url", |
| 299 "gs://test-domain/test-archive.zip", | 288 "gs://test-domain/test-archive.zip", |
| 300 "--master-name", | 289 "--master-name", |
| 301 "client.skia", | 290 "client.skia", |
| 302 "--build-number", | 291 "--build-number", |
| 303 "571" | 292 "571" |
| 304 ], | 293 ], |
| 305 "cwd": "[SLAVE_BUILD]", | |
| 306 "name": "extract build" | 294 "name": "extract build" |
| 307 }, | 295 }, |
| 308 { | 296 { |
| 309 "cmd": [ | 297 "cmd": [ |
| 310 "python", | 298 "python", |
| 311 "-u", | 299 "-u", |
| 312 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 300 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 313 "--build-dir", | 301 "--build-dir", |
| 314 "[SLAVE_BUILD]\\src\\out\\Release", | 302 "[SLAVE_BUILD]\\src\\out\\Release", |
| 315 "--output-json", | 303 "--output-json", |
| 316 "/path/to/tmp/json" | 304 "/path/to/tmp/json" |
| 317 ], | 305 ], |
| 318 "cwd": "[SLAVE_BUILD]", | |
| 319 "name": "find isolated tests", | 306 "name": "find isolated tests", |
| 320 "~followup_annotations": [ | 307 "~followup_annotations": [ |
| 321 "@@@STEP_LOG_LINE@json.output@{@@@", | 308 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 322 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 309 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 323 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 310 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 324 "@@@STEP_LOG_LINE@json.output@}@@@", | 311 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 325 "@@@STEP_LOG_END@json.output@@@", | 312 "@@@STEP_LOG_END@json.output@@@", |
| 326 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 313 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 327 ] | 314 ] |
| 328 }, | 315 }, |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "purpose:post-commit", | 369 "purpose:post-commit", |
| 383 "--tag", | 370 "--tag", |
| 384 "slavename:TestSlavename", | 371 "slavename:TestSlavename", |
| 385 "--tag", | 372 "--tag", |
| 386 "stepname:browser_tests on Windows-7-SP1", | 373 "stepname:browser_tests on Windows-7-SP1", |
| 387 "--idempotent", | 374 "--idempotent", |
| 388 "ffffffffffffffffffffffffffffffffffffffff", | 375 "ffffffffffffffffffffffffffffffffffffffff", |
| 389 "--", | 376 "--", |
| 390 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 377 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 391 ], | 378 ], |
| 392 "cwd": "[SLAVE_BUILD]", | |
| 393 "name": "[trigger] browser_tests on Windows-7-SP1", | 379 "name": "[trigger] browser_tests on Windows-7-SP1", |
| 394 "~followup_annotations": [ | 380 "~followup_annotations": [ |
| 395 "@@@STEP_LOG_LINE@json.output@{@@@", | 381 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/Win7 Tests (1)/571\", @@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/Win7 Tests (1)/571\", @@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 398 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/Win7 Tests (1)/571\": {@@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/Win7 Tests (1)/571\": {@@@", |
| 399 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 400 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 401 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 402 "@@@STEP_LOG_LINE@json.output@ }@@@", | 388 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 414 "--build-dir", | 400 "--build-dir", |
| 415 "[SLAVE_BUILD]\\src\\out", | 401 "[SLAVE_BUILD]\\src\\out", |
| 416 "--target", | 402 "--target", |
| 417 "Release", | 403 "Release", |
| 418 "--force-clean", | 404 "--force-clean", |
| 419 "--config", | 405 "--config", |
| 420 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", | 406 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", |
| 421 "--write-full-results-to", | 407 "--write-full-results-to", |
| 422 "/path/to/tmp/json" | 408 "/path/to/tmp/json" |
| 423 ], | 409 ], |
| 424 "cwd": "[SLAVE_BUILD]", | |
| 425 "name": "test_installer" | 410 "name": "test_installer" |
| 426 }, | 411 }, |
| 427 { | 412 { |
| 428 "allow_subannotations": true, | 413 "allow_subannotations": true, |
| 429 "cmd": [ | 414 "cmd": [ |
| 430 "python", | 415 "python", |
| 431 "-u", | 416 "-u", |
| 432 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 417 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 433 "python", | 418 "python", |
| 434 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", | 419 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", |
| 435 "--swarming-client-dir", | 420 "--swarming-client-dir", |
| 436 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 421 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 437 "--temp-root-dir", | 422 "--temp-root-dir", |
| 438 "[TMP_BASE]", | 423 "[TMP_BASE]", |
| 439 "--merged-test-output", | 424 "--merged-test-output", |
| 440 "/path/to/tmp/json", | 425 "/path/to/tmp/json", |
| 441 "--", | 426 "--", |
| 442 "collect", | 427 "collect", |
| 443 "--swarming", | 428 "--swarming", |
| 444 "https://chromium-swarm.appspot.com", | 429 "https://chromium-swarm.appspot.com", |
| 445 "--decorate", | 430 "--decorate", |
| 446 "--print-status-updates", | 431 "--print-status-updates", |
| 447 "--shards", | 432 "--shards", |
| 448 "1", | 433 "1", |
| 449 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)/571" | 434 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Tests (1)/571" |
| 450 ], | 435 ], |
| 451 "cwd": "[SLAVE_BUILD]", | |
| 452 "name": "browser_tests on Windows-7-SP1", | 436 "name": "browser_tests on Windows-7-SP1", |
| 453 "~followup_annotations": [ | 437 "~followup_annotations": [ |
| 454 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 438 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 455 ] | 439 ] |
| 456 }, | 440 }, |
| 457 { | 441 { |
| 458 "cmd": [ | 442 "cmd": [ |
| 459 "python", | 443 "python", |
| 460 "-u", | 444 "-u", |
| 461 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 445 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 462 "--input-gtest-json", | 446 "--input-gtest-json", |
| 463 "{\"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\"}}]}}"
, | 447 "{\"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\"}}]}}"
, |
| 464 "--master-name", | 448 "--master-name", |
| 465 "client.skia", | 449 "client.skia", |
| 466 "--builder-name", | 450 "--builder-name", |
| 467 "Win7 Tests (1)", | 451 "Win7 Tests (1)", |
| 468 "--build-number", | 452 "--build-number", |
| 469 "571", | 453 "571", |
| 470 "--test-type", | 454 "--test-type", |
| 471 "browser_tests on Windows-7-SP1", | 455 "browser_tests on Windows-7-SP1", |
| 472 "--test-results-server", | 456 "--test-results-server", |
| 473 "test-results.appspot.com", | 457 "test-results.appspot.com", |
| 474 "--chrome-revision", | 458 "--chrome-revision", |
| 475 "143121" | 459 "143121" |
| 476 ], | 460 ], |
| 477 "cwd": "[SLAVE_BUILD]", | |
| 478 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" | 461 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" |
| 479 }, | 462 }, |
| 480 { | 463 { |
| 481 "cmd": [ | 464 "cmd": [ |
| 482 "python", | 465 "python", |
| 483 "-u", | 466 "-u", |
| 484 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 467 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 485 "--target", | 468 "--target", |
| 486 "Release" | 469 "Release" |
| 487 ], | 470 ], |
| 488 "cwd": "[SLAVE_BUILD]", | |
| 489 "name": "process_dumps" | 471 "name": "process_dumps" |
| 490 }, | 472 }, |
| 491 { | 473 { |
| 492 "name": "$result", | 474 "name": "$result", |
| 493 "recipe_result": null, | 475 "recipe_result": null, |
| 494 "status_code": 0 | 476 "status_code": 0 |
| 495 } | 477 } |
| 496 ] | 478 ] |
| OLD | NEW |