| 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]\\GPU_Win_Builder", | 15 "[BUILDER_CACHE]\\win", |
| 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 24 matching lines...) Expand all Loading... |
| 50 "[GIT_CACHE]", | 50 "[GIT_CACHE]", |
| 51 "--output_json", | 51 "--output_json", |
| 52 "/path/to/tmp/json", | 52 "/path/to/tmp/json", |
| 53 "--revision", | 53 "--revision", |
| 54 "src@HEAD", | 54 "src@HEAD", |
| 55 "--revision", | 55 "--revision", |
| 56 "src/third_party/angle@HEAD", | 56 "src/third_party/angle@HEAD", |
| 57 "--force", | 57 "--force", |
| 58 "--output_manifest" | 58 "--output_manifest" |
| 59 ], | 59 ], |
| 60 "cwd": "[BUILDER_CACHE]\\GPU_Win_Builder", | 60 "cwd": "[BUILDER_CACHE]\\win", |
| 61 "env": { | 61 "env": { |
| 62 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 62 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 63 }, | 63 }, |
| 64 "name": "bot_update", | 64 "name": "bot_update", |
| 65 "~followup_annotations": [ | 65 "~followup_annotations": [ |
| 66 "@@@STEP_TEXT@Some step text@@@", | 66 "@@@STEP_TEXT@Some step text@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@{@@@", | 67 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "@@@STEP_LOG_LINE@json.output@ }@@@", | 189 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 190 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 191 "@@@STEP_LOG_LINE@json.output@}@@@", | 191 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 192 "@@@STEP_LOG_END@json.output@@@" | 192 "@@@STEP_LOG_END@json.output@@@" |
| 193 ] | 193 ] |
| 194 }, | 194 }, |
| 195 { | 195 { |
| 196 "cmd": [ | 196 "cmd": [ |
| 197 "python", | 197 "python", |
| 198 "-u", | 198 "-u", |
| 199 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\tools\\swarming_client\\swarming.p
y", | 199 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", |
| 200 "--version" | 200 "--version" |
| 201 ], | 201 ], |
| 202 "name": "swarming.py --version", | 202 "name": "swarming.py --version", |
| 203 "stdout": "/path/to/tmp/", | 203 "stdout": "/path/to/tmp/", |
| 204 "~followup_annotations": [ | 204 "~followup_annotations": [ |
| 205 "@@@STEP_TEXT@0.8.6@@@" | 205 "@@@STEP_TEXT@0.8.6@@@" |
| 206 ] | 206 ] |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "cmd": [ | 209 "cmd": [ |
| 210 "python", | 210 "python", |
| 211 "-u", | 211 "-u", |
| 212 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 212 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 213 "runhooks" | 213 "runhooks" |
| 214 ], | 214 ], |
| 215 "cwd": "[BUILDER_CACHE]\\GPU_Win_Builder\\src", | 215 "cwd": "[BUILDER_CACHE]\\win\\src", |
| 216 "env": { | 216 "env": { |
| 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 218 "GYP_CHROMIUM_NO_ACTION": "1", | 218 "GYP_CHROMIUM_NO_ACTION": "1", |
| 219 "GYP_DEFINES": "archive_gpu_tests=1 build_angle_deqp_tests=1 component=sta
tic_library fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' int
ernal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=ia32 test_isolation
_mode=prepare use_goma=1", | 219 "GYP_DEFINES": "archive_gpu_tests=1 build_angle_deqp_tests=1 component=sta
tic_library fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' int
ernal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=ia32 test_isolation
_mode=prepare use_goma=1", |
| 220 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 220 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 221 }, | 221 }, |
| 222 "name": "gclient runhooks" | 222 "name": "gclient runhooks" |
| 223 }, | 223 }, |
| 224 { | 224 { |
| 225 "cmd": [ | 225 "cmd": [ |
| 226 "python", | 226 "python", |
| 227 "-u", | 227 "-u", |
| 228 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\scripts\\get_compile_targ
ets.py", | 228 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", |
| 229 "--output", | 229 "--output", |
| 230 "/path/to/tmp/json", | 230 "/path/to/tmp/json", |
| 231 "--", | 231 "--", |
| 232 "--build-config-fs", | 232 "--build-config-fs", |
| 233 "Release", | 233 "Release", |
| 234 "--use-src-side-runtest-py", | 234 "--use-src-side-runtest-py", |
| 235 "--paths", | 235 "--paths", |
| 236 "{\"checkout\": \"[BUILDER_CACHE]\\\\GPU_Win_Builder\\\\src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\
": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 236 "{\"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\"}", |
| 237 "--properties", | 237 "--properties", |
| 238 "{\"buildername\": \"GPU Win Builder\", \"buildnumber\": 571, \"mastername
\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" | 238 "{\"buildername\": \"GPU Win Builder\", \"buildnumber\": 571, \"mastername
\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" |
| 239 ], | 239 ], |
| 240 "name": "get compile targets for scripts", | 240 "name": "get compile targets for scripts", |
| 241 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 242 "@@@STEP_LOG_LINE@json.output@{}@@@", | 242 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 243 "@@@STEP_LOG_END@json.output@@@" | 243 "@@@STEP_LOG_END@json.output@@@" |
| 244 ] | 244 ] |
| 245 }, | 245 }, |
| 246 { | 246 { |
| 247 "cmd": [ | 247 "cmd": [ |
| 248 "python", | 248 "python", |
| 249 "-u", | 249 "-u", |
| 250 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 250 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 251 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\buildbot\\chromium.gpu.fy
i.json", | 251 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.gpu.fyi.json", |
| 252 "/path/to/tmp/json" | 252 "/path/to/tmp/json" |
| 253 ], | 253 ], |
| 254 "name": "read test spec (chromium.gpu.fyi.json)", | 254 "name": "read test spec (chromium.gpu.fyi.json)", |
| 255 "~followup_annotations": [ | 255 "~followup_annotations": [ |
| 256 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\buildb
ot\\chromium.gpu.fyi.json@@@", | 256 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.gpu.fyi.json@@@", |
| 257 "@@@STEP_LOG_LINE@json.output@{@@@", | 257 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@ \"Optional Win7 Release (ATI)\": {@@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"Optional Win7 Release (ATI)\": {@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ {@@@", | 260 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 261 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 262 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 263 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 264 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 264 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 265 "@@@STEP_LOG_LINE@json.output@ }@@@", | 265 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 266 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 339 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 340 ], | 340 ], |
| 341 "name": "cleanup_temp" | 341 "name": "cleanup_temp" |
| 342 }, | 342 }, |
| 343 { | 343 { |
| 344 "cmd": [ | 344 "cmd": [ |
| 345 "python", | 345 "python", |
| 346 "-u", | 346 "-u", |
| 347 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 347 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 348 "--build-dir", | 348 "--build-dir", |
| 349 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\out\\Release", | 349 "[BUILDER_CACHE]\\win\\src\\out\\Release", |
| 350 "--clean-isolated-files" | 350 "--clean-isolated-files" |
| 351 ], | 351 ], |
| 352 "name": "clean isolated files" | 352 "name": "clean isolated files" |
| 353 }, | 353 }, |
| 354 { | 354 { |
| 355 "cmd": [ | 355 "cmd": [ |
| 356 "python", | 356 "python", |
| 357 "-u", | 357 "-u", |
| 358 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\tools\\mb\\mb.py", | 358 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", |
| 359 "gen", | 359 "gen", |
| 360 "-m", | 360 "-m", |
| 361 "chromium.gpu.fyi", | 361 "chromium.gpu.fyi", |
| 362 "-b", | 362 "-b", |
| 363 "GPU Win Builder", | 363 "GPU Win Builder", |
| 364 "--config-file", | 364 "--config-file", |
| 365 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\tools\\mb\\mb_config.pyl", | 365 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", |
| 366 "--goma-dir", | 366 "--goma-dir", |
| 367 "[CACHE]\\cipd\\goma", | 367 "[CACHE]\\cipd\\goma", |
| 368 "--swarming-targets-file", | 368 "--swarming-targets-file", |
| 369 "browser_tests\n", | 369 "browser_tests\n", |
| 370 "//out/Release" | 370 "//out/Release" |
| 371 ], | 371 ], |
| 372 "cwd": "[BUILDER_CACHE]\\GPU_Win_Builder\\src", | 372 "cwd": "[BUILDER_CACHE]\\win\\src", |
| 373 "env": { | 373 "env": { |
| 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 375 }, | 375 }, |
| 376 "name": "generate_build_files", | 376 "name": "generate_build_files", |
| 377 "~followup_annotations": [ | 377 "~followup_annotations": [ |
| 378 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 378 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 379 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 379 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 380 ] | 380 ] |
| 381 }, | 381 }, |
| 382 { | 382 { |
| 383 "cmd": [ | 383 "cmd": [ |
| 384 "python", | 384 "python", |
| 385 "-u", | 385 "-u", |
| 386 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 386 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 387 "--show-path", | 387 "--show-path", |
| 388 "python", | 388 "python", |
| 389 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 389 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 390 "--gsutil-py-path", | 390 "--gsutil-py-path", |
| 391 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 391 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 392 "--ninja-path", | 392 "--ninja-path", |
| 393 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 393 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 394 "--target", | 394 "--target", |
| 395 "Release", | 395 "Release", |
| 396 "--src-dir", | 396 "--src-dir", |
| 397 "[BUILDER_CACHE]\\GPU_Win_Builder\\src", | 397 "[BUILDER_CACHE]\\win\\src", |
| 398 "--goma-cache-dir", | 398 "--goma-cache-dir", |
| 399 "[GOMA_CACHE]", | 399 "[GOMA_CACHE]", |
| 400 "--goma-deps-cache-dir", | 400 "--goma-deps-cache-dir", |
| 401 "[GOMA_DEPS_CACHE]", | 401 "[GOMA_DEPS_CACHE]", |
| 402 "--build-data-dir", | 402 "--build-data-dir", |
| 403 "[ROOT]\\build_data_dir", | 403 "[ROOT]\\build_data_dir", |
| 404 "--compiler", | 404 "--compiler", |
| 405 "goma", | 405 "goma", |
| 406 "--goma-jsonstatus", | 406 "--goma-jsonstatus", |
| 407 "/path/to/tmp/json", | 407 "/path/to/tmp/json", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 422 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 422 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 423 "@@@STEP_LOG_END@json.output (invalid)@@@" | 423 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 424 ] | 424 ] |
| 425 }, | 425 }, |
| 426 { | 426 { |
| 427 "cmd": [ | 427 "cmd": [ |
| 428 "python", | 428 "python", |
| 429 "-u", | 429 "-u", |
| 430 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 430 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
| 431 "--build-dir", | 431 "--build-dir", |
| 432 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\out\\Release", | 432 "[BUILDER_CACHE]\\win\\src\\out\\Release", |
| 433 "--src-dir", | 433 "--src-dir", |
| 434 "[BUILDER_CACHE]\\GPU_Win_Builder\\src" | 434 "[BUILDER_CACHE]\\win\\src" |
| 435 ], | 435 ], |
| 436 "cwd": "[SLAVE_BUILD]", | 436 "cwd": "[SLAVE_BUILD]", |
| 437 "name": "remove_build_metadata" | 437 "name": "remove_build_metadata" |
| 438 }, | 438 }, |
| 439 { | 439 { |
| 440 "cmd": [ | 440 "cmd": [ |
| 441 "python", | 441 "python", |
| 442 "-u", | 442 "-u", |
| 443 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 443 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 444 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\tools\\swarming_client", | 444 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", |
| 445 "batcharchive", | 445 "batcharchive", |
| 446 "--dump-json", | 446 "--dump-json", |
| 447 "/path/to/tmp/json", | 447 "/path/to/tmp/json", |
| 448 "--isolate-server", | 448 "--isolate-server", |
| 449 "https://isolateserver.appspot.com", | 449 "https://isolateserver.appspot.com", |
| 450 "--verbose", | 450 "--verbose", |
| 451 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\out\\Release\\browser_tests.isolat
ed.gen.json" | 451 "[BUILDER_CACHE]\\win\\src\\out\\Release\\browser_tests.isolated.gen.json" |
| 452 ], | 452 ], |
| 453 "name": "isolate tests", | 453 "name": "isolate tests", |
| 454 "~followup_annotations": [ | 454 "~followup_annotations": [ |
| 455 "@@@STEP_LOG_LINE@json.output@{@@@", | 455 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 456 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 456 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 457 "@@@STEP_LOG_LINE@json.output@}@@@", | 457 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 458 "@@@STEP_LOG_END@json.output@@@" | 458 "@@@STEP_LOG_END@json.output@@@" |
| 459 ] | 459 ] |
| 460 }, | 460 }, |
| 461 { | 461 { |
| 462 "allow_subannotations": true, | 462 "allow_subannotations": true, |
| 463 "cmd": [ | 463 "cmd": [ |
| 464 "python", | 464 "python", |
| 465 "-u", | 465 "-u", |
| 466 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 466 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 467 "--show-path", | 467 "--show-path", |
| 468 "python", | 468 "python", |
| 469 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 469 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| 470 "--target", | 470 "--target", |
| 471 "Release", | 471 "Release", |
| 472 "--gsutil-py-path", | 472 "--gsutil-py-path", |
| 473 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 473 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 474 "--staging-dir", | 474 "--staging-dir", |
| 475 "[CACHE]\\chrome_staging", | 475 "[CACHE]\\chrome_staging", |
| 476 "--src-dir", | 476 "--src-dir", |
| 477 "[BUILDER_CACHE]\\GPU_Win_Builder\\src", | 477 "[BUILDER_CACHE]\\win\\src", |
| 478 "--build-url", | 478 "--build-url", |
| 479 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/GPU Win Builder", | 479 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/GPU Win Builder", |
| 480 "--build_revision", | 480 "--build_revision", |
| 481 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 481 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 482 "--factory-properties", | 482 "--factory-properties", |
| 483 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"GPU Win Build
er\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_build
ername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 483 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"GPU Win Build
er\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_build
ername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 484 "--build-properties", | 484 "--build-properties", |
| 485 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"GPU Win Build
er\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_build
ername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 485 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"GPU Win Build
er\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_build
ername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 486 ], | 486 ], |
| 487 "name": "package build" | 487 "name": "package build" |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 "~followup_annotations": [ | 627 "~followup_annotations": [ |
| 628 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID
IA)<br />Win7 Release (ATI)<br />Win7 Release (NVIDIA GeForce 730)<br />Win7 Rel
ease (NVIDIA)<br />Win7 Release (New Intel)<br />Win8 Release (NVIDIA)@@@" | 628 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID
IA)<br />Win7 Release (ATI)<br />Win7 Release (NVIDIA GeForce 730)<br />Win7 Rel
ease (NVIDIA)<br />Win7 Release (New Intel)<br />Win8 Release (NVIDIA)@@@" |
| 629 ] | 629 ] |
| 630 }, | 630 }, |
| 631 { | 631 { |
| 632 "name": "$result", | 632 "name": "$result", |
| 633 "recipe_result": null, | 633 "recipe_result": null, |
| 634 "status_code": 0 | 634 "status_code": 0 |
| 635 } | 635 } |
| 636 ] | 636 ] |
| OLD | NEW |