-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design Review 2019-12-04 21:00 UTC (LTS/nightly releases, self hosting runtime) #25447
Comments
The AMP4Email Working Group will be presenting their periodic updates at this Design Review (10-15 minutes). /cc @ampproject/wg-amp4email @choumx |
//cc @mattwomple |
Would like to discuss |
FYI we're pushing the Analytics WG update to next week. /cc @ampproject/wg-analytics @zhouyx |
I commented on the issue as well, but can you please make the design and tracker documents accessible to the public? |
Links for the AMP Runtime Self-hosting Proposal: |
LTS release (led by @rcebulko): Overview: A slower release cycle, requested by external partners like Ali express. Not meant to supplant existing weekly v0.js release. Websites will request /lts/v0.js instead of v0.js, and will receive a slower updating RTV. Caching considerations: Google rewrites canonical urls (just v0.js) to RTV prefixed urls (RTV/v0.js) for caching benefits. This will continue to happen with lts as well. External caches do not currently do this for v0.js, but we will make a metadata file available to enable them to do so if they want. Internal mechanism within Google: A set of bzl files that contain an RTV number for each release flavor are periodically updated. This will go on to include the LTS release as well. @rcebulko: Weekly stable release has a release candidate that indicates what the upcoming stable release will be to enable folks to test. Do we need to do something like this for LTS as well? Downside: It necessarily means that LTS version is a few weeks (4) old. @dvoytenko: How will partners use the lts release candidate? @nainar: If I am a publisher who notices a bug in stable, can I immediately switch my website from stable to lts? From diagram: With lts-rc, the time offset between code hitting HEAD and getting released could increase from ~2 weeks to ~8 weeks in the worst case. @cramforce: It could become confusing if we have a heavyweight process to choose an lts-rc build based on a few weeks' build quality. Instead, we should just stick with a well known schedule. Partners care more about when they can do QA for their websites, rather than which build was chosen as rc. @honeybadgerdontcare: Can we delay it further by a week to give folks time? @sebastianbenz: How does this affect platform support? Do platforms (like search viewer) now have to potentially support two versions at the same time? |
Nightly release (led by @danielrozenberg): Overview: AMP is now receiving way more PRs / commits per release than 2 years ago, making it hard to determine the cause of P0 issues when they pop up. Nightly releases are a way of diverting a small amount of traffic to a new release pushed each weekday, and measure things like errors and performance regressions before releasing to stable. Note: This will need CSI data to be available faster than today (3 days, down to a couple of hours)
@newmuis: Would it make sense to separate channels based on day of week? (thinking of the opt-in case) @choumx: There's a recency problem, because P0s take a while to detect. Proposal: Divert 1/10 of the amount of traffic that goes to rc to nightly. RC -> 0.5%, nightly: 0.05%. @dvoytenko: Once we have a nightly, will we still be able to cherry pick changes to it? @danielrozenberg: Unless it's a serious issue, we should prefer to just wait for the next day's release. And if an issue is discovered in canary, we just roll it back to the previous nightly. Finally, the opt-in RTV cookie can help bisect / debug where an issue originated. @dvoytenko: For P0s, we'll have to CP changes to canary, nightly, and prod. @dvoytenko: In the P0 scenario, we'd have to kill any old nightly releases that don't have the fix. @twifkak: We should document this in a more permanent way than just I2Is. @dvoytenko: Will nightlies be subject to release freezes? @dvoytenko: Wouldn't mind promoting nightlies automatically. |
Self hosting the AMP runtime (led by @sebastianbenz): @sebastianbenz: <see intro / motivation / design in attached preso> @dvoytenko: Is there a reverse look up to ensure the integrity of self-hosted RTV versions? @alanorozco: With partial RTVs, what are you locking the RTV to? @Gregable: There's an alternative where the validator can require that amp-geo is not self hosted. @sebastianbenz: <see section on tool support, open questions in preso> @choumx: Do you want to allow this on valid AMP? If so, this will allow publisher origins to not be evergreen AMP, and introduce large skew. |
wg-amp4email update: ampproject/wg-amp4email#12 Sorry for the delay. |
Time: 2019-12-04 21:00 UTC (add to Google Calendar)
Location: Video conference via Google Meet
The AMP community holds weekly engineering design reviews. We encourage everyone in the community to participate in these design reviews.
If you are interested in bringing your design to design review, read the design review documentation and add a link to your design doc or issue by the Monday before your design review.
When attending a design review please read through the designs before the design review starts. This allows us to spend more time on discussion of the design.
We rotate our design review between times that work better for different parts of the world as described in our design review documentation, but you are welcome to attend any design review. If you cannot make any of the design reviews but have a design to discuss please let mrjoro@ know on Slack and we will find a time that works for you.
The text was updated successfully, but these errors were encountered: