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 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux Debug Builder", | 10 "Linux Debug Builder", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 { | 113 { |
114 "cmd": [ | 114 "cmd": [ |
115 "python", | 115 "python", |
116 "-u", | 116 "-u", |
117 "[BUILD]/scripts/slave/cleanup_temp.py" | 117 "[BUILD]/scripts/slave/cleanup_temp.py" |
118 ], | 118 ], |
119 "cwd": "[SLAVE_BUILD]", | 119 "cwd": "[SLAVE_BUILD]", |
120 "name": "cleanup_temp" | 120 "name": "cleanup_temp" |
121 }, | 121 }, |
122 { | 122 { |
123 "cmd": [ | 123 "name": "$final_result", |
124 "python", | 124 "reason": "Misconfigured bot: no compile targets", |
125 "-u", | 125 "status_code": 1 |
126 "[BUILD]/scripts/slave/compile.py", | |
127 "--target", | |
128 "Debug", | |
129 "--src-dir", | |
130 "[SLAVE_BUILD]/src", | |
131 "--build-tool", | |
132 "ninja", | |
133 "--compiler", | |
134 "goma", | |
135 "--goma-dir", | |
136 "[BUILD]/goma", | |
137 "--", | |
138 "All", | |
139 "chromium_builder_tests" | |
140 ], | |
141 "cwd": "[SLAVE_BUILD]", | |
142 "name": "compile" | |
143 }, | |
144 { | |
145 "allow_subannotations": true, | |
146 "cmd": [ | |
147 "python", | |
148 "-u", | |
149 "[BUILD]/scripts/slave/zip_build.py", | |
150 "--target", | |
151 "Debug", | |
152 "--build-url", | |
153 "gs://chromium-v8/client.v8.fyi/Linux Debug Builder", | |
154 "--build_revision", | |
155 "801ada225ddc271c132c3a35f03975671d43e399", | |
156 "--factory-properties", | |
157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis
ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
158 "--build-properties", | |
159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis
ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}" | |
160 ], | |
161 "cwd": "[SLAVE_BUILD]", | |
162 "name": "package build" | |
163 }, | |
164 { | |
165 "cmd": [], | |
166 "cwd": "[SLAVE_BUILD]", | |
167 "name": "trigger", | |
168 "trigger_specs": [ | |
169 { | |
170 "builder_name": "Linux Tests (dbg)(1)" | |
171 } | |
172 ], | |
173 "~followup_annotations": [ | |
174 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | |
175 ] | |
176 } | 126 } |
177 ] | 127 ] |
OLD | NEW |