OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 { | 120 { |
121 "cmd": [ | 121 "cmd": [ |
122 "python", | 122 "python", |
123 "-u", | 123 "-u", |
124 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 124 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
125 ], | 125 ], |
126 "cwd": "[SLAVE_BUILD]", | 126 "cwd": "[SLAVE_BUILD]", |
127 "name": "cleanup_temp" | 127 "name": "cleanup_temp" |
128 }, | 128 }, |
129 { | 129 { |
130 "cmd": [ | 130 "name": "$final_result", |
131 "python", | 131 "reason": "Misconfigured bot: no compile targets", |
132 "-u", | 132 "status_code": 1 |
133 "[BUILD]\\scripts\\slave\\compile.py", | |
134 "--target", | |
135 "Release", | |
136 "--src-dir", | |
137 "[SLAVE_BUILD]\\src", | |
138 "--build-tool", | |
139 "ninja", | |
140 "--compiler", | |
141 "goma", | |
142 "--mode", | |
143 "official", | |
144 "--goma-dir", | |
145 "[BUILD]\\goma", | |
146 "--clobber", | |
147 "--", | |
148 "chrome_official_builder" | |
149 ], | |
150 "cwd": "[SLAVE_BUILD]", | |
151 "name": "compile" | |
152 } | 133 } |
153 ] | 134 ] |
OLD | NEW |