Conversation
The updated scheme makes other parts of our overall architecture simpler.
This comment has been minimized.
This comment has been minimized.
PostgreSQL Extension Dependency Analysis: PR #2128
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesPostgreSQL 17 Extension DependenciesOrioleDB 17 Extension Dependencies |
PostgreSQL Package Dependency Analysis: PR #2128
SummaryNo packages had MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Dependency ChangesExtracting PostgreSQL 15 dependencies...
Runtime Closure Size
Raw Dependency ClosurePostgreSQL 17 Dependency ChangesExtracting PostgreSQL 17 dependencies...
Runtime Closure Size
Raw Dependency Closure |
46a83cc to
2ed4041
Compare
The stage2 AMI build process is somewhat flaky, and retrying the job if it fails results in an error as the stage1 AMI has already been built. This change attempts to re-use the stage1 AMI if it can be found. Further changes will be required to reduce the flakiness on the stage2 build.
2ed4041 to
aae16d5
Compare
74476eb to
870eb63
Compare
Builds frequently fail on 502 flakes on some requests. This change retries them a few times to paper over these issues.
darora
commented
Apr 29, 2026
| (root + "/ansible") | ||
| (root + "/migrations") | ||
| (root + "/scripts") | ||
| (root + "/amazon-amd64-nix.pkr.hcl") |
Contributor
Author
There was a problem hiding this comment.
this is possibly insufficient to fix the "single release" workflow. But not spending more time in nix weeds for now.
| url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/admin-mgr/v{{ adminmgr_release }}/admin-mgr_{{ adminmgr_release }}_linux_{{ arch }}.tar.gz" | ||
| dest: "/tmp/admin-mgr.tar.gz" | ||
| timeout: 90 | ||
| register: download_result |
Contributor
Author
There was a problem hiding this comment.
Adding these to avoid failing the entire build when a single network request flakes
| volume_type = "gp3" | ||
| volume_size = 20 | ||
| volume_type = "gp3" | ||
| iops = 10000 |
Contributor
Author
There was a problem hiding this comment.
stage1 builds after this are in the range of 14-17mins, were generally 24-45 prior. Let's assume 24, since the variance is likely being improved by the wgetrc change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.