Skip to content

Commit

Permalink
Update runners again
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Feb 22, 2024
1 parent 9128ce1 commit 70ad7e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
js-no-cluster:
name: JetStream tests
needs: [build, lint]
runs-on: equinix-4cpu-16gb
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -60,7 +60,7 @@ jobs:
js-cluster-1:
name: JetStream cluster tests (1)
needs: [build, lint]
runs-on: equinix-4cpu-16gb
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -76,7 +76,7 @@ jobs:
js-cluster-2:
name: JetStream cluster tests (2)
needs: [build, lint]
runs-on: equinix-4cpu-16gb
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -92,7 +92,7 @@ jobs:
js-cluster-3:
name: JetStream cluster tests (3)
needs: [build, lint]
runs-on: equinix-4cpu-16gb
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -108,7 +108,7 @@ jobs:
js-supercluster:
name: JetStream supercluster tests
needs: [build, lint]
runs-on: equinix-4cpu-16gb
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -124,7 +124,7 @@ jobs:
no-race:
name: No-race tests
needs: [build, lint]
runs-on: equinix-4cpu-16gb
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -140,7 +140,7 @@ jobs:
js-chaos:
name: JetStream chaos tests
needs: [build, lint]
runs-on: equinix-4cpu-16gb
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -156,7 +156,7 @@ jobs:
mqtt:
name: MQTT tests
needs: [build, lint]
runs-on: equinix-2cpu-8gb
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -172,7 +172,7 @@ jobs:
server-pkg-non-js:
name: Non-JetStream/MQTT tests
needs: [build, lint]
runs-on: equinix-4cpu-16gb
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -188,7 +188,7 @@ jobs:
non-server-pkg:
name: Tests from all other packages
needs: [build, lint]
runs-on: equinix-2cpu-8gb
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 70ad7e2

Please sign in to comment.