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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Linux Snapshot Builder", 10 "Linux Snapshot Builder",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "-u", 147 "-u",
148 "[BUILD]/scripts/slave/cleanup_temp.py" 148 "[BUILD]/scripts/slave/cleanup_temp.py"
149 ], 149 ],
150 "cwd": "[SLAVE_BUILD]", 150 "cwd": "[SLAVE_BUILD]",
151 "name": "cleanup_temp" 151 "name": "cleanup_temp"
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "python", 155 "python",
156 "-u", 156 "-u",
157 "[BUILD]/scripts/slave/compile.py", 157 "import sys; sys.exit(1)"
158 "--target",
159 "Release",
160 "--src-dir",
161 "[SLAVE_BUILD]/src",
162 "--build-tool",
163 "ninja",
164 "--compiler",
165 "goma",
166 "--goma-jsonstatus",
167 "/path/to/tmp/json",
168 "--goma-dir",
169 "[BUILD]/goma",
170 "--",
171 "All",
172 "chromium_builder_tests"
173 ], 158 ],
174 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
175 "name": "compile", 160 "name": "compile",
176 "~followup_annotations": [ 161 "~followup_annotations": [
177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 162 "step returned non-zero exit code: 1",
178 "@@@STEP_LOG_END@json.output (invalid)@@@" 163 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@",
164 "@@@STEP_FAILURE@@@"
179 ] 165 ]
180 }, 166 },
181 { 167 {
182 "cmd": [
183 "python",
184 "-u",
185 "[BUILD]/scripts/slave/chromium/archive_build.py",
186 "--target",
187 "Release",
188 "--factory-properties",
189 "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library gomadir='[ BUILD]/goma' target_arch=x64 use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bu cket\": \"gs://chromium-v8-snapshots\"}",
190 "--build-properties",
191 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \" got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_cr_revision\": \ "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_cr_revision_cp\": \"refs/head s/master@{#170242}\", \"got_nacl_revision\": \"d998e125e8253980d76e269b7982aeeef c1b9b50\", \"got_nacl_revision_cp\": \"refs/heads/master@{#274981}\", \"got_revi sion\": \"801ada225ddc271c132c3a35f03975671d43e399\", \"got_revision_cp\": \"ref s/heads/master@{#43426}\", \"got_swarming_client_revision\": \"a0ee5d99f1d4b38dd aa4c759c837980b63b99566\", \"got_swarming_client_revision_cp\": \"refs/heads/mas ter@{#276089}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231 37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}"
192 ],
193 "cwd": "[SLAVE_BUILD]",
194 "name": "archive build"
195 },
196 {
197 "name": "$result", 168 "name": "$result",
198 "recipe_result": null, 169 "reason": "Step('compile') failed with return_code 1",
199 "status_code": 0 170 "status_code": 1
200 } 171 }
201 ] 172 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698