| 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_tester", | 10 "infra_tester", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 "[BUILD]/site_config/.rietveld_client_email", | 26 "[BUILD]/site_config/.rietveld_client_email", |
| 27 "--apply_issue_key_file", | 27 "--apply_issue_key_file", |
| 28 "[BUILD]/site_config/.rietveld_secret_key", | 28 "[BUILD]/site_config/.rietveld_secret_key", |
| 29 "--output_json", | 29 "--output_json", |
| 30 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 31 "--revision", | 31 "--revision", |
| 32 "infra_internal@HEAD", | 32 "infra_internal@HEAD", |
| 33 "--force", | 33 "--force", |
| 34 "--output_manifest" | 34 "--output_manifest" |
| 35 ], | 35 ], |
| 36 "cwd": "[SLAVE_BUILD]", | |
| 37 "env": { | 36 "env": { |
| 38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 39 }, | 38 }, |
| 40 "name": "bot_update", | 39 "name": "bot_update", |
| 41 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 42 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "cwd": "[SLAVE_BUILD]/infra_internal", | 79 "cwd": "[SLAVE_BUILD]/infra_internal", |
| 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 "git", | 96 "git", |
| 99 "diff", | 97 "diff", |
| 100 "--name-only", | 98 "--name-only", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 119 ], | 117 ], |
| 120 "cwd": "[SLAVE_BUILD]/infra_internal", | 118 "cwd": "[SLAVE_BUILD]/infra_internal", |
| 121 "name": "python tests" | 119 "name": "python tests" |
| 122 }, | 120 }, |
| 123 { | 121 { |
| 124 "cmd": [ | 122 "cmd": [ |
| 125 "python", | 123 "python", |
| 126 "-u", | 124 "-u", |
| 127 "[SLAVE_BUILD]/infra_internal/go/env.py" | 125 "[SLAVE_BUILD]/infra_internal/go/env.py" |
| 128 ], | 126 ], |
| 129 "cwd": "[SLAVE_BUILD]", | |
| 130 "name": "go bootstrap" | 127 "name": "go bootstrap" |
| 131 }, | 128 }, |
| 132 { | 129 { |
| 133 "cmd": [ | 130 "cmd": [ |
| 134 "python", | 131 "python", |
| 135 "-u", | 132 "-u", |
| 136 "[SLAVE_BUILD]/infra_internal/go/env.py", | 133 "[SLAVE_BUILD]/infra_internal/go/env.py", |
| 137 "python", | 134 "python", |
| 138 "[SLAVE_BUILD]/infra_internal/go/test.py" | 135 "[SLAVE_BUILD]/infra_internal/go/test.py" |
| 139 ], | 136 ], |
| 140 "cwd": "[SLAVE_BUILD]", | |
| 141 "name": "go tests" | 137 "name": "go tests" |
| 142 }, | 138 }, |
| 143 { | 139 { |
| 144 "name": "$result", | 140 "name": "$result", |
| 145 "recipe_result": null, | 141 "recipe_result": null, |
| 146 "status_code": 0 | 142 "status_code": 0 |
| 147 } | 143 } |
| 148 ] | 144 ] |
| OLD | NEW |