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 "ClangToTLinux (dbg)", | 10 "ClangToTLinux (dbg)", |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 { | 126 { |
127 "cmd": [ | 127 "cmd": [ |
128 "python", | 128 "python", |
129 "-u", | 129 "-u", |
130 "[BUILD]/scripts/slave/cleanup_temp.py" | 130 "[BUILD]/scripts/slave/cleanup_temp.py" |
131 ], | 131 ], |
132 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
133 "name": "cleanup_temp" | 133 "name": "cleanup_temp" |
134 }, | 134 }, |
135 { | 135 { |
| 136 "allow_subannotations": true, |
| 137 "cmd": [ |
| 138 "python", |
| 139 "-u", |
| 140 "[BUILD]/scripts/slave/clang_revision.py", |
| 141 "--src-dir", |
| 142 "[SLAVE_BUILD]/src", |
| 143 "--output-json", |
| 144 "/path/to/tmp/json" |
| 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
| 147 "env": { |
| 148 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 149 }, |
| 150 "name": "clang_revision", |
| 151 "~followup_annotations": [ |
| 152 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 155 "@@@STEP_LOG_END@json.output@@@" |
| 156 ] |
| 157 }, |
| 158 { |
136 "cmd": [ | 159 "cmd": [ |
137 "python", | 160 "python", |
138 "-u", | 161 "-u", |
139 "import sys; sys.exit(1)" | 162 "[BUILD]/scripts/slave/compile.py", |
| 163 "--target", |
| 164 "Debug", |
| 165 "--src-dir", |
| 166 "[SLAVE_BUILD]/src", |
| 167 "--build-tool", |
| 168 "ninja", |
| 169 "--compiler", |
| 170 "clang", |
| 171 "--" |
140 ], | 172 ], |
141 "cwd": "[SLAVE_BUILD]", | 173 "cwd": "[SLAVE_BUILD]", |
142 "name": "compile", | 174 "env": { |
143 "~followup_annotations": [ | 175 "LLVM_FORCE_HEAD_REVISION": "YES" |
144 "step returned non-zero exit code: 1", | 176 }, |
145 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", | 177 "name": "compile" |
146 "@@@STEP_FAILURE@@@" | |
147 ] | |
148 }, | 178 }, |
149 { | 179 { |
150 "name": "$final_result", | 180 "allow_subannotations": true, |
151 "reason": "Step('compile') failed with return_code 1", | 181 "cmd": [ |
152 "status_code": 1 | 182 "python", |
| 183 "-u", |
| 184 "[BUILD]/scripts/slave/zip_build.py", |
| 185 "--target", |
| 186 "Debug", |
| 187 "--build-url", |
| 188 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinux (dbg)", |
| 189 "--build_revision", |
| 190 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 191 "--factory-properties", |
| 192 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 193 "--build-properties", |
| 194 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 195 ], |
| 196 "cwd": "[SLAVE_BUILD]", |
| 197 "name": "package build" |
| 198 }, |
| 199 { |
| 200 "allow_subannotations": true, |
| 201 "cmd": [ |
| 202 "python", |
| 203 "-u", |
| 204 "[BUILD]/scripts/slave/runtest.py", |
| 205 "--target", |
| 206 "Debug", |
| 207 "--no-xvfb", |
| 208 "--factory-properties", |
| 209 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 210 "--build-properties", |
| 211 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 212 "--annotate=graphing", |
| 213 "--test-type=sizes", |
| 214 "--builder-name=ClangToTLinux (dbg)", |
| 215 "--slave-name=TestSlavename", |
| 216 "--build-number=571", |
| 217 "--run-python-script", |
| 218 "--results-url=https://chromeperf.appspot.com", |
| 219 "--perf-dashboard-id=sizes", |
| 220 "--perf-id=ClangToTLinux (dbg)", |
| 221 "--perf-config={'r_clang_rev': '123456'}", |
| 222 "[BUILD]/scripts/slave/chromium/sizes.py", |
| 223 "--target", |
| 224 "Debug", |
| 225 "--platform", |
| 226 "linux" |
| 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
| 229 "name": "sizes" |
153 } | 230 } |
154 ] | 231 ] |
OLD | NEW |