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

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

Issue 1472893002: chromium_tests: require explicit compile targets (except for Android) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 "Mac OpenSSL", 10 "Mac OpenSSL",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[BUILD]/scripts/slave/cleanup_temp.py" 146 "[BUILD]/scripts/slave/cleanup_temp.py"
147 ], 147 ],
148 "cwd": "[SLAVE_BUILD]", 148 "cwd": "[SLAVE_BUILD]",
149 "name": "cleanup_temp" 149 "name": "cleanup_temp"
150 }, 150 },
151 { 151 {
152 "allow_subannotations": true,
153 "cmd": [
154 "python",
155 "-u",
156 "[BUILD]/scripts/slave/clang_revision.py",
157 "--src-dir",
158 "[SLAVE_BUILD]/src",
159 "--output-json",
160 "/path/to/tmp/json"
161 ],
162 "cwd": "[SLAVE_BUILD]",
163 "name": "clang_revision",
164 "~followup_annotations": [
165 "@@@STEP_LOG_LINE@json.output@{@@@",
166 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
167 "@@@STEP_LOG_LINE@json.output@}@@@",
168 "@@@STEP_LOG_END@json.output@@@"
169 ]
170 },
171 {
172 "cmd": [ 152 "cmd": [
173 "python", 153 "python",
174 "-u", 154 "-u",
175 "[BUILD]/scripts/slave/compile.py", 155 "import sys; sys.exit(1)"
176 "--target",
177 "Release",
178 "--src-dir",
179 "[SLAVE_BUILD]/src",
180 "--build-tool",
181 "ninja",
182 "--compiler",
183 "goma-clang",
184 "--goma-jsonstatus",
185 "/path/to/tmp/json",
186 "--goma-dir",
187 "[BUILD]/goma",
188 "--",
189 "All",
190 "chromium_builder_tests"
191 ], 156 ],
192 "cwd": "[SLAVE_BUILD]", 157 "cwd": "[SLAVE_BUILD]",
193 "name": "compile", 158 "name": "compile",
194 "~followup_annotations": [ 159 "~followup_annotations": [
195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 160 "step returned non-zero exit code: 1",
196 "@@@STEP_LOG_END@json.output (invalid)@@@" 161 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@",
162 "@@@STEP_FAILURE@@@"
197 ] 163 ]
198 }, 164 },
199 { 165 {
200 "name": "$result", 166 "name": "$result",
201 "recipe_result": null, 167 "reason": "Step('compile') failed with return_code 1",
202 "status_code": 0 168 "status_code": 1
203 } 169 }
204 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698