[Graphite MQ] Draft PR GROUP:spec_f2a08f (PRs 423)#425
Closed
graphite-app[bot] wants to merge 1 commit into
Closed
[Graphite MQ] Draft PR GROUP:spec_f2a08f (PRs 423)#425graphite-app[bot] wants to merge 1 commit into
graphite-app[bot] wants to merge 1 commit into
Conversation
# Optimize CI by Pre-starting Supabase for Affected Packages This PR improves CI performance by intelligently pre-starting Supabase instances for affected packages. The implementation: 1. Adds a new CI step that pre-starts Supabase for packages that need it 2. Creates a new script `ci-prestart-supabase.sh` that: - Identifies affected packages requiring Supabase - Starts the first instance sequentially (to pull Docker images) - Starts remaining instances in parallel (saving ~1 minute per CI run) 3. Adds `supabase:ci-marker` targets to packages that require Supabase: - core - client - edge-worker This optimization reduces CI time by avoiding redundant Docker image pulls and parallelizing container startup, which typically takes ~28 seconds even with cached images.
|
|
View your CI Pipeline Execution ↗ for commit 3fd3466
☁️ Nx Cloud last updated this comment at |
Contributor
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-425.pgflow.pages.dev 📝 Details:
_Last updated: _ |
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.
This draft PR was created by the Graphite merge queue.
Trunk will be fast forwarded to the HEAD of this PR when CI passes, and the original PRs will be closed.
The following PRs are included in this draft PR: