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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_default_targets.json

Issue 1416763007: Add a recipe to identify culprits for chromium compile failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase, and add an owner file. 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [],
4 "cwd": "[SLAVE_BUILD]",
5 "name": "test r1"
6 },
7 {
3 "cmd": [ 8 "cmd": [
4 "python", 9 "python",
5 "-u", 10 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 11 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 12 "--master",
8 "chromium.linux", 13 "tryserver.chromium.linux",
9 "--builder", 14 "--builder",
10 "Linux Builder", 15 "linux_variable",
11 "--slave", 16 "--slave",
12 "TestSlavename", 17 "build1-a1",
13 "--spec", 18 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 19 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
15 "--root", 20 "--root",
16 "src", 21 "src",
17 "--revision_mapping_file", 22 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 23 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
19 "--output_json", 24 "--output_json",
20 "/path/to/tmp/json", 25 "/path/to/tmp/json",
21 "--revision", 26 "--revision",
22 "src@HEAD", 27 "src@r1",
23 "--output_manifest" 28 "--output_manifest"
24 ], 29 ],
25 "cwd": "[SLAVE_BUILD]", 30 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update", 31 "name": "test r1.bot_update",
27 "~followup_annotations": [ 32 "~followup_annotations": [
33 "@@@STEP_NEST_LEVEL@1@@@",
28 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
35 "@@@STEP_LOG_LINE@json.output@ }, @@@", 41 "@@@STEP_LOG_LINE@json.output@ }, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 ] 95 ]
90 }, 96 },
91 { 97 {
92 "cmd": [ 98 "cmd": [
93 "python", 99 "python",
94 "-u", 100 "-u",
95 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 101 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
96 "--version" 102 "--version"
97 ], 103 ],
98 "cwd": "[SLAVE_BUILD]", 104 "cwd": "[SLAVE_BUILD]",
99 "name": "swarming.py --version", 105 "name": "test r1.swarming.py --version",
100 "stdout": "/path/to/tmp/", 106 "stdout": "/path/to/tmp/",
101 "~followup_annotations": [ 107 "~followup_annotations": [
108 "@@@STEP_NEST_LEVEL@1@@@",
102 "@@@STEP_TEXT@0.4.10@@@" 109 "@@@STEP_TEXT@0.4.10@@@"
103 ] 110 ]
104 }, 111 },
105 { 112 {
106 "cmd": [ 113 "cmd": [
107 "python", 114 "python",
108 "-u", 115 "-u",
109 "[DEPOT_TOOLS]/gclient.py", 116 "[DEPOT_TOOLS]/gclient.py",
110 "runhooks" 117 "runhooks"
111 ], 118 ],
112 "cwd": "[SLAVE_BUILD]", 119 "cwd": "[SLAVE_BUILD]",
113 "env": { 120 "env": {
114 "GYP_CHROMIUM_NO_ACTION": "1", 121 "GYP_CHROMIUM_NO_ACTION": "1",
115 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=prepare use_goma=1" 122 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=prepare use_goma=1"
116 }, 123 },
117 "name": "gclient runhooks" 124 "name": "test r1.gclient runhooks",
125 "~followup_annotations": [
126 "@@@STEP_NEST_LEVEL@1@@@"
127 ]
118 }, 128 },
119 { 129 {
120 "cmd": [ 130 "cmd": [
121 "python", 131 "python",
122 "-u", 132 "-u",
123 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 133 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
124 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 134 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
125 "/path/to/tmp/json" 135 "/path/to/tmp/json"
126 ], 136 ],
127 "cwd": "[SLAVE_BUILD]", 137 "cwd": "[SLAVE_BUILD]",
128 "name": "read test spec", 138 "name": "test r1.read test spec",
129 "~followup_annotations": [ 139 "~followup_annotations": [
140 "@@@STEP_NEST_LEVEL@1@@@",
130 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 141 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
131 "@@@STEP_LOG_LINE@json.output@{}@@@", 142 "@@@STEP_LOG_LINE@json.output@{@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"Linux Builder\": {@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"additional_compile_targets\": [@@@",
145 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
146 "@@@STEP_LOG_LINE@json.output@ ]@@@",
147 "@@@STEP_LOG_LINE@json.output@ }@@@",
148 "@@@STEP_LOG_LINE@json.output@}@@@",
132 "@@@STEP_LOG_END@json.output@@@" 149 "@@@STEP_LOG_END@json.output@@@"
133 ] 150 ]
134 }, 151 },
135 { 152 {
136 "cmd": [ 153 "cmd": [
137 "python", 154 "python",
138 "-u", 155 "-u",
139 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 156 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
140 "--output", 157 "--output",
141 "/path/to/tmp/json", 158 "/path/to/tmp/json",
142 "--", 159 "--",
143 "--build-config-fs", 160 "--build-config-fs",
144 "Release", 161 "Release",
145 "--use-src-side-runtest-py", 162 "--use-src-side-runtest-py",
146 "--paths", 163 "--paths",
147 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 164 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
148 "--properties", 165 "--properties",
149 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}" 166 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo rm\": \"linux\"}"
150 ], 167 ],
151 "cwd": "[SLAVE_BUILD]", 168 "cwd": "[SLAVE_BUILD]",
152 "name": "get compile targets for scripts", 169 "name": "test r1.get compile targets for scripts",
153 "~followup_annotations": [ 170 "~followup_annotations": [
171 "@@@STEP_NEST_LEVEL@1@@@",
154 "@@@STEP_LOG_LINE@json.output@{}@@@", 172 "@@@STEP_LOG_LINE@json.output@{}@@@",
155 "@@@STEP_LOG_END@json.output@@@" 173 "@@@STEP_LOG_END@json.output@@@"
156 ] 174 ]
157 }, 175 },
158 { 176 {
159 "cmd": [ 177 "cmd": [
160 "python", 178 "python",
161 "-u", 179 "-u",
162 "[BUILD]/scripts/slave/cleanup_temp.py" 180 "[BUILD]/scripts/slave/cleanup_temp.py"
163 ], 181 ],
164 "cwd": "[SLAVE_BUILD]", 182 "cwd": "[SLAVE_BUILD]",
165 "name": "cleanup_temp" 183 "name": "test r1.cleanup_temp",
184 "~followup_annotations": [
185 "@@@STEP_NEST_LEVEL@1@@@"
186 ]
166 }, 187 },
167 { 188 {
168 "cmd": [ 189 "cmd": [
169 "python", 190 "python",
170 "-u", 191 "-u",
171 "[SLAVE_BUILD]/src/tools/mb/mb.py", 192 "[SLAVE_BUILD]/src/tools/mb/mb.py",
172 "gen", 193 "gen",
173 "-m", 194 "-m",
174 "chromium.linux", 195 "chromium.linux",
175 "-b", 196 "-b",
176 "Linux Builder", 197 "Linux Builder",
177 "--config-file", 198 "--config-file",
178 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 199 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
179 "--goma-dir", 200 "--goma-dir",
180 "[BUILD]/goma", 201 "[BUILD]/goma",
181 "//out/Release" 202 "//out/Release"
182 ], 203 ],
183 "cwd": "[SLAVE_BUILD]", 204 "cwd": "[SLAVE_BUILD]",
184 "name": "generate_build_files" 205 "name": "test r1.generate_build_files",
206 "~followup_annotations": [
207 "@@@STEP_NEST_LEVEL@1@@@"
208 ]
185 }, 209 },
186 { 210 {
187 "cmd": [ 211 "cmd": [
188 "python", 212 "python",
189 "-u", 213 "-u",
190 "[BUILD]/scripts/slave/compile.py", 214 "[BUILD]/scripts/slave/compile.py",
191 "--target", 215 "--target",
192 "Release", 216 "Release",
193 "--src-dir", 217 "--src-dir",
194 "[SLAVE_BUILD]/src", 218 "[SLAVE_BUILD]/src",
195 "--build-tool", 219 "--build-tool",
196 "ninja", 220 "ninja",
197 "--compiler", 221 "--compiler",
198 "goma", 222 "goma",
199 "--goma-jsonstatus", 223 "--goma-jsonstatus",
200 "/path/to/tmp/json", 224 "/path/to/tmp/json",
201 "--goma-dir", 225 "--goma-dir",
202 "[BUILD]/goma", 226 "[BUILD]/goma",
203 "--ninja-ensure-up-to-date", 227 "--ninja-ensure-up-to-date",
204 "--", 228 "--",
229 "base_unittests",
205 "chromium_swarm_tests" 230 "chromium_swarm_tests"
206 ], 231 ],
207 "cwd": "[SLAVE_BUILD]", 232 "cwd": "[SLAVE_BUILD]",
208 "name": "compile", 233 "name": "test r1.compile",
209 "~followup_annotations": [ 234 "~followup_annotations": [
235 "@@@STEP_NEST_LEVEL@1@@@",
210 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 236 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
211 "@@@STEP_LOG_END@json.output (invalid)@@@" 237 "@@@STEP_LOG_END@json.output (invalid)@@@"
212 ] 238 ]
213 }, 239 },
214 { 240 {
215 "cmd": [ 241 "cmd": [
216 "python", 242 "python",
217 "-u", 243 "-u",
218 "[BUILD]/scripts/slave/archive_dependencies.py", 244 "import sys; sys.exit(0)"
219 "--src-dir",
220 "[SLAVE_BUILD]/src",
221 "--target",
222 "Release",
223 "--master",
224 "chromium.linux",
225 "--builder",
226 "Linux Builder",
227 "--build",
228 "0"
229 ], 245 ],
230 "cwd": "[SLAVE_BUILD]", 246 "cwd": "[SLAVE_BUILD]",
231 "name": "archive dependencies", 247 "name": "report",
232 "~followup_annotations": [ 248 "~followup_annotations": [
233 "step returned non-zero exit code: 1", 249 "@@@STEP_LOG_LINE@result@[@@@",
234 "@@@STEP_EXCEPTION@@@" 250 "@@@STEP_LOG_LINE@result@ [@@@",
251 "@@@STEP_LOG_LINE@result@ \"r1\", @@@",
252 "@@@STEP_LOG_LINE@result@ \"passed\"@@@",
253 "@@@STEP_LOG_LINE@result@ ]@@@",
254 "@@@STEP_LOG_LINE@result@]@@@",
255 "@@@STEP_LOG_END@result@@@",
256 "@@@SET_BUILD_PROPERTY@result@[[\"r1\", \"passed\"]]@@@"
235 ] 257 ]
236 }, 258 },
237 { 259 {
238 "allow_subannotations": true,
239 "cmd": [
240 "python",
241 "-u",
242 "[BUILD]/scripts/slave/zip_build.py",
243 "--target",
244 "Release",
245 "--build-url",
246 "gs://chromium-linux-archive/chromium.linux/Linux Builder",
247 "--build_revision",
248 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
249 "--factory-properties",
250 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}",
251 "--build-properties",
252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}"
253 ],
254 "cwd": "[SLAVE_BUILD]",
255 "name": "package build"
256 },
257 {
258 "cmd": [],
259 "cwd": "[SLAVE_BUILD]",
260 "name": "trigger",
261 "trigger_specs": [
262 {
263 "builder_name": "Linux Tests"
264 }
265 ],
266 "~followup_annotations": [
267 "@@@STEP_TEXT@Linux Tests@@@"
268 ]
269 },
270 {
271 "name": "$result", 260 "name": "$result",
272 "recipe_result": null, 261 "recipe_result": null,
273 "status_code": 0 262 "status_code": 0
274 } 263 }
275 ] 264 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698