-
Notifications
You must be signed in to change notification settings - Fork 7
The database is no up-to-date #525
Comments
It seems, that there's just a big delay in Buildhub. Really big. As I was working on a fix to PollBot last Friday I discovered the same thing:
That seems to have "worked". I.e. being super patient. |
So there is Buildhub2 which solves almost all of these problems. Granted, (legacy) Buildhub should work in real-time but it doesn't (...very well). Probably because it's fragile and unreliable. Buildhub2 solves this by taking a much simpler approach. All new versions are shipped with a file called The code is complete, the Stage server is ready, and buildhub.json files are published for all en-US builds. The only thing blocking us is the buildhub.json files for l10n repacks. That work is blocked on this: |
PS, I know you know most of this ^ @calixteman but I thought it was a good summary for others to read if they're curious or have forgotten the status of this stuff. |
Before friday, I think buildhub was almost real-time. |
To be honest, it's extremely unlikely that we'll fix this. I suspect that one of the Lambda jobs failed. They do sometimes. And we ended up at the mercy of the cron job which not only runs only every 24h but also takes 3-4 hours to complete. For some positive change, try sharing your work case on that bugzilla bug to inspire it being worked on. |
If I discover Buildhub is missing build xyz and I find the relevant files on archive.mozilla.org, can someone get buildhub to index that build? Is there any tooling for that or do we just hope it finds it eventually? |
Yes. You can either ping someone in CloudOps or file a bug. There's a cron job that runs every 6 hours. Whoever wants to do this, just needs to copy exactly what that 6h cron job does and run it right away. |
I was just investigating this in the context of some weird mission control numbers we were seeing on nightly mac/linux. It looks like we don't have data for that platform/channel combination since November 5th. Consequently the dashboard is saying (correctly) that nightly info is current not available: I've filed a bug to look into this: https://bugzilla.mozilla.org/show_bug.cgi?id=1506862 |
https://missioncontrol.telemetry.mozilla.org/#/release/windows show 63.0.1 as the last column while we shipped 63.0.3 yesterday, is that issue the cause of this bug? |
I believe so. It appears buildhub is missing quite a few windows builds on release as well, now that I look at it: https://mozilla-services.github.io/buildhub/?platform[0]=win32 My guess is that it's the same issue. |
I could well be. We've discovered another unrelated bug in Buildhub1 that might lead to missed builds. Oh my! We're actively working on it. A patch is ready. We just need to do some final testing. The current challenge is that we need to be smart regarding legacy builds that makes a |
For Firefox nightly, the last available build is 20181025100246.
According to https://archive.mozilla.org/pub/firefox/nightly/2018/10/ we should have builds:
Because of that, some of my tools are broken.
The text was updated successfully, but these errors were encountered: