| 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.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "infra_presubmit", | 10 "infra_presubmit", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 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@HEAD", | 30 "infra@HEAD", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", | |
| 34 "env": { | 33 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 35 }, |
| 37 "name": "bot_update", | 36 "name": "bot_update", |
| 38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "cwd": "[SLAVE_BUILD]/infra", | 76 "cwd": "[SLAVE_BUILD]/infra", |
| 78 "name": "commit git patch" | 77 "name": "commit git patch" |
| 79 }, | 78 }, |
| 80 { | 79 { |
| 81 "cmd": [ | 80 "cmd": [ |
| 82 "python", | 81 "python", |
| 83 "-u", | 82 "-u", |
| 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 83 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 85 "runhooks" | 84 "runhooks" |
| 86 ], | 85 ], |
| 87 "cwd": "[SLAVE_BUILD]", | |
| 88 "env": { | 86 "env": { |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 87 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 90 }, | 88 }, |
| 91 "name": "gclient runhooks" | 89 "name": "gclient runhooks" |
| 92 }, | 90 }, |
| 93 { | 91 { |
| 94 "cmd": [ | 92 "cmd": [ |
| 95 "python", | 93 "python", |
| 96 "-u", | 94 "-u", |
| 97 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 95 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 111 "--verbose", | 109 "--verbose", |
| 112 "--skip_canned", | 110 "--skip_canned", |
| 113 "CheckRietveldTryJobExecution", | 111 "CheckRietveldTryJobExecution", |
| 114 "--skip_canned", | 112 "--skip_canned", |
| 115 "CheckTreeIsOpen", | 113 "CheckTreeIsOpen", |
| 116 "--skip_canned", | 114 "--skip_canned", |
| 117 "CheckBuildbotPendingBuilds", | 115 "CheckBuildbotPendingBuilds", |
| 118 "--upstream", | 116 "--upstream", |
| 119 "5e03a58dc0850e5137a8ebbce29610670c756aed" | 117 "5e03a58dc0850e5137a8ebbce29610670c756aed" |
| 120 ], | 118 ], |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "env": { | 119 "env": { |
| 123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 124 }, | 121 }, |
| 125 "name": "presubmit" | 122 "name": "presubmit" |
| 126 }, | 123 }, |
| 127 { | 124 { |
| 128 "name": "$result", | 125 "name": "$result", |
| 129 "recipe_result": null, | 126 "recipe_result": null, |
| 130 "status_code": 0 | 127 "status_code": 0 |
| 131 } | 128 } |
| 132 ] | 129 ] |
| OLD | NEW |