Skip to content

Commit affa3f2

Browse files
committed
Trying beefier buildjet machines for CI
1 parent 86c24af commit affa3f2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
e2e:
66
name: "🧪 E2E Tests"
7-
runs-on: buildjet-4vcpu-ubuntu-2204
7+
runs-on: buildjet-16vcpu-ubuntu-2204
88
steps:
99
- name: 🐳 Login to Docker Hub
1010
uses: docker/login-action@v2

.github/workflows/publish-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
package: [coordinator, kubernetes-provider]
41-
runs-on: buildjet-4vcpu-ubuntu-2204
41+
runs-on: buildjet-16vcpu-ubuntu-2204
4242
env:
4343
DOCKER_BUILDKIT: "1"
4444
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
release:
1414
name: 🦋 Changesets Release
15-
runs-on: buildjet-4vcpu-ubuntu-2204
15+
runs-on: buildjet-16vcpu-ubuntu-2204
1616
if: |
1717
github.repository == 'triggerdotdev/trigger.dev'
1818
outputs:

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_call:
44
jobs:
55
typecheck:
6-
runs-on: buildjet-4vcpu-ubuntu-2204
6+
runs-on: buildjet-16vcpu-ubuntu-2204
77

88
steps:
99
- name: ⬇️ Checkout repo

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
unitTests:
66
name: "🧪 Unit Tests"
7-
runs-on: buildjet-4vcpu-ubuntu-2204
7+
runs-on: buildjet-16vcpu-ubuntu-2204
88
steps:
99
- name: ⬇️ Checkout repo
1010
uses: actions/checkout@v3

0 commit comments

Comments
 (0)