Skip to content

Speed up desktop publish - #1902

Merged
RhysSullivan merged 3 commits into
mainfrom
desktop-publish-speed
Aug 31, 2026
Merged

Speed up desktop publish#1902
RhysSullivan merged 3 commits into
mainfrom
desktop-publish-speed

Conversation

@RhysSullivan

Copy link
Copy Markdown
Collaborator

Moves the desktop publish matrix to Blacksmith runners, parallelizes the release asset uploads, and adds a dry_run input to rehearse the workflow against an existing tag without touching its GitHub release.

The windows leg spent 5m35s in bun install on GitHub-hosted runners and gated the release job. On Blacksmith the same install takes 16-55s. The whole publish drops from 10-15 minutes to about 6.

Measured on rehearsal runs against v1.6.7:

  • before: 11m44s (the real v1.6.7 publish)
  • after: ~5m30s build phase, consistent across three runs; add ~40s for the release job on a real publish
  • critical path is now the mac legs' Apple notarization wait (~2-2.5 min, Apple-side)

Notes:

  • Blacksmith windows runners are public beta. If they queue or misbehave, reverting the runs-on labels is the whole rollback.
  • No package caches on purpose: a cold bun install on these runners is as fast as restore + warm install, and bun.lock changes every release, so caches would only add a save tail. There is a comment in the workflow.

Rehearsal runs (dry_run=true, tag v1.6.7):

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 8ef413f Commit Preview URL

Branch Preview URL
Aug 31 2026, 08:14 AM

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 8ef413f Aug 31 2026, 08:15 AM

@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

@pkg-pr-new

pkg-pr-new Bot commented Aug 31, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1902

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1902

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1902

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1902

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1902

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1902

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1902

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1902

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1902

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1902

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1902

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1902

executor

npm i https://pkg.pr.new/executor@1902

commit: 8ef413f

@RhysSullivan
RhysSullivan marked this pull request as ready for review August 31, 2026 08:25
@RhysSullivan
RhysSullivan merged commit 1b78f7c into main Aug 31, 2026
48 of 49 checks passed
@RhysSullivan
RhysSullivan deleted the desktop-publish-speed branch August 31, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant