Skip to content

Commit 018f445

Browse files
authored
chore: switch runners to warpbuild (#4175)
1 parent f4af139 commit 018f445

32 files changed

Lines changed: 52 additions & 47 deletions

.github/actionlint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
self-hosted-runner:
2+
labels:
3+
- warp-ubuntu-*
4+
- warp-macos-*
5+
- warp-windows-*

.github/workflows/changesets-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
release-pr:
2020
name: Create Release PR
21-
runs-on: ubuntu-latest
21+
runs-on: warp-ubuntu-latest-x64-2x
2222
permissions:
2323
contents: write
2424
pull-requests: write

.github/workflows/check-review-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
vars.ENABLE_CLAUDE_CODE != 'false' &&
2121
github.event.pull_request.draft == false &&
2222
github.event.pull_request.head.repo.full_name == github.repository
23-
runs-on: ubuntu-latest
23+
runs-on: warp-ubuntu-latest-x64-2x
2424
permissions:
2525
contents: read
2626
pull-requests: write

.github/workflows/claude-md-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
vars.ENABLE_CLAUDE_CODE != 'false' &&
2222
github.event.pull_request.draft == false &&
2323
github.event.pull_request.head.repo.full_name == github.repository
24-
runs-on: ubuntu-latest
24+
runs-on: warp-ubuntu-latest-x64-2x
2525
permissions:
2626
contents: read
2727
pull-requests: write

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
2323
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
2424
)
25-
runs-on: ubuntu-latest
25+
runs-on: warp-ubuntu-latest-x64-2x
2626
permissions:
2727
contents: write
2828
pull-requests: write

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
code-quality:
11-
runs-on: ubuntu-latest
11+
runs-on: warp-ubuntu-latest-x64-2x
1212

1313
steps:
1414
- name: ⬇️ Checkout repo

.github/workflows/dependabot-critical-alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# the Dependabot alert/summary notifiers — e.g. forks/mirrors that lack the
3030
# DEPENDABOT_ALERTS_TOKEN / SLACK_BOT_TOKEN secrets. Defaults to enabled.
3131
if: ${{ vars.ENABLE_DEPENDABOT_ALERTS != 'false' }}
32-
runs-on: ubuntu-latest
32+
runs-on: warp-ubuntu-latest-x64-2x
3333
environment: dependabot-summary
3434
env:
3535
SEVERITY: ${{ inputs.severity || 'critical' }}

.github/workflows/dependabot-weekly-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# the Dependabot alert/summary notifiers — e.g. forks/mirrors that lack the
2424
# DEPENDABOT_ALERTS_TOKEN / SLACK_BOT_TOKEN secrets. Defaults to enabled.
2525
if: ${{ vars.ENABLE_DEPENDABOT_ALERTS != 'false' }}
26-
runs-on: ubuntu-latest
26+
runs-on: warp-ubuntu-latest-x64-2x
2727
environment: dependabot-summary
2828
env:
2929
# Severities surface in the actions list when their remaining TTR drops

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
check-broken-links:
23-
runs-on: ubuntu-latest
23+
runs-on: warp-ubuntu-latest-x64-2x
2424
defaults:
2525
run:
2626
working-directory: ./docs

.github/workflows/e2e-webapp-auth-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
jobs:
3838
e2eAuthFull:
3939
name: "🛡️ E2E Auth Tests (full)"
40-
runs-on: ubuntu-latest
40+
runs-on: warp-ubuntu-latest-x64-8x
4141
timeout-minutes: 30
4242
env:
4343
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)