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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json

Issue 2209833002: Gsutil ls misses should not be treated as failures by bisect. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "-u", 155 "-u",
156 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 156 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
157 "--", 157 "--",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
159 "----", 159 "----",
160 "ls", 160 "ls",
161 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 161 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
162 ], 162 ],
163 "name": "gsutil ls", 163 "name": "gsutil ls",
164 "~followup_annotations": [ 164 "~followup_annotations": [
165 "step returned non-zero exit code: 1", 165 "step returned non-zero exit code: 1"
166 "@@@STEP_EXCEPTION@@@"
167 ] 166 ]
168 }, 167 },
169 { 168 {
170 "cmd": [ 169 "cmd": [
171 "/opt/infra-tools/buildbucket", 170 "/opt/infra-tools/buildbucket",
172 "put", 171 "put",
173 "--host", 172 "--host",
174 "cr-buildbucket.appspot.com", 173 "cr-buildbucket.appspot.com",
175 "--service-account-json", 174 "--service-account-json",
176 "/creds/service_accounts/service-account-chromium-bisect.json", 175 "/creds/service_accounts/service-account-chromium-bisect.json",
(...skipping 12 matching lines...) Expand all
189 "-u", 188 "-u",
190 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 189 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
191 "--", 190 "--",
192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 191 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
193 "----", 192 "----",
194 "ls", 193 "ls",
195 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 194 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
196 ], 195 ],
197 "name": "gsutil ls (2)", 196 "name": "gsutil ls (2)",
198 "~followup_annotations": [ 197 "~followup_annotations": [
199 "step returned non-zero exit code: 1", 198 "step returned non-zero exit code: 1"
200 "@@@STEP_EXCEPTION@@@"
201 ] 199 ]
202 }, 200 },
203 { 201 {
204 "cmd": [ 202 "cmd": [
205 "/opt/infra-tools/buildbucket", 203 "/opt/infra-tools/buildbucket",
206 "put", 204 "put",
207 "--host", 205 "--host",
208 "cr-buildbucket.appspot.com", 206 "cr-buildbucket.appspot.com",
209 "--service-account-json", 207 "--service-account-json",
210 "/creds/service_accounts/service-account-chromium-bisect.json", 208 "/creds/service_accounts/service-account-chromium-bisect.json",
(...skipping 12 matching lines...) Expand all
223 "-u", 221 "-u",
224 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 222 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
225 "--", 223 "--",
226 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
227 "----", 225 "----",
228 "ls", 226 "ls",
229 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 227 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
230 ], 228 ],
231 "name": "gsutil ls (3)", 229 "name": "gsutil ls (3)",
232 "~followup_annotations": [ 230 "~followup_annotations": [
233 "step returned non-zero exit code: 1", 231 "step returned non-zero exit code: 1"
234 "@@@STEP_EXCEPTION@@@"
235 ] 232 ]
236 }, 233 },
237 { 234 {
238 "cmd": [ 235 "cmd": [
239 "python", 236 "python",
240 "-u", 237 "-u",
241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
242 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1", 239 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
243 "--outfile", 240 "--outfile",
244 "/path/to/tmp/" 241 "/path/to/tmp/"
(...skipping 22 matching lines...) Expand all
267 "-u", 264 "-u",
268 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 265 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
269 "--", 266 "--",
270 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 267 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
271 "----", 268 "----",
272 "ls", 269 "ls",
273 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 270 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
274 ], 271 ],
275 "name": "gsutil ls (4)", 272 "name": "gsutil ls (4)",
276 "~followup_annotations": [ 273 "~followup_annotations": [
277 "step returned non-zero exit code: 1", 274 "step returned non-zero exit code: 1"
278 "@@@STEP_EXCEPTION@@@"
279 ] 275 ]
280 }, 276 },
281 { 277 {
282 "cmd": [ 278 "cmd": [
283 "python", 279 "python",
284 "-u", 280 "-u",
285 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 281 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
286 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1", 282 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
287 "--outfile", 283 "--outfile",
288 "/path/to/tmp/" 284 "/path/to/tmp/"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "-u", 318 "-u",
323 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 319 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
324 "--", 320 "--",
325 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
326 "----", 322 "----",
327 "ls", 323 "ls",
328 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 324 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
329 ], 325 ],
330 "name": "gsutil ls (5)", 326 "name": "gsutil ls (5)",
331 "~followup_annotations": [ 327 "~followup_annotations": [
332 "step returned non-zero exit code: 1", 328 "step returned non-zero exit code: 1"
333 "@@@STEP_EXCEPTION@@@"
334 ] 329 ]
335 }, 330 },
336 { 331 {
337 "cmd": [ 332 "cmd": [
338 "python", 333 "python",
339 "-u", 334 "-u",
340 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 335 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
341 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1", 336 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
342 "--outfile", 337 "--outfile",
343 "/path/to/tmp/" 338 "/path/to/tmp/"
344 ], 339 ],
345 "name": "fetch build details (2)" 340 "name": "fetch build details (2)"
346 }, 341 },
347 { 342 {
348 "cmd": [ 343 "cmd": [
349 "python", 344 "python",
350 "-u", 345 "-u",
351 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 346 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
352 "--", 347 "--",
353 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 348 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
354 "----", 349 "----",
355 "ls", 350 "ls",
356 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 351 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
357 ], 352 ],
358 "name": "gsutil ls (6)", 353 "name": "gsutil ls (6)",
359 "~followup_annotations": [ 354 "~followup_annotations": [
360 "step returned non-zero exit code: 1", 355 "step returned non-zero exit code: 1"
361 "@@@STEP_EXCEPTION@@@"
362 ] 356 ]
363 }, 357 },
364 { 358 {
365 "cmd": [ 359 "cmd": [
366 "python", 360 "python",
367 "-u", 361 "-u",
368 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 362 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
369 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1", 363 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
370 "--outfile", 364 "--outfile",
371 "/path/to/tmp/" 365 "/path/to/tmp/"
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "~followup_annotations": [ 475 "~followup_annotations": [
482 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@" 476 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@"
483 ] 477 ]
484 }, 478 },
485 { 479 {
486 "name": "$result", 480 "name": "$result",
487 "recipe_result": null, 481 "recipe_result": null,
488 "status_code": 0 482 "status_code": 0
489 } 483 }
490 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698