| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | |
| 12 "env": { | 11 "env": { |
| 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 14 }, | 13 }, |
| 15 "name": "gclient setup" | 14 "name": "gclient setup" |
| 16 }, | 15 }, |
| 17 { | 16 { |
| 18 "cmd": [ | 17 "cmd": [ |
| 19 "python", | 18 "python", |
| 20 "-u", | 19 "-u", |
| 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 22 "sync", | 21 "sync", |
| 23 "--verbose", | 22 "--verbose", |
| 24 "--with_branch_heads", | 23 "--with_branch_heads", |
| 25 "--nohooks", | 24 "--nohooks", |
| 26 "-j8", | 25 "-j8", |
| 27 "--reset", | 26 "--reset", |
| 28 "--force", | 27 "--force", |
| 29 "--upstream", | 28 "--upstream", |
| 30 "--no-nag-max", | 29 "--no-nag-max", |
| 31 "--delete_unversioned_trees", | 30 "--delete_unversioned_trees", |
| 32 "--revision", | 31 "--revision", |
| 33 "infra@origin/master", | 32 "infra@origin/master", |
| 34 "--revision", | 33 "--revision", |
| 35 "infra/recipes-py@origin/master", | 34 "infra/recipes-py@origin/master", |
| 36 "--output-json", | 35 "--output-json", |
| 37 "/path/to/tmp/json" | 36 "/path/to/tmp/json" |
| 38 ], | 37 ], |
| 39 "cwd": "[SLAVE_BUILD]", | |
| 40 "env": { | 38 "env": { |
| 41 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 42 }, | 40 }, |
| 43 "name": "gclient sync", | 41 "name": "gclient sync", |
| 44 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 45 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"infra/\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"infra/\": {@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 60 "cmd": [ | 58 "cmd": [ |
| 61 "python", | 59 "python", |
| 62 "-u", | 60 "-u", |
| 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 61 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 64 "recurse", | 62 "recurse", |
| 65 "git", | 63 "git", |
| 66 "config", | 64 "config", |
| 67 "user.name", | 65 "user.name", |
| 68 "local_bot" | 66 "local_bot" |
| 69 ], | 67 ], |
| 70 "cwd": "[SLAVE_BUILD]", | |
| 71 "env": { | 68 "env": { |
| 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 73 }, | 70 }, |
| 74 "name": "gclient recurse (git config user.name)" | 71 "name": "gclient recurse (git config user.name)" |
| 75 }, | 72 }, |
| 76 { | 73 { |
| 77 "cmd": [ | 74 "cmd": [ |
| 78 "python", | 75 "python", |
| 79 "-u", | 76 "-u", |
| 80 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 77 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 81 "recurse", | 78 "recurse", |
| 82 "git", | 79 "git", |
| 83 "config", | 80 "config", |
| 84 "user.email", | 81 "user.email", |
| 85 "local_bot@example.com" | 82 "local_bot@example.com" |
| 86 ], | 83 ], |
| 87 "cwd": "[SLAVE_BUILD]", | |
| 88 "env": { | 84 "env": { |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 90 }, | 86 }, |
| 91 "name": "gclient recurse (git config user.email)" | 87 "name": "gclient recurse (git config user.email)" |
| 92 }, | 88 }, |
| 93 { | 89 { |
| 94 "cmd": [ | 90 "cmd": [ |
| 95 "python", | 91 "python", |
| 96 "-u", | 92 "-u", |
| 97 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 93 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 98 "runhooks" | 94 "runhooks" |
| 99 ], | 95 ], |
| 100 "cwd": "[SLAVE_BUILD]", | |
| 101 "env": { | 96 "env": { |
| 102 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 103 }, | 98 }, |
| 104 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
| 105 }, | 100 }, |
| 106 { | 101 { |
| 107 "cmd": [ | 102 "cmd": [ |
| 108 "python", | 103 "python", |
| 109 "-u", | 104 "-u", |
| 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 111 "https://luci-config.appspot.com/_ah/api/config/v1/projects", | 106 "https://luci-config.appspot.com/_ah/api/config/v1/projects", |
| 112 "--outfile", | 107 "--outfile", |
| 113 "/path/to/tmp/" | 108 "/path/to/tmp/" |
| 114 ], | 109 ], |
| 115 "cwd": "[SLAVE_BUILD]", | |
| 116 "name": "Get luci-config projects" | 110 "name": "Get luci-config projects" |
| 117 }, | 111 }, |
| 118 { | 112 { |
| 119 "cmd": [], | 113 "cmd": [], |
| 120 "cwd": "[SLAVE_BUILD]", | |
| 121 "name": "build" | 114 "name": "build" |
| 122 }, | 115 }, |
| 123 { | 116 { |
| 124 "cmd": [ | 117 "cmd": [ |
| 125 "python", | 118 "python", |
| 126 "-u", | 119 "-u", |
| 127 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 120 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 128 "--path", | 121 "--path", |
| 129 "[TMP_BASE]/roll_build_tmp_1", | 122 "[TMP_BASE]/roll_build_tmp_1", |
| 130 "--url", | 123 "--url", |
| 131 "https://repo.repo/build" | 124 "https://repo.repo/build" |
| 132 ], | 125 ], |
| 133 "cwd": "[SLAVE_BUILD]", | |
| 134 "name": "build.git setup", | 126 "name": "build.git setup", |
| 135 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 136 "@@@STEP_NEST_LEVEL@1@@@" | 128 "@@@STEP_NEST_LEVEL@1@@@" |
| 137 ] | 129 ] |
| 138 }, | 130 }, |
| 139 { | 131 { |
| 140 "cmd": [ | 132 "cmd": [ |
| 141 "git", | 133 "git", |
| 142 "retry", | 134 "retry", |
| 143 "fetch", | 135 "fetch", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "cmd": [ | 228 "cmd": [ |
| 237 "[SLAVE_BUILD]/infra/ENV/bin/python", | 229 "[SLAVE_BUILD]/infra/ENV/bin/python", |
| 238 "-u", | 230 "-u", |
| 239 "[SLAVE_BUILD]/infra/recipes-py/recipes.py", | 231 "[SLAVE_BUILD]/infra/recipes-py/recipes.py", |
| 240 "--package", | 232 "--package", |
| 241 "[TMP_BASE]/roll_build_tmp_1/infra/config/recipes.cfg", | 233 "[TMP_BASE]/roll_build_tmp_1/infra/config/recipes.cfg", |
| 242 "autoroll", | 234 "autoroll", |
| 243 "--output-json", | 235 "--output-json", |
| 244 "/path/to/tmp/json" | 236 "/path/to/tmp/json" |
| 245 ], | 237 ], |
| 246 "cwd": "[SLAVE_BUILD]", | |
| 247 "name": "build.roll", | 238 "name": "build.roll", |
| 248 "~followup_annotations": [ | 239 "~followup_annotations": [ |
| 249 "@@@STEP_NEST_LEVEL@1@@@", | 240 "@@@STEP_NEST_LEVEL@1@@@", |
| 250 "@@@STEP_TEXT@ (trivial)@@@", | 241 "@@@STEP_TEXT@ (trivial)@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@{@@@", | 242 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ \"picked_roll_details\": {@@@", | 243 "@@@STEP_LOG_LINE@json.output@ \"picked_roll_details\": {@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"commit_infos\": {@@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"commit_infos\": {@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": [@@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": [@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ {@@@", | 246 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ \"author\": \"foo@chromium.org\",
@@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"author\": \"foo@chromium.org\",
@@@", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "cmd": [ | 310 "cmd": [ |
| 320 "python", | 311 "python", |
| 321 "-u", | 312 "-u", |
| 322 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 313 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 323 "--", | 314 "--", |
| 324 "[DEPOT_TOOLS]/gsutil.py", | 315 "[DEPOT_TOOLS]/gsutil.py", |
| 325 "----", | 316 "----", |
| 326 "cat", | 317 "cat", |
| 327 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" | 318 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" |
| 328 ], | 319 ], |
| 329 "cwd": "[SLAVE_BUILD]", | |
| 330 "name": "build.gsutil cat", | 320 "name": "build.gsutil cat", |
| 331 "stderr": "/path/to/tmp/", | 321 "stderr": "/path/to/tmp/", |
| 332 "stdout": "/path/to/tmp/", | 322 "stdout": "/path/to/tmp/", |
| 333 "~followup_annotations": [ | 323 "~followup_annotations": [ |
| 334 "@@@STEP_NEST_LEVEL@1@@@", | 324 "@@@STEP_NEST_LEVEL@1@@@", |
| 335 "@@@STEP_LOG_LINE@stderr@Error: No URLs matched ...@@@", | 325 "@@@STEP_LOG_LINE@stderr@Error: No URLs matched ...@@@", |
| 336 "@@@STEP_LOG_END@stderr@@@" | 326 "@@@STEP_LOG_END@stderr@@@" |
| 337 ] | 327 ] |
| 338 }, | 328 }, |
| 339 { | 329 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 "python", | 363 "python", |
| 374 "-u", | 364 "-u", |
| 375 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 365 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 376 "--", | 366 "--", |
| 377 "[DEPOT_TOOLS]/gsutil.py", | 367 "[DEPOT_TOOLS]/gsutil.py", |
| 378 "----", | 368 "----", |
| 379 "cp", | 369 "cp", |
| 380 "{\"diff_digest\": \"afe53a0e969fd0b2a6b5c5f89724d0c6\", \"issue\": \"1234
56789\", \"issue_url\": \"https://codereview.chromium.org/123456789\"}", | 370 "{\"diff_digest\": \"afe53a0e969fd0b2a6b5c5f89724d0c6\", \"issue\": \"1234
56789\", \"issue_url\": \"https://codereview.chromium.org/123456789\"}", |
| 381 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" | 371 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" |
| 382 ], | 372 ], |
| 383 "cwd": "[SLAVE_BUILD]", | |
| 384 "name": "build.gsutil upload", | 373 "name": "build.gsutil upload", |
| 385 "~followup_annotations": [ | 374 "~followup_annotations": [ |
| 386 "@@@STEP_NEST_LEVEL@1@@@", | 375 "@@@STEP_NEST_LEVEL@1@@@", |
| 387 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/recipe-roller
-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf@@@" | 376 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/recipe-roller
-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf@@@" |
| 388 ] | 377 ] |
| 389 }, | 378 }, |
| 390 { | 379 { |
| 391 "cmd": [ | 380 "cmd": [ |
| 392 "python", | 381 "python", |
| 393 "-u", | 382 "-u", |
| 394 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", | 383 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
| 395 "[TMP_BASE]/roll_build_tmp_1" | 384 "[TMP_BASE]/roll_build_tmp_1" |
| 396 ], | 385 ], |
| 397 "cwd": "[SLAVE_BUILD]", | |
| 398 "name": "build.rmtree [TMP_BASE]/roll_build_tmp_1", | 386 "name": "build.rmtree [TMP_BASE]/roll_build_tmp_1", |
| 399 "~followup_annotations": [ | 387 "~followup_annotations": [ |
| 400 "@@@STEP_NEST_LEVEL@1@@@", | 388 "@@@STEP_NEST_LEVEL@1@@@", |
| 401 "@@@STEP_LOG_LINE@python.inline@@@@", | 389 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 402 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 390 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 403 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 391 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 404 "@@@STEP_LOG_END@python.inline@@@" | 392 "@@@STEP_LOG_END@python.inline@@@" |
| 405 ] | 393 ] |
| 406 }, | 394 }, |
| 407 { | 395 { |
| 408 "name": "$result", | 396 "name": "$result", |
| 409 "recipe_result": null, | 397 "recipe_result": null, |
| 410 "status_code": 0 | 398 "status_code": 0 |
| 411 } | 399 } |
| 412 ] | 400 ] |
| OLD | NEW |