Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.json

Issue 1376453002: chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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, 136 "name": "$final_result",
137 "cmd": [ 137 "reason": "Misconfigured bot: no compile targets",
138 "python", 138 "status_code": 1
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 {
159 "cmd": [
160 "python",
161 "-u",
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 "--"
172 ],
173 "cwd": "[SLAVE_BUILD]",
174 "env": {
175 "LLVM_FORCE_HEAD_REVISION": "YES"
176 },
177 "name": "compile"
178 },
179 {
180 "allow_subannotations": true,
181 "cmd": [
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"
230 } 139 }
231 ] 140 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698