Skip to content

Commit 47b5405

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/extension-setup-wizard-web-peer
2 parents ec0f34f + 7859a9d commit 47b5405

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

‎.github/workflows/pages-preview.yml‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,6 @@ jobs:
194194
--commit-hash=${{ needs.identity.outputs.head_sha }}
195195
--commit-dirty=false
196196
197-
- name: Smoke-test the stable preview URL and native facade
198-
run: node controller/scripts/verify-pages-deployment.mjs
199-
env:
200-
CLOUDFLARE_PAGES_DEPLOYMENT_ID: ${{ steps.pages.outputs.pages-deployment-id }}
201-
CLOUDFLARE_PAGES_DEPLOYMENT_URL: ${{ steps.pages.outputs.pages-deployment-alias-url }}
202-
INKCRE_EXPECTED_PAGES_ORIGIN: https://preview-client-web-pr-${{ needs.identity.outputs.pull_number }}.${{ vars.CLOUDFLARE_PAGES_PROJECT }}.pages.dev
203-
INKCRE_PREVIEW_PRODUCER: candidate/extensions/twitter/package.json
204-
205197
- name: Report the pull-request deployment
206198
if: ${{ always() && steps.github-deployment.outputs.deployment_id != '' }}
207199
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0

‎docs/40-deployment/web-delivery.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ The Toolkit places read-only native Extension snapshots and preview Releases bes
4545
app build, using the stable alias branch `preview/client-web/pr-<number>`. This is a preview
4646
projection, not Registry publication: the workflow has no
4747
`INKCRE_EXTENSION_REGISTRY_TOKEN`. It registers a transient GitHub `preview` deployment, deploys
48-
through Pages, smoke-tests the stable alias, and reports success or failure.
48+
through Pages and reports the provider deployment result. It does not turn edge propagation,
49+
deep route traversal, cache behavior, or byte comparison into synchronous delivery gates; consumer
50+
acceptance is a separate black-box activity.
4951

5052
When an eligible internal PR closes, [`.github/workflows/pages-cleanup.yml`](../../.github/workflows/pages-cleanup.yml)
5153
replaces only that exact preview alias with a closed-page tombstone. Manual cleanup accepts an

0 commit comments

Comments
 (0)