| 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_Builder", |
| 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/skia@origin/master", | 56 "src/third_party/skia@origin/master", |
| 57 "--force", | 57 "--force", |
| 58 "--output_manifest" | 58 "--output_manifest" |
| 59 ], | 59 ], |
| 60 "cwd": "[BUILDER_CACHE]\\win", | 60 "cwd": "[BUILDER_CACHE]\\Win_Builder", |
| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 "@@@STEP_LOG_LINE@json.output@ }@@@", | 197 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 198 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 199 "@@@STEP_LOG_LINE@json.output@}@@@", | 199 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 200 "@@@STEP_LOG_END@json.output@@@" | 200 "@@@STEP_LOG_END@json.output@@@" |
| 201 ] | 201 ] |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "cmd": [ | 204 "cmd": [ |
| 205 "python", | 205 "python", |
| 206 "-u", | 206 "-u", |
| 207 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", | 207 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\swarming_client\\swarming.py", |
| 208 "--version" | 208 "--version" |
| 209 ], | 209 ], |
| 210 "name": "swarming.py --version", | 210 "name": "swarming.py --version", |
| 211 "stdout": "/path/to/tmp/", | 211 "stdout": "/path/to/tmp/", |
| 212 "~followup_annotations": [ | 212 "~followup_annotations": [ |
| 213 "@@@STEP_TEXT@0.8.6@@@" | 213 "@@@STEP_TEXT@0.8.6@@@" |
| 214 ] | 214 ] |
| 215 }, | 215 }, |
| 216 { | 216 { |
| 217 "cmd": [ | 217 "cmd": [ |
| 218 "python", | 218 "python", |
| 219 "-u", | 219 "-u", |
| 220 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 220 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 221 "runhooks" | 221 "runhooks" |
| 222 ], | 222 ], |
| 223 "cwd": "[BUILDER_CACHE]\\win\\src", | 223 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src", |
| 224 "env": { | 224 "env": { |
| 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 226 "GYP_CHROMIUM_NO_ACTION": "1", | 226 "GYP_CHROMIUM_NO_ACTION": "1", |
| 227 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f
fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_
arch=ia32 test_isolation_mode=prepare use_goma=1", | 227 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f
fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_
arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 228 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 228 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 229 }, | 229 }, |
| 230 "name": "gclient runhooks" | 230 "name": "gclient runhooks" |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 "cmd": [ | 233 "cmd": [ |
| 234 "python", | 234 "python", |
| 235 "-u", | 235 "-u", |
| 236 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", | 236 "[BUILDER_CACHE]\\Win_Builder\\src\\testing\\scripts\\get_compile_targets.
py", |
| 237 "--output", | 237 "--output", |
| 238 "/path/to/tmp/json", | 238 "/path/to/tmp/json", |
| 239 "--", | 239 "--", |
| 240 "--build-config-fs", | 240 "--build-config-fs", |
| 241 "Release", | 241 "Release", |
| 242 "--use-src-side-runtest-py", | 242 "--use-src-side-runtest-py", |
| 243 "--paths", | 243 "--paths", |
| 244 "{\"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\"}", | 244 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_Builder\\\\src\", \"runit.py\": \
"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \
"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 245 "--properties", | 245 "--properties", |
| 246 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" | 246 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" |
| 247 ], | 247 ], |
| 248 "name": "get compile targets for scripts", | 248 "name": "get compile targets for scripts", |
| 249 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 250 "@@@STEP_LOG_LINE@json.output@{}@@@", | 250 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 251 "@@@STEP_LOG_END@json.output@@@" | 251 "@@@STEP_LOG_END@json.output@@@" |
| 252 ] | 252 ] |
| 253 }, | 253 }, |
| 254 { | 254 { |
| 255 "cmd": [ | 255 "cmd": [ |
| 256 "python", | 256 "python", |
| 257 "-u", | 257 "-u", |
| 258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 259 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.win.json", | 259 "[BUILDER_CACHE]\\Win_Builder\\src\\testing\\buildbot\\chromium.win.json", |
| 260 "/path/to/tmp/json" | 260 "/path/to/tmp/json" |
| 261 ], | 261 ], |
| 262 "name": "read test spec (chromium.win.json)", | 262 "name": "read test spec (chromium.win.json)", |
| 263 "~followup_annotations": [ | 263 "~followup_annotations": [ |
| 264 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.win.json@@@", | 264 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_Builder\\src\\testing\\buildbot\\
chromium.win.json@@@", |
| 265 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 268 "@@@STEP_LOG_LINE@json.output@ {@@@", | 268 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 271 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ }@@@", | 273 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 274 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 287 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 287 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 288 ], | 288 ], |
| 289 "name": "cleanup_temp" | 289 "name": "cleanup_temp" |
| 290 }, | 290 }, |
| 291 { | 291 { |
| 292 "cmd": [ | 292 "cmd": [ |
| 293 "python", | 293 "python", |
| 294 "-u", | 294 "-u", |
| 295 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 295 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 296 "--build-dir", | 296 "--build-dir", |
| 297 "[BUILDER_CACHE]\\win\\src\\out\\Release", | 297 "[BUILDER_CACHE]\\Win_Builder\\src\\out\\Release", |
| 298 "--clean-isolated-files" | 298 "--clean-isolated-files" |
| 299 ], | 299 ], |
| 300 "name": "clean isolated files" | 300 "name": "clean isolated files" |
| 301 }, | 301 }, |
| 302 { | 302 { |
| 303 "cmd": [ | 303 "cmd": [ |
| 304 "python", | 304 "python", |
| 305 "-u", | 305 "-u", |
| 306 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", | 306 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb.py", |
| 307 "gen", | 307 "gen", |
| 308 "-m", | 308 "-m", |
| 309 "client.skia", | 309 "client.skia", |
| 310 "-b", | 310 "-b", |
| 311 "Win Builder", | 311 "Win Builder", |
| 312 "--config-file", | 312 "--config-file", |
| 313 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", | 313 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb_config.pyl", |
| 314 "--goma-dir", | 314 "--goma-dir", |
| 315 "[CACHE]\\cipd\\goma", | 315 "[CACHE]\\cipd\\goma", |
| 316 "--swarming-targets-file", | 316 "--swarming-targets-file", |
| 317 "browser_tests\n", | 317 "browser_tests\n", |
| 318 "//out/Release" | 318 "//out/Release" |
| 319 ], | 319 ], |
| 320 "cwd": "[BUILDER_CACHE]\\win\\src", | 320 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src", |
| 321 "env": { | 321 "env": { |
| 322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 323 }, | 323 }, |
| 324 "name": "generate_build_files", | 324 "name": "generate_build_files", |
| 325 "~followup_annotations": [ | 325 "~followup_annotations": [ |
| 326 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 326 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 327 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 327 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 328 ] | 328 ] |
| 329 }, | 329 }, |
| 330 { | 330 { |
| 331 "cmd": [ | 331 "cmd": [ |
| 332 "python", | 332 "python", |
| 333 "-u", | 333 "-u", |
| 334 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 334 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 335 "--show-path", | 335 "--show-path", |
| 336 "python", | 336 "python", |
| 337 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 337 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 338 "--gsutil-py-path", | 338 "--gsutil-py-path", |
| 339 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 339 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 340 "--ninja-path", | 340 "--ninja-path", |
| 341 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 341 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 342 "--target", | 342 "--target", |
| 343 "Release", | 343 "Release", |
| 344 "--src-dir", | 344 "--src-dir", |
| 345 "[BUILDER_CACHE]\\win\\src", | 345 "[BUILDER_CACHE]\\Win_Builder\\src", |
| 346 "--goma-cache-dir", | 346 "--goma-cache-dir", |
| 347 "[GOMA_CACHE]", | 347 "[GOMA_CACHE]", |
| 348 "--goma-deps-cache-dir", | 348 "--goma-deps-cache-dir", |
| 349 "[GOMA_DEPS_CACHE]", | 349 "[GOMA_DEPS_CACHE]", |
| 350 "--build-data-dir", | 350 "--build-data-dir", |
| 351 "[ROOT]\\build_data_dir", | 351 "[ROOT]\\build_data_dir", |
| 352 "--compiler", | 352 "--compiler", |
| 353 "goma", | 353 "goma", |
| 354 "--goma-jsonstatus", | 354 "--goma-jsonstatus", |
| 355 "/path/to/tmp/json", | 355 "/path/to/tmp/json", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 373 "@@@STEP_LOG_END@json.output (invalid)@@@" | 373 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 374 ] | 374 ] |
| 375 }, | 375 }, |
| 376 { | 376 { |
| 377 "cmd": [ | 377 "cmd": [ |
| 378 "python", | 378 "python", |
| 379 "-u", | 379 "-u", |
| 380 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 380 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
| 381 "--build-dir", | 381 "--build-dir", |
| 382 "[BUILDER_CACHE]\\win\\src\\out\\Release", | 382 "[BUILDER_CACHE]\\Win_Builder\\src\\out\\Release", |
| 383 "--src-dir", | 383 "--src-dir", |
| 384 "[BUILDER_CACHE]\\win\\src" | 384 "[BUILDER_CACHE]\\Win_Builder\\src" |
| 385 ], | 385 ], |
| 386 "cwd": "[SLAVE_BUILD]", | 386 "cwd": "[SLAVE_BUILD]", |
| 387 "name": "remove_build_metadata" | 387 "name": "remove_build_metadata" |
| 388 }, | 388 }, |
| 389 { | 389 { |
| 390 "cmd": [ | 390 "cmd": [ |
| 391 "python", | 391 "python", |
| 392 "-u", | 392 "-u", |
| 393 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 393 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 394 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", | 394 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\swarming_client", |
| 395 "batcharchive", | 395 "batcharchive", |
| 396 "--dump-json", | 396 "--dump-json", |
| 397 "/path/to/tmp/json", | 397 "/path/to/tmp/json", |
| 398 "--isolate-server", | 398 "--isolate-server", |
| 399 "https://isolateserver.appspot.com", | 399 "https://isolateserver.appspot.com", |
| 400 "--verbose", | 400 "--verbose", |
| 401 "[BUILDER_CACHE]\\win\\src\\out\\Release\\browser_tests.isolated.gen.json" | 401 "[BUILDER_CACHE]\\Win_Builder\\src\\out\\Release\\browser_tests.isolated.g
en.json" |
| 402 ], | 402 ], |
| 403 "name": "isolate tests", | 403 "name": "isolate tests", |
| 404 "~followup_annotations": [ | 404 "~followup_annotations": [ |
| 405 "@@@STEP_LOG_LINE@json.output@{@@@", | 405 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@}@@@", | 407 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 408 "@@@STEP_LOG_END@json.output@@@" | 408 "@@@STEP_LOG_END@json.output@@@" |
| 409 ] | 409 ] |
| 410 }, | 410 }, |
| 411 { | 411 { |
| 412 "allow_subannotations": true, | 412 "allow_subannotations": true, |
| 413 "cmd": [ | 413 "cmd": [ |
| 414 "python", | 414 "python", |
| 415 "-u", | 415 "-u", |
| 416 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 416 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 417 "--show-path", | 417 "--show-path", |
| 418 "python", | 418 "python", |
| 419 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 419 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| 420 "--target", | 420 "--target", |
| 421 "Release", | 421 "Release", |
| 422 "--gsutil-py-path", | 422 "--gsutil-py-path", |
| 423 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 423 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 424 "--staging-dir", | 424 "--staging-dir", |
| 425 "[CACHE]\\chrome_staging", | 425 "[CACHE]\\chrome_staging", |
| 426 "--src-dir", | 426 "--src-dir", |
| 427 "[BUILDER_CACHE]\\win\\src", | 427 "[BUILDER_CACHE]\\Win_Builder\\src", |
| 428 "--build-url", | 428 "--build-url", |
| 429 "gs://chromium-skia-gm/client.skia/Win Builder", | 429 "gs://chromium-skia-gm/client.skia/Win Builder", |
| 430 "--build_revision", | 430 "--build_revision", |
| 431 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", | 431 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", |
| 432 "--factory-properties", | 432 "--factory-properties", |
| 433 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 433 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 434 "--build-properties", | 434 "--build-properties", |
| 435 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 435 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"client.skia\", \"parent_buildername\":
null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 436 ], | 436 ], |
| 437 "name": "package build" | 437 "name": "package build" |
| (...skipping 27 matching lines...) Expand all Loading... |
| 465 "~followup_annotations": [ | 465 "~followup_annotations": [ |
| 466 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 466 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
| 467 ] | 467 ] |
| 468 }, | 468 }, |
| 469 { | 469 { |
| 470 "name": "$result", | 470 "name": "$result", |
| 471 "recipe_result": null, | 471 "recipe_result": null, |
| 472 "status_code": 0 | 472 "status_code": 0 |
| 473 } | 473 } |
| 474 ] | 474 ] |
| OLD | NEW |