| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.infra", | 8 "tryserver.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "infra_presubmit", | 10 "infra_presubmit", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "infra@origin/master", | 30 "infra@origin/master", |
| 31 "--revision", | 31 "--revision", |
| 32 "infra/recipes-py@HEAD", | 32 "infra/recipes-py@HEAD", |
| 33 "--output_manifest" | 33 "--output_manifest" |
| 34 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", | |
| 36 "env": { | 35 "env": { |
| 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 38 }, | 37 }, |
| 39 "name": "bot_update", | 38 "name": "bot_update", |
| 40 "~followup_annotations": [ | 39 "~followup_annotations": [ |
| 41 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "cwd": "[SLAVE_BUILD]/infra/recipes-py", | 79 "cwd": "[SLAVE_BUILD]/infra/recipes-py", |
| 81 "name": "commit git patch" | 80 "name": "commit git patch" |
| 82 }, | 81 }, |
| 83 { | 82 { |
| 84 "cmd": [ | 83 "cmd": [ |
| 85 "python", | 84 "python", |
| 86 "-u", | 85 "-u", |
| 87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 88 "runhooks" | 87 "runhooks" |
| 89 ], | 88 ], |
| 90 "cwd": "[SLAVE_BUILD]", | |
| 91 "env": { | 89 "env": { |
| 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 93 }, | 91 }, |
| 94 "name": "gclient runhooks" | 92 "name": "gclient runhooks" |
| 95 }, | 93 }, |
| 96 { | 94 { |
| 97 "cmd": [ | 95 "cmd": [ |
| 98 "python", | 96 "python", |
| 99 "-u", | 97 "-u", |
| 100 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 98 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 114 "--verbose", | 112 "--verbose", |
| 115 "--skip_canned", | 113 "--skip_canned", |
| 116 "CheckRietveldTryJobExecution", | 114 "CheckRietveldTryJobExecution", |
| 117 "--skip_canned", | 115 "--skip_canned", |
| 118 "CheckTreeIsOpen", | 116 "CheckTreeIsOpen", |
| 119 "--skip_canned", | 117 "--skip_canned", |
| 120 "CheckBuildbotPendingBuilds", | 118 "CheckBuildbotPendingBuilds", |
| 121 "--upstream", | 119 "--upstream", |
| 122 "566be4c6bf5a619a0f53810d649ca87525be7d24" | 120 "566be4c6bf5a619a0f53810d649ca87525be7d24" |
| 123 ], | 121 ], |
| 124 "cwd": "[SLAVE_BUILD]", | |
| 125 "env": { | 122 "env": { |
| 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 127 }, | 124 }, |
| 128 "name": "presubmit" | 125 "name": "presubmit" |
| 129 }, | 126 }, |
| 130 { | 127 { |
| 131 "name": "$result", | 128 "name": "$result", |
| 132 "recipe_result": null, | 129 "recipe_result": null, |
| 133 "status_code": 0 | 130 "status_code": 0 |
| 134 } | 131 } |
| 135 ] | 132 ] |
| OLD | NEW |