| 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 "tryserver.chromium.win", | 16 "tryserver.chromium.win", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 34 "--rietveld_server", | 33 "--rietveld_server", |
| 35 "https://codereview.chromium.org", | 34 "https://codereview.chromium.org", |
| 36 "--output_json", | 35 "--output_json", |
| 37 "/path/to/tmp/json", | 36 "/path/to/tmp/json", |
| 38 "--revision", | 37 "--revision", |
| 39 "src@HEAD", | 38 "src@HEAD", |
| 40 "--revision", | 39 "--revision", |
| 41 "src/v8@HEAD", | 40 "src/v8@HEAD", |
| 42 "--output_manifest" | 41 "--output_manifest" |
| 43 ], | 42 ], |
| 44 "cwd": "[SLAVE_BUILD]", | |
| 45 "env": { | 43 "env": { |
| 46 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 47 }, | 45 }, |
| 48 "name": "bot_update", | 46 "name": "bot_update", |
| 49 "~followup_annotations": [ | 47 "~followup_annotations": [ |
| 50 "@@@STEP_TEXT@Some step text@@@", | 48 "@@@STEP_TEXT@Some step text@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@{@@@", | 49 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 108 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 110 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 112 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 115 ] | 113 ] |
| 116 }, | 114 }, |
| 117 { | 115 { |
| 118 "cmd": [], | 116 "cmd": [], |
| 119 "cwd": "[SLAVE_BUILD]", | |
| 120 "name": "ensure_goma" | 117 "name": "ensure_goma" |
| 121 }, | 118 }, |
| 122 { | 119 { |
| 123 "cmd": [ | 120 "cmd": [ |
| 124 "python", | 121 "python", |
| 125 "-u", | 122 "-u", |
| 126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 127 "--platform", | 124 "--platform", |
| 128 "windows-amd64", | 125 "windows-amd64", |
| 129 "--dest-directory", | 126 "--dest-directory", |
| 130 "[SLAVE_BUILD]\\cipd", | 127 "[SLAVE_BUILD]\\cipd", |
| 131 "--json-output", | 128 "--json-output", |
| 132 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
| 133 ], | 130 ], |
| 134 "cwd": "[SLAVE_BUILD]", | |
| 135 "name": "ensure_goma.install cipd", | 131 "name": "ensure_goma.install cipd", |
| 136 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 137 "@@@STEP_NEST_LEVEL@1@@@", | 133 "@@@STEP_NEST_LEVEL@1@@@", |
| 138 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 139 "@@@STEP_LOG_LINE@json.output@{@@@", | 135 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@}@@@", | 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 143 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
| 144 ] | 140 ] |
| 145 }, | 141 }, |
| 146 { | 142 { |
| 147 "cmd": [ | 143 "cmd": [ |
| 148 "[SLAVE_BUILD]\\cipd\\cipd", | 144 "[SLAVE_BUILD]\\cipd\\cipd", |
| 149 "ensure", | 145 "ensure", |
| 150 "--root", | 146 "--root", |
| 151 "[CACHE]\\cipd\\goma", | 147 "[CACHE]\\cipd\\goma", |
| 152 "--list", | 148 "--list", |
| 153 "infra_internal/goma/client/windows-amd64 release", | 149 "infra_internal/goma/client/windows-amd64 release", |
| 154 "--json-output", | 150 "--json-output", |
| 155 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
| 156 "--service-account-json", | 152 "--service-account-json", |
| 157 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 153 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 158 ], | 154 ], |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "name": "ensure_goma.ensure_installed", | 155 "name": "ensure_goma.ensure_installed", |
| 161 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 162 "@@@STEP_NEST_LEVEL@1@@@", | 157 "@@@STEP_NEST_LEVEL@1@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@{@@@", | 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ {@@@", | 160 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ }@@@", | 163 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@}@@@", | 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 171 "@@@STEP_LOG_END@json.output@@@" | 166 "@@@STEP_LOG_END@json.output@@@" |
| 172 ] | 167 ] |
| 173 }, | 168 }, |
| 174 { | 169 { |
| 175 "cmd": [ | 170 "cmd": [ |
| 176 "python", | 171 "python", |
| 177 "-u", | 172 "-u", |
| 178 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 173 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 179 "--version" | 174 "--version" |
| 180 ], | 175 ], |
| 181 "cwd": "[SLAVE_BUILD]", | |
| 182 "name": "swarming.py --version", | 176 "name": "swarming.py --version", |
| 183 "stdout": "/path/to/tmp/", | 177 "stdout": "/path/to/tmp/", |
| 184 "~followup_annotations": [ | 178 "~followup_annotations": [ |
| 185 "@@@STEP_TEXT@0.4.10@@@" | 179 "@@@STEP_TEXT@0.4.10@@@" |
| 186 ] | 180 ] |
| 187 }, | 181 }, |
| 188 { | 182 { |
| 189 "cmd": [ | 183 "cmd": [ |
| 190 "python", | 184 "python", |
| 191 "-u", | 185 "-u", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 193 "runhooks" | 187 "runhooks" |
| 194 ], | 188 ], |
| 195 "cwd": "[SLAVE_BUILD]", | |
| 196 "env": { | 189 "env": { |
| 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 198 "GYP_CHROMIUM_NO_ACTION": "1", | 191 "GYP_CHROMIUM_NO_ACTION": "1", |
| 199 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_
goma=1", | 192 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_
goma=1", |
| 200 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 201 }, | 194 }, |
| 202 "name": "gclient runhooks (with patch)" | 195 "name": "gclient runhooks (with patch)" |
| 203 }, | 196 }, |
| 204 { | 197 { |
| 205 "cmd": [ | 198 "cmd": [ |
| 206 "python", | 199 "python", |
| 207 "-u", | 200 "-u", |
| 208 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 201 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 209 "--output", | 202 "--output", |
| 210 "/path/to/tmp/json", | 203 "/path/to/tmp/json", |
| 211 "--", | 204 "--", |
| 212 "--build-config-fs", | 205 "--build-config-fs", |
| 213 "Release", | 206 "Release", |
| 214 "--use-src-side-runtest-py", | 207 "--use-src-side-runtest-py", |
| 215 "--paths", | 208 "--paths", |
| 216 "{\"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\"}", | 209 "{\"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\"}", |
| 217 "--properties", | 210 "--properties", |
| 218 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" | 211 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
| 219 ], | 212 ], |
| 220 "cwd": "[SLAVE_BUILD]", | |
| 221 "name": "get compile targets for scripts", | 213 "name": "get compile targets for scripts", |
| 222 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 223 "@@@STEP_LOG_LINE@json.output@{}@@@", | 215 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 224 "@@@STEP_LOG_END@json.output@@@" | 216 "@@@STEP_LOG_END@json.output@@@" |
| 225 ] | 217 ] |
| 226 }, | 218 }, |
| 227 { | 219 { |
| 228 "cmd": [ | 220 "cmd": [ |
| 229 "python", | 221 "python", |
| 230 "-u", | 222 "-u", |
| 231 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 232 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.json", | 224 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.json", |
| 233 "/path/to/tmp/json" | 225 "/path/to/tmp/json" |
| 234 ], | 226 ], |
| 235 "cwd": "[SLAVE_BUILD]", | |
| 236 "name": "read test spec", | 227 "name": "read test spec", |
| 237 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 238 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.js
on@@@", | 229 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.js
on@@@", |
| 239 "@@@STEP_LOG_LINE@json.output@{}@@@", | 230 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 240 "@@@STEP_LOG_END@json.output@@@" | 231 "@@@STEP_LOG_END@json.output@@@" |
| 241 ] | 232 ] |
| 242 }, | 233 }, |
| 243 { | 234 { |
| 244 "cmd": [ | 235 "cmd": [ |
| 245 "python", | 236 "python", |
| 246 "-u", | 237 "-u", |
| 247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 248 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 239 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 249 "/path/to/tmp/json" | 240 "/path/to/tmp/json" |
| 250 ], | 241 ], |
| 251 "cwd": "[SLAVE_BUILD]", | |
| 252 "name": "read test spec (2)", | 242 "name": "read test spec (2)", |
| 253 "~followup_annotations": [ | 243 "~followup_annotations": [ |
| 254 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 244 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 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 ] | 247 ] |
| 258 }, | 248 }, |
| 259 { | 249 { |
| 260 "cmd": [ | 250 "cmd": [ |
| 261 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 251 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 280 ] | 270 ] |
| 281 }, | 271 }, |
| 282 { | 272 { |
| 283 "cmd": [ | 273 "cmd": [ |
| 284 "python", | 274 "python", |
| 285 "-u", | 275 "-u", |
| 286 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 287 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 277 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
| 288 "/path/to/tmp/json" | 278 "/path/to/tmp/json" |
| 289 ], | 279 ], |
| 290 "cwd": "[SLAVE_BUILD]", | |
| 291 "name": "read filter exclusion spec", | 280 "name": "read filter exclusion spec", |
| 292 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 293 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 282 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 294 "@@@STEP_LOG_LINE@json.output@{@@@", | 283 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 286 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 289 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 313 "analyze", | 302 "analyze", |
| 314 "-m", | 303 "-m", |
| 315 "tryserver.chromium.win", | 304 "tryserver.chromium.win", |
| 316 "-b", | 305 "-b", |
| 317 "win_chromium_rel_ng", | 306 "win_chromium_rel_ng", |
| 318 "-v", | 307 "-v", |
| 319 "//out/Release", | 308 "//out/Release", |
| 320 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"blink_platform_
unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf_unittests\"]}", | 309 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"blink_platform_
unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf_unittests\"]}", |
| 321 "/path/to/tmp/json" | 310 "/path/to/tmp/json" |
| 322 ], | 311 ], |
| 323 "cwd": "[SLAVE_BUILD]", | |
| 324 "env": { | 312 "env": { |
| 325 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 326 }, | 314 }, |
| 327 "name": "analyze", | 315 "name": "analyze", |
| 328 "~followup_annotations": [ | 316 "~followup_annotations": [ |
| 329 "@@@STEP_TEXT@No compile necessary@@@", | 317 "@@@STEP_TEXT@No compile necessary@@@", |
| 330 "@@@STEP_LOG_LINE@json.output@{@@@", | 318 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 331 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 332 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 320 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 333 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 353 }, | 341 }, |
| 354 { | 342 { |
| 355 "cmd": [ | 343 "cmd": [ |
| 356 "python", | 344 "python", |
| 357 "-u", | 345 "-u", |
| 358 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 346 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 359 "--show-path", | 347 "--show-path", |
| 360 "python", | 348 "python", |
| 361 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 349 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 362 ], | 350 ], |
| 363 "cwd": "[SLAVE_BUILD]", | |
| 364 "name": "cleanup_temp" | 351 "name": "cleanup_temp" |
| 365 }, | 352 }, |
| 366 { | 353 { |
| 367 "cmd": [ | 354 "cmd": [ |
| 368 "python", | 355 "python", |
| 369 "-u", | 356 "-u", |
| 370 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 357 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 371 "gen", | 358 "gen", |
| 372 "-m", | 359 "-m", |
| 373 "tryserver.chromium.win", | 360 "tryserver.chromium.win", |
| 374 "-b", | 361 "-b", |
| 375 "win_chromium_rel_ng", | 362 "win_chromium_rel_ng", |
| 376 "--config-file", | 363 "--config-file", |
| 377 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 364 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 378 "--goma-dir", | 365 "--goma-dir", |
| 379 "[CACHE]\\cipd\\goma", | 366 "[CACHE]\\cipd\\goma", |
| 380 "//out/Release" | 367 "//out/Release" |
| 381 ], | 368 ], |
| 382 "cwd": "[SLAVE_BUILD]", | |
| 383 "env": { | 369 "env": { |
| 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 385 }, | 371 }, |
| 386 "name": "generate_build_files (with patch)" | 372 "name": "generate_build_files (with patch)" |
| 387 }, | 373 }, |
| 388 { | 374 { |
| 389 "cmd": [ | 375 "cmd": [ |
| 390 "python", | 376 "python", |
| 391 "-u", | 377 "-u", |
| 392 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 378 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 412 "--goma-service-account-json-file", | 398 "--goma-service-account-json-file", |
| 413 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 399 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 414 "--goma-dir", | 400 "--goma-dir", |
| 415 "[CACHE]\\cipd\\goma", | 401 "[CACHE]\\cipd\\goma", |
| 416 "--goma-fail-fast", | 402 "--goma-fail-fast", |
| 417 "--goma-disable-local-fallback", | 403 "--goma-disable-local-fallback", |
| 418 "--ninja-ensure-up-to-date", | 404 "--ninja-ensure-up-to-date", |
| 419 "--", | 405 "--", |
| 420 "blink_tests" | 406 "blink_tests" |
| 421 ], | 407 ], |
| 422 "cwd": "[SLAVE_BUILD]", | |
| 423 "env": { | 408 "env": { |
| 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 425 }, | 410 }, |
| 426 "name": "compile (with patch)", | 411 "name": "compile (with patch)", |
| 427 "~followup_annotations": [ | 412 "~followup_annotations": [ |
| 428 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 413 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 429 "@@@STEP_LOG_END@json.output (invalid)@@@" | 414 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 430 ] | 415 ] |
| 431 }, | 416 }, |
| 432 { | 417 { |
| 433 "cmd": [ | 418 "cmd": [ |
| 434 "python", | 419 "python", |
| 435 "-u", | 420 "-u", |
| 436 "import sys; sys.exit(0)" | 421 "import sys; sys.exit(0)" |
| 437 ], | 422 ], |
| 438 "cwd": "[SLAVE_BUILD]", | |
| 439 "name": "mark: before_tests" | 423 "name": "mark: before_tests" |
| 440 }, | 424 }, |
| 441 { | 425 { |
| 442 "cmd": [ | 426 "cmd": [ |
| 443 "python", | 427 "python", |
| 444 "-u", | 428 "-u", |
| 445 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", | 429 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", |
| 446 "--build-config-fs", | 430 "--build-config-fs", |
| 447 "Release", | 431 "Release", |
| 448 "--use-src-side-runtest-py", | 432 "--use-src-side-runtest-py", |
| 449 "--paths", | 433 "--paths", |
| 450 "{\"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\"}", | 434 "{\"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\"}", |
| 451 "--properties", | 435 "--properties", |
| 452 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 436 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| 453 "run", | 437 "run", |
| 454 "--output", | 438 "--output", |
| 455 "/path/to/tmp/json" | 439 "/path/to/tmp/json" |
| 456 ], | 440 ], |
| 457 "cwd": "[SLAVE_BUILD]", | |
| 458 "name": "webkit_lint (with patch)", | 441 "name": "webkit_lint (with patch)", |
| 459 "~followup_annotations": [ | 442 "~followup_annotations": [ |
| 460 "@@@STEP_LOG_LINE@json.output@{@@@", | 443 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 461 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 444 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 462 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 445 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 463 "@@@STEP_LOG_LINE@json.output@}@@@", | 446 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 464 "@@@STEP_LOG_END@json.output@@@" | 447 "@@@STEP_LOG_END@json.output@@@" |
| 465 ] | 448 ] |
| 466 }, | 449 }, |
| 467 { | 450 { |
| 468 "cmd": [ | 451 "cmd": [ |
| 469 "python", | 452 "python", |
| 470 "-u", | 453 "-u", |
| 471 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", | 454 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", |
| 472 "--build-config-fs", | 455 "--build-config-fs", |
| 473 "Release", | 456 "Release", |
| 474 "--use-src-side-runtest-py", | 457 "--use-src-side-runtest-py", |
| 475 "--paths", | 458 "--paths", |
| 476 "{\"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\"}", | 459 "{\"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\"}", |
| 477 "--properties", | 460 "--properties", |
| 478 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 461 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| 479 "run", | 462 "run", |
| 480 "--output", | 463 "--output", |
| 481 "/path/to/tmp/json" | 464 "/path/to/tmp/json" |
| 482 ], | 465 ], |
| 483 "cwd": "[SLAVE_BUILD]", | |
| 484 "name": "webkit_python_tests (with patch)", | 466 "name": "webkit_python_tests (with patch)", |
| 485 "~followup_annotations": [ | 467 "~followup_annotations": [ |
| 486 "@@@STEP_LOG_LINE@json.output@{@@@", | 468 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 487 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 469 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 488 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 470 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 489 "@@@STEP_LOG_LINE@json.output@}@@@", | 471 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 490 "@@@STEP_LOG_END@json.output@@@" | 472 "@@@STEP_LOG_END@json.output@@@" |
| 491 ] | 473 ] |
| 492 }, | 474 }, |
| 493 { | 475 { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 517 "/path/to/tmp/json", | 499 "/path/to/tmp/json", |
| 518 "--test-results-server", | 500 "--test-results-server", |
| 519 "test-results.appspot.com", | 501 "test-results.appspot.com", |
| 520 "--build-number", | 502 "--build-number", |
| 521 "571", | 503 "571", |
| 522 "--builder-name", | 504 "--builder-name", |
| 523 "win_chromium_rel_ng", | 505 "win_chromium_rel_ng", |
| 524 "--step-name", | 506 "--step-name", |
| 525 "webkit_tests (with patch)" | 507 "webkit_tests (with patch)" |
| 526 ], | 508 ], |
| 527 "cwd": "[SLAVE_BUILD]", | |
| 528 "name": "webkit_tests (with patch)", | 509 "name": "webkit_tests (with patch)", |
| 529 "~followup_annotations": [ | 510 "~followup_annotations": [ |
| 530 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 511 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 531 ] | 512 ] |
| 532 }, | 513 }, |
| 533 { | 514 { |
| 534 "cmd": [ | 515 "cmd": [ |
| 535 "python", | 516 "python", |
| 536 "-u", | 517 "-u", |
| 537 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 518 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
| 538 "--results-dir", | 519 "--results-dir", |
| 539 "[SLAVE_BUILD]\\layout-test-results", | 520 "[SLAVE_BUILD]\\layout-test-results", |
| 540 "--build-dir", | 521 "--build-dir", |
| 541 "[SLAVE_BUILD]\\src\\out", | 522 "[SLAVE_BUILD]\\src\\out", |
| 542 "--build-number", | 523 "--build-number", |
| 543 "571", | 524 "571", |
| 544 "--builder-name", | 525 "--builder-name", |
| 545 "win_chromium_rel_ng", | 526 "win_chromium_rel_ng", |
| 546 "--gs-bucket", | 527 "--gs-bucket", |
| 547 "gs://chromium-layout-test-archives" | 528 "gs://chromium-layout-test-archives" |
| 548 ], | 529 ], |
| 549 "cwd": "[SLAVE_BUILD]", | |
| 550 "name": "archive_webkit_tests_results", | 530 "name": "archive_webkit_tests_results", |
| 551 "~followup_annotations": [ | 531 "~followup_annotations": [ |
| 552 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", | 532 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", |
| 553 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" | 533 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" |
| 554 ] | 534 ] |
| 555 }, | 535 }, |
| 556 { | 536 { |
| 557 "cmd": [ | 537 "cmd": [ |
| 558 "python", | 538 "python", |
| 559 "-u", | 539 "-u", |
| 560 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 540 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 561 "--target", | 541 "--target", |
| 562 "Release" | 542 "Release" |
| 563 ], | 543 ], |
| 564 "cwd": "[SLAVE_BUILD]", | |
| 565 "name": "process_dumps" | 544 "name": "process_dumps" |
| 566 }, | 545 }, |
| 567 { | 546 { |
| 568 "name": "$result", | 547 "name": "$result", |
| 569 "recipe_result": null, | 548 "recipe_result": null, |
| 570 "status_code": 0 | 549 "status_code": 0 |
| 571 } | 550 } |
| 572 ] | 551 ] |
| OLD | NEW |