fix(ci): provide AI database compatibility DSN - #22
Draft
appflowy wants to merge 2 commits into
Draft
Conversation
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.
Summary
APPFLOWY_AI_DATABASE_URLWhy
AppFlowy-Cloud-Premium #1024 requires the AI runtime DSN during Compose/Bake evaluation. These public workflows intentionally copy
deploy.env, which excludes that secret-only value, so hosted integration jobs otherwise stop before an image is built. The owner DSN added here is test-only; the Cloud role-specific lane separately verifiesappflowy_ai_runtime.The coordinated AI Dockerfile now requires a BuildKit source secret. This PR updates the sole AppFlowy-CI AI-image caller without placing the credential in a build argument or image layer.
Validation
--secret id=github_token,env=AI_SOURCE_TOKENbinding37f0c6e87cca371df30dc36a79d503953f02b752git diff --checkExact-head attestation
CI HEAD=
e6bacceb130f82b80cf6c1948cf7ba7d093f8b9c; Cloud/Connectors HEAD=37f0c6e87cca371df30dc36a79d503953f02b752, source cleansha256:42c16bfddc67474ec94936768dd862ece2e8c75db58833bf8c1f173813521ce3; Cloud imagesha256:7e9ac1e78973a9647c1c31d5abf672b955c4523746d150a1ce43145a3c30e0bf; Connectors imagesha256:0fd3e12a19cb7ab75bfa35c3dbe28e9e3322f7f87ca5e0a7eb8a82a8dc2e2221; AI HEAD=bb3fc10f2fd7b9f58e6c96b7497e18faabd44a4d, source cleansha256:ba6b4b3a8eb6c0b53357973e3653eecd3d4c3c61360849a0010e1ee8cc7c6023, imagesha256:be51f892373e659d019e54a7984fddf8c09dcf9a503ec0f1edc7d49c802e2cb9. Runner exit 0.Coordinated pull requests
Required merge order
OUTBOUND_MCP_RELEASE_AI_SHA=bb3fc10f2fd7b9f58e6c96b7497e18faabd44a4d, enable/rerun the coordinated Cloud integration gate on Cloud #1024 at37f0c6e87cca371df30dc36a79d503953f02b752, then merge Cloud after required checks and reviews pass.31718a27e866188005f4fc7e86f4106838511ca6, repin AI #45 and Admin #79 and rerun the coordinated contracts.This PR is intentionally draft and must not be merged as part of this coordination pass.