| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "cmd": [ | 11 "cmd": [ |
| 12 "python", | 12 "python", |
| 13 "-u", | 13 "-u", |
| 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 15 "[BUILDER_CACHE]\\win", | 15 "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 16 "511" | 16 "511" |
| 17 ], | 17 ], |
| 18 "name": "makedirs checkout path", | 18 "name": "makedirs checkout path", |
| 19 "~followup_annotations": [ | 19 "~followup_annotations": [ |
| 20 "@@@STEP_LOG_LINE@python.inline@@@@", | 20 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 55 "--rietveld_server", | 55 "--rietveld_server", |
| 56 "https://codereview.chromium.org", | 56 "https://codereview.chromium.org", |
| 57 "--output_json", | 57 "--output_json", |
| 58 "/path/to/tmp/json", | 58 "/path/to/tmp/json", |
| 59 "--revision", | 59 "--revision", |
| 60 "src@HEAD", | 60 "src@HEAD", |
| 61 "--revision", | 61 "--revision", |
| 62 "src/v8@HEAD", | 62 "src/v8@HEAD", |
| 63 "--output_manifest" | 63 "--output_manifest" |
| 64 ], | 64 ], |
| 65 "cwd": "[BUILDER_CACHE]\\win", | 65 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 66 "env": { | 66 "env": { |
| 67 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 67 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 68 }, | 68 }, |
| 69 "name": "bot_update", | 69 "name": "bot_update", |
| 70 "~followup_annotations": [ | 70 "~followup_annotations": [ |
| 71 "@@@STEP_TEXT@Some step text@@@", | 71 "@@@STEP_TEXT@Some step text@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@{@@@", | 72 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 74 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 75 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "@@@STEP_LOG_LINE@json.output@ }@@@", | 194 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 195 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 196 "@@@STEP_LOG_LINE@json.output@}@@@", | 196 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 197 "@@@STEP_LOG_END@json.output@@@" | 197 "@@@STEP_LOG_END@json.output@@@" |
| 198 ] | 198 ] |
| 199 }, | 199 }, |
| 200 { | 200 { |
| 201 "cmd": [ | 201 "cmd": [ |
| 202 "python", | 202 "python", |
| 203 "-u", | 203 "-u", |
| 204 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", | 204 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\swarming_client\\swarmi
ng.py", |
| 205 "--version" | 205 "--version" |
| 206 ], | 206 ], |
| 207 "name": "swarming.py --version", | 207 "name": "swarming.py --version", |
| 208 "stdout": "/path/to/tmp/", | 208 "stdout": "/path/to/tmp/", |
| 209 "~followup_annotations": [ | 209 "~followup_annotations": [ |
| 210 "@@@STEP_TEXT@0.4.10@@@" | 210 "@@@STEP_TEXT@0.4.10@@@" |
| 211 ] | 211 ] |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 "cmd": [ | 214 "cmd": [ |
| 215 "python", | 215 "python", |
| 216 "-u", | 216 "-u", |
| 217 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 217 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 218 "runhooks" | 218 "runhooks" |
| 219 ], | 219 ], |
| 220 "cwd": "[BUILDER_CACHE]\\win\\src", | 220 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
| 221 "env": { | 221 "env": { |
| 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 223 "GYP_CHROMIUM_NO_ACTION": "1", | 223 "GYP_CHROMIUM_NO_ACTION": "1", |
| 224 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 224 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 225 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 225 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 226 }, | 226 }, |
| 227 "name": "gclient runhooks (with patch)" | 227 "name": "gclient runhooks (with patch)" |
| 228 }, | 228 }, |
| 229 { | 229 { |
| 230 "cmd": [ | 230 "cmd": [ |
| 231 "python", | 231 "python", |
| 232 "-u", | 232 "-u", |
| 233 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", | 233 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_
targets.py", |
| 234 "--output", | 234 "--output", |
| 235 "/path/to/tmp/json", | 235 "/path/to/tmp/json", |
| 236 "--", | 236 "--", |
| 237 "--build-config-fs", | 237 "--build-config-fs", |
| 238 "Release", | 238 "Release", |
| 239 "--use-src-side-runtest-py", | 239 "--use-src-side-runtest-py", |
| 240 "--paths", | 240 "--paths", |
| 241 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 241 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_chromium_rel_ng\\\\src\", \"runit
.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest
.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 242 "--properties", | 242 "--properties", |
| 243 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" | 243 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
| 244 ], | 244 ], |
| 245 "name": "get compile targets for scripts", | 245 "name": "get compile targets for scripts", |
| 246 "~followup_annotations": [ | 246 "~followup_annotations": [ |
| 247 "@@@STEP_LOG_LINE@json.output@{}@@@", | 247 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 248 "@@@STEP_LOG_END@json.output@@@" | 248 "@@@STEP_LOG_END@json.output@@@" |
| 249 ] | 249 ] |
| 250 }, | 250 }, |
| 251 { | 251 { |
| 252 "cmd": [ | 252 "cmd": [ |
| 253 "python", | 253 "python", |
| 254 "-u", | 254 "-u", |
| 255 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 255 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 256 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.gpu.json", | 256 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\chromium.gp
u.json", |
| 257 "/path/to/tmp/json" | 257 "/path/to/tmp/json" |
| 258 ], | 258 ], |
| 259 "name": "read test spec (chromium.gpu.json)", | 259 "name": "read test spec (chromium.gpu.json)", |
| 260 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 261 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.gpu.json@@@", | 261 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\bu
ildbot\\chromium.gpu.json@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@{}@@@", | 262 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 263 "@@@STEP_LOG_END@json.output@@@" | 263 "@@@STEP_LOG_END@json.output@@@" |
| 264 ] | 264 ] |
| 265 }, | 265 }, |
| 266 { | 266 { |
| 267 "cmd": [ | 267 "cmd": [ |
| 268 "python", | 268 "python", |
| 269 "-u", | 269 "-u", |
| 270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 271 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.win.json", | 271 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\chromium.wi
n.json", |
| 272 "/path/to/tmp/json" | 272 "/path/to/tmp/json" |
| 273 ], | 273 ], |
| 274 "name": "read test spec (chromium.win.json)", | 274 "name": "read test spec (chromium.win.json)", |
| 275 "~followup_annotations": [ | 275 "~followup_annotations": [ |
| 276 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.win.json@@@", | 276 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\bu
ildbot\\chromium.win.json@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@{}@@@", | 277 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 278 "@@@STEP_LOG_END@json.output@@@" | 278 "@@@STEP_LOG_END@json.output@@@" |
| 279 ] | 279 ] |
| 280 }, | 280 }, |
| 281 { | 281 { |
| 282 "cmd": [ | 282 "cmd": [ |
| 283 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 283 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| 284 ], | 284 ], |
| 285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 286 "name": "ensure git tooling on windows" | 286 "name": "ensure git tooling on windows" |
| 287 }, | 287 }, |
| 288 { | 288 { |
| 289 "cmd": [ | 289 "cmd": [ |
| 290 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 290 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 291 "diff", | 291 "diff", |
| 292 "--cached", | 292 "--cached", |
| 293 "--name-only" | 293 "--name-only" |
| 294 ], | 294 ], |
| 295 "cwd": "[BUILDER_CACHE]\\win\\src\\v8", | 295 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\v8", |
| 296 "name": "git diff to analyze patch", | 296 "name": "git diff to analyze patch", |
| 297 "stdout": "/path/to/tmp/", | 297 "stdout": "/path/to/tmp/", |
| 298 "~followup_annotations": [ | 298 "~followup_annotations": [ |
| 299 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", | 299 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", |
| 300 "@@@STEP_LOG_END@files@@@", | 300 "@@@STEP_LOG_END@files@@@", |
| 301 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" | 301 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" |
| 302 ] | 302 ] |
| 303 }, | 303 }, |
| 304 { | 304 { |
| 305 "cmd": [ | 305 "cmd": [ |
| 306 "python", | 306 "python", |
| 307 "-u", | 307 "-u", |
| 308 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 308 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 309 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\trybot_analyze_config.json"
, | 309 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\trybot_anal
yze_config.json", |
| 310 "/path/to/tmp/json" | 310 "/path/to/tmp/json" |
| 311 ], | 311 ], |
| 312 "name": "read filter exclusion spec", | 312 "name": "read filter exclusion spec", |
| 313 "~followup_annotations": [ | 313 "~followup_annotations": [ |
| 314 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 314 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 315 "@@@STEP_LOG_LINE@json.output@{@@@", | 315 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 316 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 316 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 317 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 317 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 318 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 318 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 319 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 320 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 320 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 321 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 321 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 322 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 322 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 323 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 323 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 324 "@@@STEP_LOG_LINE@json.output@ }@@@", | 324 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 325 "@@@STEP_LOG_LINE@json.output@}@@@", | 325 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 326 "@@@STEP_LOG_END@json.output@@@" | 326 "@@@STEP_LOG_END@json.output@@@" |
| 327 ] | 327 ] |
| 328 }, | 328 }, |
| 329 { | 329 { |
| 330 "cmd": [ | 330 "cmd": [ |
| 331 "python", | 331 "python", |
| 332 "-u", | 332 "-u", |
| 333 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", | 333 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb.py", |
| 334 "analyze", | 334 "analyze", |
| 335 "-m", | 335 "-m", |
| 336 "tryserver.chromium.win", | 336 "tryserver.chromium.win", |
| 337 "-b", | 337 "-b", |
| 338 "win_chromium_rel_ng", | 338 "win_chromium_rel_ng", |
| 339 "-v", | 339 "-v", |
| 340 "//out/Release", | 340 "//out/Release", |
| 341 "{\"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\"]}", | 341 "{\"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\"]}", |
| 342 "/path/to/tmp/json" | 342 "/path/to/tmp/json" |
| 343 ], | 343 ], |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 "--show-path", | 379 "--show-path", |
| 380 "python", | 380 "python", |
| 381 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 381 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 382 ], | 382 ], |
| 383 "name": "cleanup_temp" | 383 "name": "cleanup_temp" |
| 384 }, | 384 }, |
| 385 { | 385 { |
| 386 "cmd": [ | 386 "cmd": [ |
| 387 "python", | 387 "python", |
| 388 "-u", | 388 "-u", |
| 389 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", | 389 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb.py", |
| 390 "gen", | 390 "gen", |
| 391 "-m", | 391 "-m", |
| 392 "tryserver.chromium.win", | 392 "tryserver.chromium.win", |
| 393 "-b", | 393 "-b", |
| 394 "win_chromium_rel_ng", | 394 "win_chromium_rel_ng", |
| 395 "--config-file", | 395 "--config-file", |
| 396 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", | 396 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb_config.pyl", |
| 397 "--goma-dir", | 397 "--goma-dir", |
| 398 "[CACHE]\\cipd\\goma", | 398 "[CACHE]\\cipd\\goma", |
| 399 "//out/Release" | 399 "//out/Release" |
| 400 ], | 400 ], |
| 401 "env": { | 401 "env": { |
| 402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 403 }, | 403 }, |
| 404 "name": "generate_build_files (with patch)" | 404 "name": "generate_build_files (with patch)" |
| 405 }, | 405 }, |
| 406 { | 406 { |
| 407 "cmd": [ | 407 "cmd": [ |
| 408 "python", | 408 "python", |
| 409 "-u", | 409 "-u", |
| 410 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 410 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 411 "--show-path", | 411 "--show-path", |
| 412 "python", | 412 "python", |
| 413 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 413 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 414 "--gsutil-py-path", | 414 "--gsutil-py-path", |
| 415 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 415 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 416 "--ninja-path", | 416 "--ninja-path", |
| 417 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 417 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 418 "--target", | 418 "--target", |
| 419 "Release", | 419 "Release", |
| 420 "--src-dir", | 420 "--src-dir", |
| 421 "[BUILDER_CACHE]\\win\\src", | 421 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
| 422 "--goma-cache-dir", | 422 "--goma-cache-dir", |
| 423 "[GOMA_CACHE]", | 423 "[GOMA_CACHE]", |
| 424 "--goma-deps-cache-dir", | 424 "--goma-deps-cache-dir", |
| 425 "[GOMA_DEPS_CACHE]", | 425 "[GOMA_DEPS_CACHE]", |
| 426 "--compiler", | 426 "--compiler", |
| 427 "goma", | 427 "goma", |
| 428 "--goma-jsonstatus", | 428 "--goma-jsonstatus", |
| 429 "/path/to/tmp/json", | 429 "/path/to/tmp/json", |
| 430 "--goma-service-account-json-file", | 430 "--goma-service-account-json-file", |
| 431 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 431 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 451 "python", | 451 "python", |
| 452 "-u", | 452 "-u", |
| 453 "import sys; sys.exit(0)" | 453 "import sys; sys.exit(0)" |
| 454 ], | 454 ], |
| 455 "name": "mark: before_tests" | 455 "name": "mark: before_tests" |
| 456 }, | 456 }, |
| 457 { | 457 { |
| 458 "cmd": [ | 458 "cmd": [ |
| 459 "python", | 459 "python", |
| 460 "-u", | 460 "-u", |
| 461 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\webkit_lint.py", | 461 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\webkit_lint.
py", |
| 462 "--build-config-fs", | 462 "--build-config-fs", |
| 463 "Release", | 463 "Release", |
| 464 "--use-src-side-runtest-py", | 464 "--use-src-side-runtest-py", |
| 465 "--paths", | 465 "--paths", |
| 466 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 466 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_chromium_rel_ng\\\\src\", \"runit
.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest
.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 467 "--properties", | 467 "--properties", |
| 468 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 468 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| 469 "run", | 469 "run", |
| 470 "--output", | 470 "--output", |
| 471 "/path/to/tmp/json" | 471 "/path/to/tmp/json" |
| 472 ], | 472 ], |
| 473 "cwd": "[BUILDER_CACHE]\\win", | 473 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 474 "env": { | 474 "env": { |
| 475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 476 }, | 476 }, |
| 477 "name": "webkit_lint (with patch)", | 477 "name": "webkit_lint (with patch)", |
| 478 "~followup_annotations": [ | 478 "~followup_annotations": [ |
| 479 "@@@STEP_LOG_LINE@json.output@{@@@", | 479 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 480 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 480 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 481 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 481 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 482 "@@@STEP_LOG_LINE@json.output@}@@@", | 482 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 483 "@@@STEP_LOG_END@json.output@@@" | 483 "@@@STEP_LOG_END@json.output@@@" |
| 484 ] | 484 ] |
| 485 }, | 485 }, |
| 486 { | 486 { |
| 487 "cmd": [ | 487 "cmd": [ |
| 488 "python", | 488 "python", |
| 489 "-u", | 489 "-u", |
| 490 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\webkit_python_tests.py", | 490 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\webkit_pytho
n_tests.py", |
| 491 "--build-config-fs", | 491 "--build-config-fs", |
| 492 "Release", | 492 "Release", |
| 493 "--use-src-side-runtest-py", | 493 "--use-src-side-runtest-py", |
| 494 "--paths", | 494 "--paths", |
| 495 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 495 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_chromium_rel_ng\\\\src\", \"runit
.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest
.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 496 "--properties", | 496 "--properties", |
| 497 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 497 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| 498 "run", | 498 "run", |
| 499 "--output", | 499 "--output", |
| 500 "/path/to/tmp/json" | 500 "/path/to/tmp/json" |
| 501 ], | 501 ], |
| 502 "cwd": "[BUILDER_CACHE]\\win", | 502 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 503 "env": { | 503 "env": { |
| 504 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 504 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 505 }, | 505 }, |
| 506 "name": "webkit_python_tests (with patch)", | 506 "name": "webkit_python_tests (with patch)", |
| 507 "~followup_annotations": [ | 507 "~followup_annotations": [ |
| 508 "@@@STEP_LOG_LINE@json.output@{@@@", | 508 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 509 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 509 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 510 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 511 "@@@STEP_LOG_LINE@json.output@}@@@", | 511 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 512 "@@@STEP_LOG_END@json.output@@@" | 512 "@@@STEP_LOG_END@json.output@@@" |
| 513 ] | 513 ] |
| 514 }, | 514 }, |
| 515 { | 515 { |
| 516 "cmd": [ | 516 "cmd": [ |
| 517 "python", | 517 "python", |
| 518 "-u", | 518 "-u", |
| 519 "[BUILDER_CACHE]\\win\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webki
t-tests", | 519 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\third_party\\WebKit\\Tools\\Sc
ripts\\run-webkit-tests", |
| 520 "--target", | 520 "--target", |
| 521 "Release", | 521 "Release", |
| 522 "--results-directory", | 522 "--results-directory", |
| 523 "[SLAVE_BUILD]\\layout-test-results", | 523 "[SLAVE_BUILD]\\layout-test-results", |
| 524 "--build-dir", | 524 "--build-dir", |
| 525 "[BUILDER_CACHE]\\win\\src\\out", | 525 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\out", |
| 526 "--json-test-results", | 526 "--json-test-results", |
| 527 "/path/to/tmp/json", | 527 "/path/to/tmp/json", |
| 528 "--test-results-server", | 528 "--test-results-server", |
| 529 "test-results.appspot.com", | 529 "test-results.appspot.com", |
| 530 "--build-number", | 530 "--build-number", |
| 531 "571", | 531 "571", |
| 532 "--builder-name", | 532 "--builder-name", |
| 533 "win_chromium_rel_ng", | 533 "win_chromium_rel_ng", |
| 534 "--step-name", | 534 "--step-name", |
| 535 "webkit_tests (with patch)", | 535 "webkit_tests (with patch)", |
| 536 "--master-name", | 536 "--master-name", |
| 537 "tryserver.chromium.win", | 537 "tryserver.chromium.win", |
| 538 "--debug-rwt-logging" | 538 "--debug-rwt-logging" |
| 539 ], | 539 ], |
| 540 "cwd": "[BUILDER_CACHE]\\win", | 540 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 541 "env": { | 541 "env": { |
| 542 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 542 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 543 }, | 543 }, |
| 544 "name": "webkit_tests (with patch)", | 544 "name": "webkit_tests (with patch)", |
| 545 "~followup_annotations": [ | 545 "~followup_annotations": [ |
| 546 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 546 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 547 ] | 547 ] |
| 548 }, | 548 }, |
| 549 { | 549 { |
| 550 "cmd": [ | 550 "cmd": [ |
| 551 "python", | 551 "python", |
| 552 "-u", | 552 "-u", |
| 553 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_layout_test
_results.py", | 553 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_layout_test
_results.py", |
| 554 "--results-dir", | 554 "--results-dir", |
| 555 "[SLAVE_BUILD]\\layout-test-results", | 555 "[SLAVE_BUILD]\\layout-test-results", |
| 556 "--build-dir", | 556 "--build-dir", |
| 557 "[BUILDER_CACHE]\\win\\src\\out", | 557 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\out", |
| 558 "--build-number", | 558 "--build-number", |
| 559 "571", | 559 "571", |
| 560 "--builder-name", | 560 "--builder-name", |
| 561 "win_chromium_rel_ng", | 561 "win_chromium_rel_ng", |
| 562 "--gs-bucket", | 562 "--gs-bucket", |
| 563 "gs://chromium-layout-test-archives", | 563 "gs://chromium-layout-test-archives", |
| 564 "--staging-dir", | 564 "--staging-dir", |
| 565 "[CACHE]\\chrome_staging" | 565 "[CACHE]\\chrome_staging" |
| 566 ], | 566 ], |
| 567 "cwd": "[BUILDER_CACHE]\\win", | 567 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 568 "env": { | 568 "env": { |
| 569 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 569 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 570 }, | 570 }, |
| 571 "name": "archive_webkit_tests_results", | 571 "name": "archive_webkit_tests_results", |
| 572 "~followup_annotations": [ | 572 "~followup_annotations": [ |
| 573 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", | 573 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", |
| 574 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" | 574 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" |
| 575 ] | 575 ] |
| 576 }, | 576 }, |
| 577 { | 577 { |
| 578 "cmd": [ | 578 "cmd": [ |
| 579 "python", | 579 "python", |
| 580 "-u", | 580 "-u", |
| 581 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 581 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 582 "--target", | 582 "--target", |
| 583 "Release" | 583 "Release" |
| 584 ], | 584 ], |
| 585 "cwd": "[BUILDER_CACHE]\\win", | 585 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 586 "env": { | 586 "env": { |
| 587 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 587 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 588 }, | 588 }, |
| 589 "name": "process_dumps" | 589 "name": "process_dumps" |
| 590 }, | 590 }, |
| 591 { | 591 { |
| 592 "name": "$result", | 592 "name": "$result", |
| 593 "recipe_result": null, | 593 "recipe_result": null, |
| 594 "status_code": 0 | 594 "status_code": 0 |
| 595 } | 595 } |
| 596 ] | 596 ] |
| OLD | NEW |