| 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@ (already at latest revisions)@@@", | 241 "@@@STEP_TEXT@ (already at latest revisions)@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@{@@@", | 242 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ \"picked_roll_details\": null, @@@", | 243 "@@@STEP_LOG_LINE@json.output@ \"picked_roll_details\": null, @@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"rejected_candidates_details\": [], @@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"rejected_candidates_details\": [], @@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"roll_details\": [], @@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"roll_details\": [], @@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ \"success\": false, @@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"success\": false, @@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ \"trivial\": null@@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"trivial\": null@@@", |
| 257 "@@@STEP_LOG_LINE@json.output@}@@@", | 248 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 258 "@@@STEP_LOG_END@json.output@@@" | 249 "@@@STEP_LOG_END@json.output@@@" |
| 259 ] | 250 ] |
| 260 }, | 251 }, |
| 261 { | 252 { |
| 262 "cmd": [ | 253 "cmd": [ |
| 263 "python", | 254 "python", |
| 264 "-u", | 255 "-u", |
| 265 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", | 256 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
| 266 "[TMP_BASE]/roll_build_tmp_1" | 257 "[TMP_BASE]/roll_build_tmp_1" |
| 267 ], | 258 ], |
| 268 "cwd": "[SLAVE_BUILD]", | |
| 269 "name": "build.rmtree [TMP_BASE]/roll_build_tmp_1", | 259 "name": "build.rmtree [TMP_BASE]/roll_build_tmp_1", |
| 270 "~followup_annotations": [ | 260 "~followup_annotations": [ |
| 271 "@@@STEP_NEST_LEVEL@1@@@", | 261 "@@@STEP_NEST_LEVEL@1@@@", |
| 272 "@@@STEP_LOG_LINE@python.inline@@@@", | 262 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 273 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 263 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 274 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 264 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 275 "@@@STEP_LOG_END@python.inline@@@" | 265 "@@@STEP_LOG_END@python.inline@@@" |
| 276 ] | 266 ] |
| 277 }, | 267 }, |
| 278 { | 268 { |
| 279 "name": "$result", | 269 "name": "$result", |
| 280 "recipe_result": null, | 270 "recipe_result": null, |
| 281 "status_code": 0 | 271 "status_code": 0 |
| 282 } | 272 } |
| 283 ] | 273 ] |
| OLD | NEW |