| 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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.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]", |
| 11 "env": { | 12 "env": { |
| 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 13 }, | 14 }, |
| 14 "name": "gclient setup" | 15 "name": "gclient setup" |
| 15 }, | 16 }, |
| 16 { | 17 { |
| 17 "cmd": [ | 18 "cmd": [ |
| 18 "python", | 19 "python", |
| 19 "-u", | 20 "-u", |
| 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 21 "sync", | 22 "sync", |
| 22 "--verbose", | 23 "--verbose", |
| 23 "--with_branch_heads", | 24 "--with_branch_heads", |
| 24 "--nohooks", | 25 "--nohooks", |
| 25 "-j8", | 26 "-j8", |
| 26 "--reset", | 27 "--reset", |
| 27 "--force", | 28 "--force", |
| 28 "--upstream", | 29 "--upstream", |
| 29 "--no-nag-max", | 30 "--no-nag-max", |
| 30 "--delete_unversioned_trees", | 31 "--delete_unversioned_trees", |
| 31 "--revision", | 32 "--revision", |
| 32 "infra@origin/master", | 33 "infra@origin/master", |
| 33 "--revision", | 34 "--revision", |
| 34 "infra/recipes-py@origin/master", | 35 "infra/recipes-py@origin/master", |
| 35 "--output-json", | 36 "--output-json", |
| 36 "/path/to/tmp/json" | 37 "/path/to/tmp/json" |
| 37 ], | 38 ], |
| 39 "cwd": "[SLAVE_BUILD]", |
| 38 "env": { | 40 "env": { |
| 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 41 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 42 }, |
| 41 "name": "gclient sync", | 43 "name": "gclient sync", |
| 42 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 43 "@@@STEP_LOG_LINE@json.output@{@@@", | 45 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"infra/\": {@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"infra/\": {@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 58 "cmd": [ | 60 "cmd": [ |
| 59 "python", | 61 "python", |
| 60 "-u", | 62 "-u", |
| 61 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 62 "recurse", | 64 "recurse", |
| 63 "git", | 65 "git", |
| 64 "config", | 66 "config", |
| 65 "user.name", | 67 "user.name", |
| 66 "local_bot" | 68 "local_bot" |
| 67 ], | 69 ], |
| 70 "cwd": "[SLAVE_BUILD]", |
| 68 "env": { | 71 "env": { |
| 69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 70 }, | 73 }, |
| 71 "name": "gclient recurse (git config user.name)" | 74 "name": "gclient recurse (git config user.name)" |
| 72 }, | 75 }, |
| 73 { | 76 { |
| 74 "cmd": [ | 77 "cmd": [ |
| 75 "python", | 78 "python", |
| 76 "-u", | 79 "-u", |
| 77 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 80 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 78 "recurse", | 81 "recurse", |
| 79 "git", | 82 "git", |
| 80 "config", | 83 "config", |
| 81 "user.email", | 84 "user.email", |
| 82 "local_bot@example.com" | 85 "local_bot@example.com" |
| 83 ], | 86 ], |
| 87 "cwd": "[SLAVE_BUILD]", |
| 84 "env": { | 88 "env": { |
| 85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 86 }, | 90 }, |
| 87 "name": "gclient recurse (git config user.email)" | 91 "name": "gclient recurse (git config user.email)" |
| 88 }, | 92 }, |
| 89 { | 93 { |
| 90 "cmd": [ | 94 "cmd": [ |
| 91 "python", | 95 "python", |
| 92 "-u", | 96 "-u", |
| 93 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 97 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 94 "runhooks" | 98 "runhooks" |
| 95 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
| 96 "env": { | 101 "env": { |
| 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 102 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 98 }, | 103 }, |
| 99 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
| 100 }, | 105 }, |
| 101 { | 106 { |
| 102 "cmd": [ | 107 "cmd": [ |
| 103 "python", | 108 "python", |
| 104 "-u", | 109 "-u", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 106 "https://luci-config.appspot.com/_ah/api/config/v1/projects", | 111 "https://luci-config.appspot.com/_ah/api/config/v1/projects", |
| 107 "--outfile", | 112 "--outfile", |
| 108 "/path/to/tmp/" | 113 "/path/to/tmp/" |
| 109 ], | 114 ], |
| 115 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "Get luci-config projects" | 116 "name": "Get luci-config projects" |
| 111 }, | 117 }, |
| 112 { | 118 { |
| 113 "cmd": [], | 119 "cmd": [], |
| 120 "cwd": "[SLAVE_BUILD]", |
| 114 "name": "build" | 121 "name": "build" |
| 115 }, | 122 }, |
| 116 { | 123 { |
| 117 "cmd": [ | 124 "cmd": [ |
| 118 "python", | 125 "python", |
| 119 "-u", | 126 "-u", |
| 120 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 127 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 121 "--path", | 128 "--path", |
| 122 "[TMP]/roll_build_tmp_1", | 129 "[TMP_BASE]/roll_build_tmp_1", |
| 123 "--url", | 130 "--url", |
| 124 "https://repo.repo/build" | 131 "https://repo.repo/build" |
| 125 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
| 126 "name": "build.git setup", | 134 "name": "build.git setup", |
| 127 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 128 "@@@STEP_NEST_LEVEL@1@@@" | 136 "@@@STEP_NEST_LEVEL@1@@@" |
| 129 ] | 137 ] |
| 130 }, | 138 }, |
| 131 { | 139 { |
| 132 "cmd": [ | 140 "cmd": [ |
| 133 "git", | 141 "git", |
| 134 "retry", | 142 "retry", |
| 135 "fetch", | 143 "fetch", |
| 136 "origin", | 144 "origin", |
| 137 "master" | 145 "master" |
| 138 ], | 146 ], |
| 139 "cwd": "[TMP]/roll_build_tmp_1", | 147 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 140 "name": "build.git fetch", | 148 "name": "build.git fetch", |
| 141 "~followup_annotations": [ | 149 "~followup_annotations": [ |
| 142 "@@@STEP_NEST_LEVEL@1@@@" | 150 "@@@STEP_NEST_LEVEL@1@@@" |
| 143 ] | 151 ] |
| 144 }, | 152 }, |
| 145 { | 153 { |
| 146 "cmd": [ | 154 "cmd": [ |
| 147 "git", | 155 "git", |
| 148 "checkout", | 156 "checkout", |
| 149 "-f", | 157 "-f", |
| 150 "FETCH_HEAD" | 158 "FETCH_HEAD" |
| 151 ], | 159 ], |
| 152 "cwd": "[TMP]/roll_build_tmp_1", | 160 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 153 "name": "build.git checkout", | 161 "name": "build.git checkout", |
| 154 "~followup_annotations": [ | 162 "~followup_annotations": [ |
| 155 "@@@STEP_NEST_LEVEL@1@@@" | 163 "@@@STEP_NEST_LEVEL@1@@@" |
| 156 ] | 164 ] |
| 157 }, | 165 }, |
| 158 { | 166 { |
| 159 "cmd": [ | 167 "cmd": [ |
| 160 "git", | 168 "git", |
| 161 "rev-parse", | 169 "rev-parse", |
| 162 "HEAD" | 170 "HEAD" |
| 163 ], | 171 ], |
| 164 "cwd": "[TMP]/roll_build_tmp_1", | 172 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 165 "name": "build.read revision", | 173 "name": "build.read revision", |
| 166 "stdout": "/path/to/tmp/", | 174 "stdout": "/path/to/tmp/", |
| 167 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 168 "@@@STEP_NEST_LEVEL@1@@@", | 176 "@@@STEP_NEST_LEVEL@1@@@", |
| 169 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 177 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 170 ] | 178 ] |
| 171 }, | 179 }, |
| 172 { | 180 { |
| 173 "cmd": [ | 181 "cmd": [ |
| 174 "git", | 182 "git", |
| 175 "clean", | 183 "clean", |
| 176 "-f", | 184 "-f", |
| 177 "-d", | 185 "-d", |
| 178 "-x" | 186 "-x" |
| 179 ], | 187 ], |
| 180 "cwd": "[TMP]/roll_build_tmp_1", | 188 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 181 "name": "build.git clean", | 189 "name": "build.git clean", |
| 182 "~followup_annotations": [ | 190 "~followup_annotations": [ |
| 183 "@@@STEP_NEST_LEVEL@1@@@" | 191 "@@@STEP_NEST_LEVEL@1@@@" |
| 184 ] | 192 ] |
| 185 }, | 193 }, |
| 186 { | 194 { |
| 187 "cmd": [ | 195 "cmd": [ |
| 188 "git", | 196 "git", |
| 189 "config", | 197 "config", |
| 190 "user.email", | 198 "user.email", |
| 191 "recipe-roller@chromium.org" | 199 "recipe-roller@chromium.org" |
| 192 ], | 200 ], |
| 193 "cwd": "[TMP]/roll_build_tmp_1", | 201 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 194 "name": "build.git config", | 202 "name": "build.git config", |
| 195 "~followup_annotations": [ | 203 "~followup_annotations": [ |
| 196 "@@@STEP_NEST_LEVEL@1@@@" | 204 "@@@STEP_NEST_LEVEL@1@@@" |
| 197 ] | 205 ] |
| 198 }, | 206 }, |
| 199 { | 207 { |
| 200 "cmd": [ | 208 "cmd": [ |
| 201 "git", | 209 "git", |
| 202 "config", | 210 "config", |
| 203 "user.name", | 211 "user.name", |
| 204 "recipe-roller" | 212 "recipe-roller" |
| 205 ], | 213 ], |
| 206 "cwd": "[TMP]/roll_build_tmp_1", | 214 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 207 "name": "build.git config (2)", | 215 "name": "build.git config (2)", |
| 208 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 209 "@@@STEP_NEST_LEVEL@1@@@" | 217 "@@@STEP_NEST_LEVEL@1@@@" |
| 210 ] | 218 ] |
| 211 }, | 219 }, |
| 212 { | 220 { |
| 213 "cmd": [ | 221 "cmd": [ |
| 214 "git", | 222 "git", |
| 215 "checkout", | 223 "checkout", |
| 216 "-t", | 224 "-t", |
| 217 "-b", | 225 "-b", |
| 218 "roll", | 226 "roll", |
| 219 "origin/master" | 227 "origin/master" |
| 220 ], | 228 ], |
| 221 "cwd": "[TMP]/roll_build_tmp_1", | 229 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 222 "name": "build.git checkout (2)", | 230 "name": "build.git checkout (2)", |
| 223 "~followup_annotations": [ | 231 "~followup_annotations": [ |
| 224 "@@@STEP_NEST_LEVEL@1@@@" | 232 "@@@STEP_NEST_LEVEL@1@@@" |
| 225 ] | 233 ] |
| 226 }, | 234 }, |
| 227 { | 235 { |
| 228 "cmd": [ | 236 "cmd": [ |
| 229 "[CWD]/infra/ENV/bin/python", | 237 "[SLAVE_BUILD]/infra/ENV/bin/python", |
| 230 "-u", | 238 "-u", |
| 231 "[CWD]/infra/recipes-py/recipes.py", | 239 "[SLAVE_BUILD]/infra/recipes-py/recipes.py", |
| 232 "--package", | 240 "--package", |
| 233 "[TMP]/roll_build_tmp_1/infra/config/recipes.cfg", | 241 "[TMP_BASE]/roll_build_tmp_1/infra/config/recipes.cfg", |
| 234 "autoroll", | 242 "autoroll", |
| 235 "--output-json", | 243 "--output-json", |
| 236 "/path/to/tmp/json" | 244 "/path/to/tmp/json" |
| 237 ], | 245 ], |
| 246 "cwd": "[SLAVE_BUILD]", |
| 238 "name": "build.roll", | 247 "name": "build.roll", |
| 239 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 240 "@@@STEP_NEST_LEVEL@1@@@", | 249 "@@@STEP_NEST_LEVEL@1@@@", |
| 241 "@@@STEP_TEXT@ (trivial)@@@", | 250 "@@@STEP_TEXT@ (trivial)@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@{@@@", | 251 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"picked_roll_details\": {@@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"picked_roll_details\": {@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"commit_infos\": {@@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"commit_infos\": {@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": [@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": [@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ {@@@", | 255 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ \"author\": \"foo@chromium.org\",
@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"author\": \"foo@chromium.org\",
@@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 277 ] | 286 ] |
| 278 }, | 287 }, |
| 279 { | 288 { |
| 280 "cmd": [ | 289 "cmd": [ |
| 281 "git", | 290 "git", |
| 282 "commit", | 291 "commit", |
| 283 "-a", | 292 "-a", |
| 284 "-m", | 293 "-m", |
| 285 "roll recipes.cfg" | 294 "roll recipes.cfg" |
| 286 ], | 295 ], |
| 287 "cwd": "[TMP]/roll_build_tmp_1", | 296 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 288 "name": "build.git commit", | 297 "name": "build.git commit", |
| 289 "~followup_annotations": [ | 298 "~followup_annotations": [ |
| 290 "@@@STEP_NEST_LEVEL@1@@@" | 299 "@@@STEP_NEST_LEVEL@1@@@" |
| 291 ] | 300 ] |
| 292 }, | 301 }, |
| 293 { | 302 { |
| 294 "cmd": [ | 303 "cmd": [ |
| 295 "git", | 304 "git", |
| 296 "show", | 305 "show", |
| 297 "--format=%b" | 306 "--format=%b" |
| 298 ], | 307 ], |
| 299 "cwd": "[TMP]/roll_build_tmp_1", | 308 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 300 "name": "build.git show", | 309 "name": "build.git show", |
| 301 "stdout": "/path/to/tmp/", | 310 "stdout": "/path/to/tmp/", |
| 302 "~followup_annotations": [ | 311 "~followup_annotations": [ |
| 303 "@@@STEP_NEST_LEVEL@1@@@", | 312 "@@@STEP_NEST_LEVEL@1@@@", |
| 304 "@@@STEP_LOG_LINE@output@-some line@@@", | 313 "@@@STEP_LOG_LINE@output@-some line@@@", |
| 305 "@@@STEP_LOG_LINE@output@+some other line@@@", | 314 "@@@STEP_LOG_LINE@output@+some other line@@@", |
| 306 "@@@STEP_LOG_END@output@@@" | 315 "@@@STEP_LOG_END@output@@@" |
| 307 ] | 316 ] |
| 308 }, | 317 }, |
| 309 { | 318 { |
| 310 "cmd": [ | 319 "cmd": [ |
| 311 "python", | 320 "python", |
| 312 "-u", | 321 "-u", |
| 313 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 322 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 314 "--", | 323 "--", |
| 315 "[ROOT]/b/depot_tools/gsutil.py", | 324 "[DEPOT_TOOLS]/gsutil.py", |
| 316 "----", | 325 "----", |
| 317 "cat", | 326 "cat", |
| 318 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" | 327 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" |
| 319 ], | 328 ], |
| 329 "cwd": "[SLAVE_BUILD]", |
| 320 "name": "build.gsutil cat", | 330 "name": "build.gsutil cat", |
| 321 "stderr": "/path/to/tmp/", | 331 "stderr": "/path/to/tmp/", |
| 322 "stdout": "/path/to/tmp/", | 332 "stdout": "/path/to/tmp/", |
| 323 "~followup_annotations": [ | 333 "~followup_annotations": [ |
| 324 "@@@STEP_NEST_LEVEL@1@@@", | 334 "@@@STEP_NEST_LEVEL@1@@@", |
| 325 "@@@STEP_LOG_LINE@stderr@Error: No URLs matched ...@@@", | 335 "@@@STEP_LOG_LINE@stderr@Error: No URLs matched ...@@@", |
| 326 "@@@STEP_LOG_END@stderr@@@" | 336 "@@@STEP_LOG_END@stderr@@@" |
| 327 ] | 337 ] |
| 328 }, | 338 }, |
| 329 { | 339 { |
| 330 "cmd": [ | 340 "cmd": [ |
| 331 "git", | 341 "git", |
| 332 "cl", | 342 "cl", |
| 333 "upload", | 343 "upload", |
| 334 "--use-commit-queue", | 344 "--use-commit-queue", |
| 335 "--bypass-hooks", | 345 "--bypass-hooks", |
| 336 "-f", | 346 "-f", |
| 337 "-m", | 347 "-m", |
| 338 "Roll recipe dependencies (trivial).\n\nThis is an automated CL created by
the recipe roller. This CL rolls recipe\nchanges from upstream projects (e.g. d
epot_tools) into downstream projects\n(e.g. tools/build).\n\n\nMore info is at h
ttps://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug\n(or complain)\n\n
recipe_engine:\n https://crrev.com/123abc some commit message (foo@chromium.org
)\n\nR=foo@chromium.org,bar@chromium.org,baz@chromium.org\nBUG=123,456\n\nTBR=ma
rtiniss@chromium.org,phajdan.jr@chromium.org\n", | 348 "Roll recipe dependencies (trivial).\n\nThis is an automated CL created by
the recipe roller. This CL rolls recipe\nchanges from upstream projects (e.g. d
epot_tools) into downstream projects\n(e.g. tools/build).\n\n\nMore info is at h
ttps://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug\n(or complain)\n\n
recipe_engine:\n https://crrev.com/123abc some commit message (foo@chromium.org
)\n\nR=foo@chromium.org,bar@chromium.org,baz@chromium.org\nBUG=123,456\n\nTBR=ma
rtiniss@chromium.org,phajdan.jr@chromium.org\n", |
| 339 "--auth-refresh-token-json=/creds/refresh_tokens/recipe-roller" | 349 "--auth-refresh-token-json=/creds/refresh_tokens/recipe-roller" |
| 340 ], | 350 ], |
| 341 "cwd": "[TMP]/roll_build_tmp_1", | 351 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 342 "name": "build.git cl upload", | 352 "name": "build.git cl upload", |
| 343 "~followup_annotations": [ | 353 "~followup_annotations": [ |
| 344 "@@@STEP_NEST_LEVEL@1@@@" | 354 "@@@STEP_NEST_LEVEL@1@@@" |
| 345 ] | 355 ] |
| 346 }, | 356 }, |
| 347 { | 357 { |
| 348 "cmd": [ | 358 "cmd": [ |
| 349 "git", | 359 "git", |
| 350 "cl", | 360 "cl", |
| 351 "issue" | 361 "issue" |
| 352 ], | 362 ], |
| 353 "cwd": "[TMP]/roll_build_tmp_1", | 363 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
| 354 "name": "build.git cl issue", | 364 "name": "build.git cl issue", |
| 355 "stdout": "/path/to/tmp/", | 365 "stdout": "/path/to/tmp/", |
| 356 "~followup_annotations": [ | 366 "~followup_annotations": [ |
| 357 "@@@STEP_NEST_LEVEL@1@@@" | 367 "@@@STEP_NEST_LEVEL@1@@@" |
| 358 ] | 368 ] |
| 359 }, | 369 }, |
| 360 { | 370 { |
| 361 "cmd": [ | 371 "cmd": [ |
| 362 "python", | 372 "python", |
| 363 "-u", | 373 "-u", |
| 364 "import sys; sys.exit(1)" | 374 "import sys; sys.exit(1)" |
| 365 ], | 375 ], |
| 376 "cwd": "[SLAVE_BUILD]", |
| 366 "name": "build.git cl upload failed", | 377 "name": "build.git cl upload failed", |
| 367 "~followup_annotations": [ | 378 "~followup_annotations": [ |
| 368 "@@@STEP_NEST_LEVEL@1@@@", | 379 "@@@STEP_NEST_LEVEL@1@@@", |
| 369 "step returned non-zero exit code: 1", | 380 "step returned non-zero exit code: 1", |
| 370 "@@@STEP_TEXT@git cl issue output \"Issue number: None (None)\" is not val
id@@@", | 381 "@@@STEP_TEXT@git cl issue output \"Issue number: None (None)\" is not val
id@@@", |
| 371 "@@@STEP_FAILURE@@@" | 382 "@@@STEP_FAILURE@@@" |
| 372 ] | 383 ] |
| 373 }, | 384 }, |
| 374 { | 385 { |
| 375 "cmd": [ | 386 "cmd": [ |
| 376 "python", | 387 "python", |
| 377 "-u", | 388 "-u", |
| 378 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", | 389 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
| 379 "[TMP]/roll_build_tmp_1" | 390 "[TMP_BASE]/roll_build_tmp_1" |
| 380 ], | 391 ], |
| 381 "name": "build.rmtree [TMP]/roll_build_tmp_1", | 392 "cwd": "[SLAVE_BUILD]", |
| 393 "name": "build.rmtree [TMP_BASE]/roll_build_tmp_1", |
| 382 "~followup_annotations": [ | 394 "~followup_annotations": [ |
| 383 "@@@STEP_NEST_LEVEL@1@@@", | 395 "@@@STEP_NEST_LEVEL@1@@@", |
| 384 "@@@STEP_LOG_LINE@python.inline@@@@", | 396 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 385 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 397 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 386 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 398 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 387 "@@@STEP_LOG_END@python.inline@@@" | 399 "@@@STEP_LOG_END@python.inline@@@" |
| 388 ] | 400 ] |
| 389 }, | 401 }, |
| 390 { | 402 { |
| 391 "name": "$result", | 403 "name": "$result", |
| 392 "reason": "1 out of 2 aggregated steps failed. Failures: Step('build.git cl
upload failed') failed with return_code 1", | 404 "reason": "1 out of 2 aggregated steps failed. Failures: Step('build.git cl
upload failed') failed with return_code 1", |
| 393 "status_code": 1 | 405 "status_code": 1 |
| 394 } | 406 } |
| 395 ] | 407 ] |
| OLD | NEW |