Skip to content

ci: use hosted runners for public workflows - #102

Merged
willgriffin merged 2 commits into
mainfrom
codex/101-runner-pool
Jul 29, 2026
Merged

ci: use hosted runners for public workflows#102
willgriffin merged 2 commits into
mainfrom
codex/101-runner-pool

Conversation

@willgriffin

@willgriffin willgriffin commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • move public repository workflows to ubuntu-latest
  • remove private, transitional, and provider-specific runner selectors from untrusted workflow execution

Validation

  • pre-push typecheck
  • actionlint
  • public v3 target audit
  • diff check

No runner backend activation or production cutover was performed.

Resolves #101

Epic: happyvertical/iac#1088

{"runtime":"codex","session":"codex-101-runner-pool-019f9ea2","policy_revision":"1.0.0","validation":"pre-push typecheck; actionlint; public v3 target audit; diff check","schema":"hv-agent-run:v1","issue":101}

@github-actions

Copy link
Copy Markdown
Contributor

Version Bump Preview

When this PR is merged, @happyvertical/spider will receive a patch version bump based on your conventional commits.

What happens on merge?

  1. Tests run on main branch
  2. Package is built
  3. Version is bumped automatically
  4. Package is published to npm
  5. Git tag is created

No manual intervention needed!

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ea0d853b1b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

test:
name: Run Tests
runs-on: arc-happyvertical
runs-on: ubuntu-latest

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Install Playwright before using hosted test runners

When a PR, main push, or the publish workflow invokes this test job on GitHub-hosted ubuntu-latest, the job still sets PLAYWRIGHT_BROWSERS_PATH=/ms-playwright and disables browser downloads, then runs pnpm browser:runtime:check. That script explicitly requires Chromium, headless-shell, and ffmpeg revision directories under /ms-playwright; those were supplied by the former ARC image but are not provisioned anywhere in this workflow, so the runtime check fails before build and tests, also blocking releases. Update the hosted-runner path to install the required Playwright runtime (and dependencies) rather than retaining the baked-image contract.

Useful? React with 👍 / 👎.

@willgriffin willgriffin added the skip-changeset Skip changeset check for PRs that don't need a version bump label Jul 26, 2026
@willgriffin
willgriffin marked this pull request as draft July 26, 2026 18:41
@willgriffin
willgriffin marked this pull request as ready for review July 26, 2026 18:42
@willgriffin
willgriffin marked this pull request as draft July 26, 2026 19:04
@willgriffin
willgriffin force-pushed the codex/101-runner-pool branch from 4d787c2 to 91d0067 Compare July 26, 2026 19:04
@willgriffin
willgriffin marked this pull request as ready for review July 26, 2026 19:04
@willgriffin

Copy link
Copy Markdown
Contributor Author

@codex review exact head 91d0067ee7165562e2eb0957602a3db0478dcfaf.

Please review this runner-routing change for the trust boundary (private general vs cluster-bound vs public untrusted), workflow correctness, required-check preservation, and any provider-specific leakage. Report actionable findings or explicitly clean.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 91d0067ee7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +56 to +57
- name: Install Playwright runtime
run: pnpm exec playwright install --with-deps chromium

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the documented CI runtime contract

The hosted workflow now downloads Playwright into the workspace, but README.md lines 248–254 still states that CI uses /ms-playwright, disables downloads, validates a baked ARC image, and links to the provider-specific happyvertical/iac#1000 issue. This leaves the public deployment guidance describing a runtime guarantee that CI no longer provides and retains the provider-specific leakage this routing change is intended to remove; update that section alongside the workflow.

Useful? React with 👍 / 👎.

@willgriffin
willgriffin merged commit 9ff867c into main Jul 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changeset Skip changeset check for PRs that don't need a version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move public CI to the public trust lane for broker cutover

1 participant