| 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.webkit", | 16 "chromium.webkit", |
| 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/WebKit@HEAD", | 34 "src/third_party/WebKit@HEAD", |
| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 110 ] | 108 ] |
| 111 }, | 109 }, |
| 112 { | 110 { |
| 113 "cmd": [], | 111 "cmd": [], |
| 114 "cwd": "[SLAVE_BUILD]", | |
| 115 "name": "ensure_goma" | 112 "name": "ensure_goma" |
| 116 }, | 113 }, |
| 117 { | 114 { |
| 118 "cmd": [ | 115 "cmd": [ |
| 119 "python", | 116 "python", |
| 120 "-u", | 117 "-u", |
| 121 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 122 "--platform", | 119 "--platform", |
| 123 "windows-amd64", | 120 "windows-amd64", |
| 124 "--dest-directory", | 121 "--dest-directory", |
| 125 "[SLAVE_BUILD]\\cipd", | 122 "[SLAVE_BUILD]\\cipd", |
| 126 "--json-output", | 123 "--json-output", |
| 127 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
| 128 ], | 125 ], |
| 129 "cwd": "[SLAVE_BUILD]", | |
| 130 "name": "ensure_goma.install cipd", | 126 "name": "ensure_goma.install cipd", |
| 131 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 132 "@@@STEP_NEST_LEVEL@1@@@", | 128 "@@@STEP_NEST_LEVEL@1@@@", |
| 133 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 134 "@@@STEP_LOG_LINE@json.output@{@@@", | 130 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@}@@@", | 133 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 138 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
| 139 ] | 135 ] |
| 140 }, | 136 }, |
| 141 { | 137 { |
| 142 "cmd": [ | 138 "cmd": [ |
| 143 "[SLAVE_BUILD]\\cipd\\cipd", | 139 "[SLAVE_BUILD]\\cipd\\cipd", |
| 144 "ensure", | 140 "ensure", |
| 145 "--root", | 141 "--root", |
| 146 "[CACHE]\\cipd\\goma", | 142 "[CACHE]\\cipd\\goma", |
| 147 "--list", | 143 "--list", |
| 148 "infra_internal/goma/client/windows-amd64 release", | 144 "infra_internal/goma/client/windows-amd64 release", |
| 149 "--json-output", | 145 "--json-output", |
| 150 "/path/to/tmp/json", | 146 "/path/to/tmp/json", |
| 151 "--service-account-json", | 147 "--service-account-json", |
| 152 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 148 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 153 ], | 149 ], |
| 154 "cwd": "[SLAVE_BUILD]", | |
| 155 "name": "ensure_goma.ensure_installed", | 150 "name": "ensure_goma.ensure_installed", |
| 156 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 157 "@@@STEP_NEST_LEVEL@1@@@", | 152 "@@@STEP_NEST_LEVEL@1@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@{@@@", | 153 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ {@@@", | 155 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ }@@@", | 158 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@}@@@", | 160 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] | 162 ] |
| 168 }, | 163 }, |
| 169 { | 164 { |
| 170 "cmd": [ | 165 "cmd": [ |
| 171 "python", | 166 "python", |
| 172 "-u", | 167 "-u", |
| 173 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 168 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 174 "--version" | 169 "--version" |
| 175 ], | 170 ], |
| 176 "cwd": "[SLAVE_BUILD]", | |
| 177 "name": "swarming.py --version", | 171 "name": "swarming.py --version", |
| 178 "stdout": "/path/to/tmp/", | 172 "stdout": "/path/to/tmp/", |
| 179 "~followup_annotations": [ | 173 "~followup_annotations": [ |
| 180 "@@@STEP_TEXT@0.4.10@@@" | 174 "@@@STEP_TEXT@0.4.10@@@" |
| 181 ] | 175 ] |
| 182 }, | 176 }, |
| 183 { | 177 { |
| 184 "cmd": [ | 178 "cmd": [ |
| 185 "python", | 179 "python", |
| 186 "-u", | 180 "-u", |
| 187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 188 "runhooks" | 182 "runhooks" |
| 189 ], | 183 ], |
| 190 "cwd": "[SLAVE_BUILD]", | |
| 191 "env": { | 184 "env": { |
| 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 193 "GYP_CHROMIUM_NO_ACTION": "1", | 186 "GYP_CHROMIUM_NO_ACTION": "1", |
| 194 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma
=1", | 187 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma
=1", |
| 195 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 196 }, | 189 }, |
| 197 "name": "gclient runhooks" | 190 "name": "gclient runhooks" |
| 198 }, | 191 }, |
| 199 { | 192 { |
| 200 "cmd": [ | 193 "cmd": [ |
| 201 "python", | 194 "python", |
| 202 "-u", | 195 "-u", |
| 203 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 196 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 204 "--output", | 197 "--output", |
| 205 "/path/to/tmp/json", | 198 "/path/to/tmp/json", |
| 206 "--", | 199 "--", |
| 207 "--build-config-fs", | 200 "--build-config-fs", |
| 208 "Release_x64", | 201 "Release_x64", |
| 209 "--paths", | 202 "--paths", |
| 210 "{\"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\"}", | 203 "{\"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 "--properties", | 204 "--properties", |
| 212 "{\"buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mas
tername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platf
orm\": \"win\"}" | 205 "{\"buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"mas
tername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platf
orm\": \"win\"}" |
| 213 ], | 206 ], |
| 214 "cwd": "[SLAVE_BUILD]", | |
| 215 "name": "get compile targets for scripts", | 207 "name": "get compile targets for scripts", |
| 216 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 217 "@@@STEP_LOG_LINE@json.output@{}@@@", | 209 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 218 "@@@STEP_LOG_END@json.output@@@" | 210 "@@@STEP_LOG_END@json.output@@@" |
| 219 ] | 211 ] |
| 220 }, | 212 }, |
| 221 { | 213 { |
| 222 "cmd": [ | 214 "cmd": [ |
| 223 "python", | 215 "python", |
| 224 "-u", | 216 "-u", |
| 225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 226 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 218 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| 227 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
| 228 ], | 220 ], |
| 229 "cwd": "[SLAVE_BUILD]", | |
| 230 "name": "read test spec", | 221 "name": "read test spec", |
| 231 "~followup_annotations": [ | 222 "~followup_annotations": [ |
| 232 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 223 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@{@@@", | 224 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win x64 Builder\": {@@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win x64 Builder\": {@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 236 "@@@STEP_LOG_LINE@json.output@ {@@@", | 227 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 228 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 239 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 230 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ }@@@", | 232 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ }@@@", | 234 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@}@@@", | 235 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 245 "@@@STEP_LOG_END@json.output@@@" | 236 "@@@STEP_LOG_END@json.output@@@" |
| 246 ] | 237 ] |
| 247 }, | 238 }, |
| 248 { | 239 { |
| 249 "cmd": [ | 240 "cmd": [ |
| 250 "python", | 241 "python", |
| 251 "-u", | 242 "-u", |
| 252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 253 "--show-path", | 244 "--show-path", |
| 254 "python", | 245 "python", |
| 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 256 ], | 247 ], |
| 257 "cwd": "[SLAVE_BUILD]", | |
| 258 "name": "cleanup_temp" | 248 "name": "cleanup_temp" |
| 259 }, | 249 }, |
| 260 { | 250 { |
| 261 "cmd": [ | 251 "cmd": [ |
| 262 "python", | 252 "python", |
| 263 "-u", | 253 "-u", |
| 264 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 254 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 265 "--build-dir", | 255 "--build-dir", |
| 266 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 256 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 267 "--clean-isolated-files" | 257 "--clean-isolated-files" |
| 268 ], | 258 ], |
| 269 "cwd": "[SLAVE_BUILD]", | |
| 270 "name": "clean isolated files" | 259 "name": "clean isolated files" |
| 271 }, | 260 }, |
| 272 { | 261 { |
| 273 "cmd": [ | 262 "cmd": [ |
| 274 "python", | 263 "python", |
| 275 "-u", | 264 "-u", |
| 276 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 265 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 277 "gen", | 266 "gen", |
| 278 "-m", | 267 "-m", |
| 279 "chromium.webkit", | 268 "chromium.webkit", |
| 280 "-b", | 269 "-b", |
| 281 "WebKit Win x64 Builder", | 270 "WebKit Win x64 Builder", |
| 282 "--config-file", | 271 "--config-file", |
| 283 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 272 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 284 "--goma-dir", | 273 "--goma-dir", |
| 285 "[CACHE]\\cipd\\goma", | 274 "[CACHE]\\cipd\\goma", |
| 286 "--swarming-targets-file", | 275 "--swarming-targets-file", |
| 287 "browser_tests\n", | 276 "browser_tests\n", |
| 288 "//out/Release_x64" | 277 "//out/Release_x64" |
| 289 ], | 278 ], |
| 290 "cwd": "[SLAVE_BUILD]", | |
| 291 "env": { | 279 "env": { |
| 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 293 }, | 281 }, |
| 294 "name": "generate_build_files", | 282 "name": "generate_build_files", |
| 295 "~followup_annotations": [ | 283 "~followup_annotations": [ |
| 296 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 284 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 297 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 285 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 298 ] | 286 ] |
| 299 }, | 287 }, |
| 300 { | 288 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 325 "/path/to/tmp/json", | 313 "/path/to/tmp/json", |
| 326 "--goma-service-account-json-file", | 314 "--goma-service-account-json-file", |
| 327 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 315 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 328 "--goma-dir", | 316 "--goma-dir", |
| 329 "[CACHE]\\cipd\\goma", | 317 "[CACHE]\\cipd\\goma", |
| 330 "--", | 318 "--", |
| 331 "blink_tests", | 319 "blink_tests", |
| 332 "browser_tests", | 320 "browser_tests", |
| 333 "browser_tests_run" | 321 "browser_tests_run" |
| 334 ], | 322 ], |
| 335 "cwd": "[SLAVE_BUILD]", | |
| 336 "env": { | 323 "env": { |
| 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 338 }, | 325 }, |
| 339 "name": "compile", | 326 "name": "compile", |
| 340 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 342 "@@@STEP_LOG_END@json.output (invalid)@@@" | 329 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 343 ] | 330 ] |
| 344 }, | 331 }, |
| 345 { | 332 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 362 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 349 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 363 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 350 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 364 "batcharchive", | 351 "batcharchive", |
| 365 "--dump-json", | 352 "--dump-json", |
| 366 "/path/to/tmp/json", | 353 "/path/to/tmp/json", |
| 367 "--isolate-server", | 354 "--isolate-server", |
| 368 "https://isolateserver.appspot.com", | 355 "https://isolateserver.appspot.com", |
| 369 "--verbose", | 356 "--verbose", |
| 370 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" | 357 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
| 371 ], | 358 ], |
| 372 "cwd": "[SLAVE_BUILD]", | |
| 373 "name": "isolate tests", | 359 "name": "isolate tests", |
| 374 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 375 "@@@STEP_LOG_LINE@json.output@{@@@", | 361 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 362 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@}@@@", | 363 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 378 "@@@STEP_LOG_END@json.output@@@" | 364 "@@@STEP_LOG_END@json.output@@@" |
| 379 ] | 365 ] |
| 380 }, | 366 }, |
| 381 { | 367 { |
| 382 "cmd": [ | 368 "cmd": [ |
| 383 "python", | 369 "python", |
| 384 "-u", | 370 "-u", |
| 385 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 371 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 386 "--build-dir", | 372 "--build-dir", |
| 387 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 373 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 388 "--output-json", | 374 "--output-json", |
| 389 "/path/to/tmp/json" | 375 "/path/to/tmp/json" |
| 390 ], | 376 ], |
| 391 "cwd": "[SLAVE_BUILD]", | |
| 392 "name": "find isolated tests", | 377 "name": "find isolated tests", |
| 393 "~followup_annotations": [ | 378 "~followup_annotations": [ |
| 394 "@@@STEP_LOG_LINE@json.output@{@@@", | 379 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 395 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 397 "@@@STEP_LOG_LINE@json.output@}@@@", | 382 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 398 "@@@STEP_LOG_END@json.output@@@", | 383 "@@@STEP_LOG_END@json.output@@@", |
| 399 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 384 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 400 ] | 385 ] |
| 401 }, | 386 }, |
| 402 { | 387 { |
| 403 "cmd": [ | 388 "cmd": [ |
| 404 "python", | 389 "python", |
| 405 "-u", | 390 "-u", |
| 406 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 391 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 407 "browser_tests" | 392 "browser_tests" |
| 408 ], | 393 ], |
| 409 "cwd": "[SLAVE_BUILD]", | |
| 410 "name": "[error] browser_tests", | 394 "name": "[error] browser_tests", |
| 411 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 412 "@@@STEP_LOG_LINE@python.inline@@@@", | 396 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 413 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 397 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 414 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 398 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 415 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 399 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 416 "@@@STEP_LOG_END@python.inline@@@" | 400 "@@@STEP_LOG_END@python.inline@@@" |
| 417 ] | 401 ] |
| 418 }, | 402 }, |
| 419 { | 403 { |
| 420 "cmd": [ | 404 "cmd": [ |
| 421 "python", | 405 "python", |
| 422 "-u", | 406 "-u", |
| 423 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 407 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 424 "browser_tests" | 408 "browser_tests" |
| 425 ], | 409 ], |
| 426 "cwd": "[SLAVE_BUILD]", | |
| 427 "name": "[collect error] browser_tests", | 410 "name": "[collect error] browser_tests", |
| 428 "~followup_annotations": [ | 411 "~followup_annotations": [ |
| 429 "@@@STEP_LOG_LINE@python.inline@@@@", | 412 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 430 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 413 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 431 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 414 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 432 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 415 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 433 "@@@STEP_LOG_END@python.inline@@@" | 416 "@@@STEP_LOG_END@python.inline@@@" |
| 434 ] | 417 ] |
| 435 }, | 418 }, |
| 436 { | 419 { |
| 437 "cmd": [ | 420 "cmd": [ |
| 438 "python", | 421 "python", |
| 439 "-u", | 422 "-u", |
| 440 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 423 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 441 "--target", | 424 "--target", |
| 442 "Release_x64" | 425 "Release_x64" |
| 443 ], | 426 ], |
| 444 "cwd": "[SLAVE_BUILD]", | |
| 445 "name": "process_dumps" | 427 "name": "process_dumps" |
| 446 }, | 428 }, |
| 447 { | 429 { |
| 448 "name": "$result", | 430 "name": "$result", |
| 449 "recipe_result": null, | 431 "recipe_result": null, |
| 450 "status_code": 0 | 432 "status_code": 0 |
| 451 } | 433 } |
| 452 ] | 434 ] |
| OLD | NEW |