|
|
Created:
5 years, 3 months ago by agrieve Modified:
5 years, 2 months ago Reviewers:
jbudorick CC:
chromium-reviews, jbudorick+watch_chromium.org, klundberg+watch_chromium.org, yfriedman+watch_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Descriptiondevice_utils: Compute host and device md5s concurrently in PushChangedFiles
Time for a no-op push of chrome libs went from 2.1s -> 1.32s with this change.
BUG=
Committed: https://crrev.com/71374e5ea003d90d91252c2c2295702169dcc7cb
Cr-Commit-Position: refs/heads/master@{#352024}
Patch Set 1 #Patch Set 2 : attempted fix #Patch Set 3 : fix timeout error #Patch Set 4 : rebase on dependent patch #Messages
Total messages: 27 (11 generated)
agrieve@chromium.org changed reviewers: + jbudorick@chromium.org
ptal
lgtm
The CQ bit was checked by agrieve@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1371563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1371563002/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...)
The CQ bit was checked by agrieve@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1371563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1371563002/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...)
The CQ bit was checked by agrieve@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1371563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1371563002/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...)
On 2015/09/29 at 18:59:37, commit-bot wrote: > Try jobs failed on following builders: > linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...) This is probably a legitimate failure in or around zip pushing. I can look into it in EMEA morning if you don't solve it beforehand.
On 2015/09/29 19:14:54, jbudorick wrote: > On 2015/09/29 at 18:59:37, commit-bot wrote: > > Try jobs failed on following builders: > > linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...) > > This is probably a legitimate failure in or around zip pushing. I can look into > it in EMEA morning if you don't solve it beforehand. Thanks for looking in! Figured it was legitimate, but had the time to wait for a retry anyways. Looks like the path changing part of it had extra "/foo/bar/./baz" in it (extra dot). Giving it another go!
On 2015/09/29 20:31:55, agrieve wrote: > On 2015/09/29 19:14:54, jbudorick wrote: > > On 2015/09/29 at 18:59:37, commit-bot wrote: > > > Try jobs failed on following builders: > > > linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, > > > http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...) > > > > This is probably a legitimate failure in or around zip pushing. I can look > into > > it in EMEA morning if you don't solve it beforehand. > > Thanks for looking in! Figured it was legitimate, but had the time to wait for a > retry anyways. > > Looks like the path changing part of it had extra "/foo/bar/./baz" in it (extra > dot). > > Giving it another go! I believe I've tracked down the cause of the error: https://code.google.com/p/chromium/codesearch#chromium/src/build/android/devi... Since I'm moving the calculation to another thread, it's running under a timeout of 30s instead of 300s. Working on a fix.
The CQ bit was checked by agrieve@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1371563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1371563002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...)
The CQ bit was checked by agrieve@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from jbudorick@chromium.org Link to the patchset: https://codereview.chromium.org/1371563002/#ps60001 (title: "rebase on dependent patch")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1371563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1371563002/60001
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/71374e5ea003d90d91252c2c2295702169dcc7cb Cr-Commit-Position: refs/heads/master@{#352024} |