Skip to content

Commit

Permalink
trying 4vcpu
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln committed Feb 19, 2025
1 parent 3299327 commit 89c1a55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
coverage:
runs-on: blacksmith-2vcpu-ubuntu-2204
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
Expand All @@ -20,7 +20,7 @@ jobs:
- run: pnpm test:coverage

build-stateless:
runs-on: blacksmith-2vcpu-ubuntu-2204
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
Expand All @@ -43,7 +43,7 @@ jobs:
path: stateless-build.tar

build-stateful:
runs-on: blacksmith-2vcpu-ubuntu-2204
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
Expand All @@ -64,7 +64,7 @@ jobs:
name: stateless (${{matrix.shard}})
needs: build-stateless
timeout-minutes: 20
runs-on: blacksmith-2vcpu-ubuntu-2204
runs-on: blacksmith-4vcpu-ubuntu-2204
strategy:
matrix:
shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
name: stateful (${{matrix.shard}})
needs: build-stateful
timeout-minutes: 10
runs-on: blacksmith-2vcpu-ubuntu-2204
runs-on: blacksmith-4vcpu-ubuntu-2204
strategy:
matrix:
shard: [1, 2, 3]
Expand Down

0 comments on commit 89c1a55

Please sign in to comment.