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 "ClangToTiOS", | 10 "ClangToTiOS", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 { | 115 { |
116 "cmd": [ | 116 "cmd": [ |
117 "python", | 117 "python", |
118 "-u", | 118 "-u", |
119 "[BUILD]/scripts/slave/cleanup_temp.py" | 119 "[BUILD]/scripts/slave/cleanup_temp.py" |
120 ], | 120 ], |
121 "cwd": "[SLAVE_BUILD]", | 121 "cwd": "[SLAVE_BUILD]", |
122 "name": "cleanup_temp" | 122 "name": "cleanup_temp" |
123 }, | 123 }, |
124 { | 124 { |
125 "cmd": [ | 125 "name": "$final_result", |
126 "python", | 126 "reason": "Misconfigured bot: no compile targets", |
127 "-u", | 127 "status_code": 1 |
128 "[BUILD]/scripts/slave/compile.py", | |
129 "--target", | |
130 "Release-iphoneos", | |
131 "--src-dir", | |
132 "[SLAVE_BUILD]/src", | |
133 "--build-tool", | |
134 "ninja", | |
135 "--", | |
136 "All" | |
137 ], | |
138 "cwd": "[SLAVE_BUILD]", | |
139 "env": { | |
140 "LLVM_FORCE_HEAD_REVISION": "YES" | |
141 }, | |
142 "name": "compile" | |
143 } | 128 } |
144 ] | 129 ] |
OLD | NEW |