Uh oh!
There was an error while loading. Please reload this page.
chore(ci): move workflows to DFW runners - #22
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:006e1bc41d
ℹ️ 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".
| validate: | ||
| name: Quick Validation | ||
| runs-on: ubuntu-latest | ||
| runs-on: self-hosted-linux-dfw |
There was a problem hiding this comment.
Keep untrusted PR jobs off self-hosted runners
When a pull request contains untrusted code, this workflow now checks it out and executes Go, npm, and database test commands on the DFW self-hosted infrastructure; the same regression exists in the pull_request path of pipeline.yml. A contributor can modify tests or package.json scripts to inspect the runner pod's credentials or reach services on its internal network, and ephemeral ARC runners only limit persistence after the job. Keep PR execution on GitHub-hosted runners or place it on a separately isolated runner group with no sensitive credentials or internal network access.
Useful? React with 👍 / 👎.
Uh oh!
There was an error while loading. Please reload this page.
Summary
self-hosted-linux-dfwARC scale setTaskForge: #20663 (
kubetty-101)Verification
self-hosted-linux-dfw-*runnersNotes