| 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 27 matching lines...) Expand all Loading... |
| 53 "--patchset", | 53 "--patchset", |
| 54 "1", | 54 "1", |
| 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 "--output_manifest" | 61 "--output_manifest" |
| 62 ], | 62 ], |
| 63 "cwd": "[BUILDER_CACHE]\\win", | 63 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 64 "env": { | 64 "env": { |
| 65 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 65 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 66 }, | 66 }, |
| 67 "name": "bot_update", | 67 "name": "bot_update", |
| 68 "~followup_annotations": [ | 68 "~followup_annotations": [ |
| 69 "@@@STEP_TEXT@Some step text@@@", | 69 "@@@STEP_TEXT@Some step text@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@{@@@", | 70 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "@@@STEP_LOG_LINE@json.output@ }@@@", | 191 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 192 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@}@@@", | 193 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [ | 198 "cmd": [ |
| 199 "python", | 199 "python", |
| 200 "-u", | 200 "-u", |
| 201 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", | 201 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\swarming_client\\swarmi
ng.py", |
| 202 "--version" | 202 "--version" |
| 203 ], | 203 ], |
| 204 "name": "swarming.py --version", | 204 "name": "swarming.py --version", |
| 205 "stdout": "/path/to/tmp/", | 205 "stdout": "/path/to/tmp/", |
| 206 "~followup_annotations": [ | 206 "~followup_annotations": [ |
| 207 "@@@STEP_TEXT@0.8.6@@@" | 207 "@@@STEP_TEXT@0.8.6@@@" |
| 208 ] | 208 ] |
| 209 }, | 209 }, |
| 210 { | 210 { |
| 211 "cmd": [ | 211 "cmd": [ |
| 212 "python", | 212 "python", |
| 213 "-u", | 213 "-u", |
| 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 215 "runhooks" | 215 "runhooks" |
| 216 ], | 216 ], |
| 217 "cwd": "[BUILDER_CACHE]\\win\\src", | 217 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
| 218 "env": { | 218 "env": { |
| 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 220 "GYP_CHROMIUM_NO_ACTION": "1", | 220 "GYP_CHROMIUM_NO_ACTION": "1", |
| 221 "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", | 221 "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", |
| 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 223 }, | 223 }, |
| 224 "name": "gclient runhooks (with patch)" | 224 "name": "gclient runhooks (with patch)" |
| 225 }, | 225 }, |
| 226 { | 226 { |
| 227 "cmd": [ | 227 "cmd": [ |
| 228 "python", | 228 "python", |
| 229 "-u", | 229 "-u", |
| 230 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", | 230 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_
targets.py", |
| 231 "--output", | 231 "--output", |
| 232 "/path/to/tmp/json", | 232 "/path/to/tmp/json", |
| 233 "--", | 233 "--", |
| 234 "--build-config-fs", | 234 "--build-config-fs", |
| 235 "Release", | 235 "Release", |
| 236 "--use-src-side-runtest-py", | 236 "--use-src-side-runtest-py", |
| 237 "--paths", | 237 "--paths", |
| 238 "{\"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\"}", | 238 "{\"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\"}", |
| 239 "--properties", | 239 "--properties", |
| 240 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" | 240 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
| 241 ], | 241 ], |
| 242 "name": "get compile targets for scripts", | 242 "name": "get compile targets for scripts", |
| 243 "~followup_annotations": [ | 243 "~followup_annotations": [ |
| 244 "@@@STEP_LOG_LINE@json.output@{}@@@", | 244 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 245 "@@@STEP_LOG_END@json.output@@@" | 245 "@@@STEP_LOG_END@json.output@@@" |
| 246 ] | 246 ] |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 "cmd": [ | 249 "cmd": [ |
| 250 "python", | 250 "python", |
| 251 "-u", | 251 "-u", |
| 252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 253 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.gpu.json", | 253 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\chromium.gp
u.json", |
| 254 "/path/to/tmp/json" | 254 "/path/to/tmp/json" |
| 255 ], | 255 ], |
| 256 "name": "read test spec (chromium.gpu.json)", | 256 "name": "read test spec (chromium.gpu.json)", |
| 257 "~followup_annotations": [ | 257 "~followup_annotations": [ |
| 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.gpu.json@@@", | 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\bu
ildbot\\chromium.gpu.json@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@{}@@@", | 259 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 260 "@@@STEP_LOG_END@json.output@@@" | 260 "@@@STEP_LOG_END@json.output@@@" |
| 261 ] | 261 ] |
| 262 }, | 262 }, |
| 263 { | 263 { |
| 264 "cmd": [ | 264 "cmd": [ |
| 265 "python", | 265 "python", |
| 266 "-u", | 266 "-u", |
| 267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 268 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.win.json", | 268 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\chromium.wi
n.json", |
| 269 "/path/to/tmp/json" | 269 "/path/to/tmp/json" |
| 270 ], | 270 ], |
| 271 "name": "read test spec (chromium.win.json)", | 271 "name": "read test spec (chromium.win.json)", |
| 272 "~followup_annotations": [ | 272 "~followup_annotations": [ |
| 273 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.win.json@@@", | 273 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\bu
ildbot\\chromium.win.json@@@", |
| 274 "@@@STEP_LOG_LINE@json.output@{}@@@", | 274 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 275 "@@@STEP_LOG_END@json.output@@@" | 275 "@@@STEP_LOG_END@json.output@@@" |
| 276 ] | 276 ] |
| 277 }, | 277 }, |
| 278 { | 278 { |
| 279 "cmd": [ | 279 "cmd": [ |
| 280 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 280 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
| 281 ], | 281 ], |
| 282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 283 "name": "ensure git tooling on windows" | 283 "name": "ensure git tooling on windows" |
| 284 }, | 284 }, |
| 285 { | 285 { |
| 286 "cmd": [ | 286 "cmd": [ |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 288 "diff", | 288 "diff", |
| 289 "--cached", | 289 "--cached", |
| 290 "--name-only" | 290 "--name-only" |
| 291 ], | 291 ], |
| 292 "cwd": "[BUILDER_CACHE]\\win\\src", | 292 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
| 293 "name": "git diff to analyze patch", | 293 "name": "git diff to analyze patch", |
| 294 "stdout": "/path/to/tmp/", | 294 "stdout": "/path/to/tmp/", |
| 295 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 296 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 296 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 297 "@@@STEP_LOG_END@files@@@", | 297 "@@@STEP_LOG_END@files@@@", |
| 298 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 298 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 299 ] | 299 ] |
| 300 }, | 300 }, |
| 301 { | 301 { |
| 302 "cmd": [ | 302 "cmd": [ |
| 303 "python", | 303 "python", |
| 304 "-u", | 304 "-u", |
| 305 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 305 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 306 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\trybot_analyze_config.json"
, | 306 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\trybot_anal
yze_config.json", |
| 307 "/path/to/tmp/json" | 307 "/path/to/tmp/json" |
| 308 ], | 308 ], |
| 309 "name": "read filter exclusion spec", | 309 "name": "read filter exclusion spec", |
| 310 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 311 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 311 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
| 312 "@@@STEP_LOG_LINE@json.output@{@@@", | 312 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 313 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 313 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 314 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 315 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 315 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 316 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 316 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "--show-path", | 363 "--show-path", |
| 364 "python", | 364 "python", |
| 365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 366 ], | 366 ], |
| 367 "name": "cleanup_temp" | 367 "name": "cleanup_temp" |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "cmd": [ | 370 "cmd": [ |
| 371 "python", | 371 "python", |
| 372 "-u", | 372 "-u", |
| 373 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", | 373 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb.py", |
| 374 "gen", | 374 "gen", |
| 375 "-m", | 375 "-m", |
| 376 "tryserver.chromium.win", | 376 "tryserver.chromium.win", |
| 377 "-b", | 377 "-b", |
| 378 "win_chromium_rel_ng", | 378 "win_chromium_rel_ng", |
| 379 "--config-file", | 379 "--config-file", |
| 380 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", | 380 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb_config.pyl", |
| 381 "--goma-dir", | 381 "--goma-dir", |
| 382 "[CACHE]\\cipd\\goma", | 382 "[CACHE]\\cipd\\goma", |
| 383 "//out/Release" | 383 "//out/Release" |
| 384 ], | 384 ], |
| 385 "cwd": "[BUILDER_CACHE]\\win\\src", | 385 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
| 386 "env": { | 386 "env": { |
| 387 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 387 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 388 }, | 388 }, |
| 389 "name": "generate_build_files (with patch)" | 389 "name": "generate_build_files (with patch)" |
| 390 }, | 390 }, |
| 391 { | 391 { |
| 392 "cmd": [ | 392 "cmd": [ |
| 393 "python", | 393 "python", |
| 394 "-u", | 394 "-u", |
| 395 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 395 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 396 "--show-path", | 396 "--show-path", |
| 397 "python", | 397 "python", |
| 398 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 398 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 399 "--gsutil-py-path", | 399 "--gsutil-py-path", |
| 400 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 400 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 401 "--ninja-path", | 401 "--ninja-path", |
| 402 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 402 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 403 "--target", | 403 "--target", |
| 404 "Release", | 404 "Release", |
| 405 "--src-dir", | 405 "--src-dir", |
| 406 "[BUILDER_CACHE]\\win\\src", | 406 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
| 407 "--goma-cache-dir", | 407 "--goma-cache-dir", |
| 408 "[GOMA_CACHE]", | 408 "[GOMA_CACHE]", |
| 409 "--goma-deps-cache-dir", | 409 "--goma-deps-cache-dir", |
| 410 "[GOMA_DEPS_CACHE]", | 410 "[GOMA_DEPS_CACHE]", |
| 411 "--compiler", | 411 "--compiler", |
| 412 "goma", | 412 "goma", |
| 413 "--goma-jsonstatus", | 413 "--goma-jsonstatus", |
| 414 "/path/to/tmp/json", | 414 "/path/to/tmp/json", |
| 415 "--goma-service-account-json-file", | 415 "--goma-service-account-json-file", |
| 416 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 416 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 437 "python", | 437 "python", |
| 438 "-u", | 438 "-u", |
| 439 "import sys; sys.exit(0)" | 439 "import sys; sys.exit(0)" |
| 440 ], | 440 ], |
| 441 "name": "mark: before_tests" | 441 "name": "mark: before_tests" |
| 442 }, | 442 }, |
| 443 { | 443 { |
| 444 "cmd": [ | 444 "cmd": [ |
| 445 "python", | 445 "python", |
| 446 "-u", | 446 "-u", |
| 447 "[BUILDER_CACHE]\\win\\src\\chrome\\test\\mini_installer\\test_installer.p
y", | 447 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\chrome\\test\\mini_installer\\
test_installer.py", |
| 448 "--build-dir", | 448 "--build-dir", |
| 449 "[BUILDER_CACHE]\\win\\src\\out", | 449 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\out", |
| 450 "--target", | 450 "--target", |
| 451 "Release", | 451 "Release", |
| 452 "--force-clean", | 452 "--force-clean", |
| 453 "--config", | 453 "--config", |
| 454 "[BUILDER_CACHE]\\win\\src\\chrome\\test\\mini_installer\\config\\config.c
onfig", | 454 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\chrome\\test\\mini_installer\\
config\\config.config", |
| 455 "--write-full-results-to", | 455 "--write-full-results-to", |
| 456 "/path/to/tmp/json" | 456 "/path/to/tmp/json" |
| 457 ], | 457 ], |
| 458 "cwd": "[BUILDER_CACHE]\\win", | 458 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 459 "env": { | 459 "env": { |
| 460 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 460 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 461 }, | 461 }, |
| 462 "name": "test_installer (with patch)" | 462 "name": "test_installer (with patch)" |
| 463 }, | 463 }, |
| 464 { | 464 { |
| 465 "cmd": [ | 465 "cmd": [ |
| 466 "python", | 466 "python", |
| 467 "-u", | 467 "-u", |
| 468 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 468 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 469 "--target", | 469 "--target", |
| 470 "Release" | 470 "Release" |
| 471 ], | 471 ], |
| 472 "cwd": "[BUILDER_CACHE]\\win", | 472 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", |
| 473 "env": { | 473 "env": { |
| 474 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 474 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 475 }, | 475 }, |
| 476 "name": "process_dumps", | 476 "name": "process_dumps", |
| 477 "~followup_annotations": [ | 477 "~followup_annotations": [ |
| 478 "step returned non-zero exit code: 1", | 478 "step returned non-zero exit code: 1", |
| 479 "@@@STEP_EXCEPTION@@@" | 479 "@@@STEP_EXCEPTION@@@" |
| 480 ] | 480 ] |
| 481 }, | 481 }, |
| 482 { | 482 { |
| 483 "name": "$result", | 483 "name": "$result", |
| 484 "recipe_result": null, | 484 "recipe_result": null, |
| 485 "status_code": 0 | 485 "status_code": 0 |
| 486 } | 486 } |
| 487 ] | 487 ] |
| OLD | NEW |