File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ The Toolkit places read-only native Extension snapshots and preview Releases bes
4545app build, using the stable alias branch ` preview/client-web/pr-<number> ` . This is a preview
4646projection, 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
5052When an eligible internal PR closes, [ ` .github/workflows/pages-cleanup.yml ` ] ( ../../.github/workflows/pages-cleanup.yml )
5153replaces only that exact preview alias with a closed-page tombstone. Manual cleanup accepts an
You can’t perform that action at this time.
0 commit comments