| 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_tester", | 10 "infra_tester", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 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 "--force", | 31 "--force", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", | |
| 35 "env": { | 34 "env": { |
| 36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 36 }, |
| 38 "name": "bot_update", | 37 "name": "bot_update", |
| 39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "cwd": "[SLAVE_BUILD]\\infra", | 84 "cwd": "[SLAVE_BUILD]\\infra", |
| 86 "name": "commit git patch" | 85 "name": "commit git patch" |
| 87 }, | 86 }, |
| 88 { | 87 { |
| 89 "cmd": [ | 88 "cmd": [ |
| 90 "python", | 89 "python", |
| 91 "-u", | 90 "-u", |
| 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 91 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 93 "runhooks" | 92 "runhooks" |
| 94 ], | 93 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "env": { | 94 "env": { |
| 97 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 98 }, | 96 }, |
| 99 "name": "gclient runhooks" | 97 "name": "gclient runhooks" |
| 100 }, | 98 }, |
| 101 { | 99 { |
| 102 "cmd": [ | 100 "cmd": [ |
| 103 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 101 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 104 "diff", | 102 "diff", |
| 105 "--name-only", | 103 "--name-only", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 123 ], | 121 ], |
| 124 "cwd": "[SLAVE_BUILD]\\infra", | 122 "cwd": "[SLAVE_BUILD]\\infra", |
| 125 "name": "python tests" | 123 "name": "python tests" |
| 126 }, | 124 }, |
| 127 { | 125 { |
| 128 "cmd": [ | 126 "cmd": [ |
| 129 "python", | 127 "python", |
| 130 "-u", | 128 "-u", |
| 131 "[SLAVE_BUILD]\\infra\\go\\env.py" | 129 "[SLAVE_BUILD]\\infra\\go\\env.py" |
| 132 ], | 130 ], |
| 133 "cwd": "[SLAVE_BUILD]", | |
| 134 "name": "go bootstrap" | 131 "name": "go bootstrap" |
| 135 }, | 132 }, |
| 136 { | 133 { |
| 137 "cmd": [ | 134 "cmd": [ |
| 138 "python", | 135 "python", |
| 139 "-u", | 136 "-u", |
| 140 "[SLAVE_BUILD]\\infra\\go\\env.py", | 137 "[SLAVE_BUILD]\\infra\\go\\env.py", |
| 141 "python", | 138 "python", |
| 142 "[SLAVE_BUILD]\\infra\\go\\test.py" | 139 "[SLAVE_BUILD]\\infra\\go\\test.py" |
| 143 ], | 140 ], |
| 144 "cwd": "[SLAVE_BUILD]", | |
| 145 "name": "go tests" | 141 "name": "go tests" |
| 146 }, | 142 }, |
| 147 { | 143 { |
| 148 "name": "$result", | 144 "name": "$result", |
| 149 "recipe_result": null, | 145 "recipe_result": null, |
| 150 "status_code": 0 | 146 "status_code": 0 |
| 151 } | 147 } |
| 152 ] | 148 ] |
| OLD | NEW |