| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac OpenSSL", | 10 "Mac OpenSSL", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "[BUILD]/scripts/slave/cleanup_temp.py" | 115 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 116 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "cleanup_temp" | 118 "name": "cleanup_temp" |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "allow_subannotations": true, | 121 "name": "$final_result", |
| 122 "cmd": [ | 122 "reason": "Misconfigured bot: no compile targets", |
| 123 "python", | 123 "status_code": 1 |
| 124 "-u", | |
| 125 "[BUILD]/scripts/slave/clang_revision.py", | |
| 126 "--src-dir", | |
| 127 "[SLAVE_BUILD]/src", | |
| 128 "--output-json", | |
| 129 "/path/to/tmp/json" | |
| 130 ], | |
| 131 "cwd": "[SLAVE_BUILD]", | |
| 132 "name": "clang_revision", | |
| 133 "~followup_annotations": [ | |
| 134 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 135 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 136 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 137 "@@@STEP_LOG_END@json.output@@@" | |
| 138 ] | |
| 139 }, | |
| 140 { | |
| 141 "cmd": [ | |
| 142 "python", | |
| 143 "-u", | |
| 144 "[BUILD]/scripts/slave/compile.py", | |
| 145 "--target", | |
| 146 "Release", | |
| 147 "--src-dir", | |
| 148 "[SLAVE_BUILD]/src", | |
| 149 "--build-tool", | |
| 150 "ninja", | |
| 151 "--compiler", | |
| 152 "goma-clang", | |
| 153 "--goma-dir", | |
| 154 "[BUILD]/goma", | |
| 155 "--", | |
| 156 "All", | |
| 157 "chromium_builder_tests" | |
| 158 ], | |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "name": "compile" | |
| 161 } | 124 } |
| 162 ] | 125 ] |
| OLD | NEW |