Skip to content

Commit

Permalink
Merge branch 'brent+fraccaman/ci-increase-workers'
Browse files Browse the repository at this point in the history
* brent+fraccaman/ci-increase-workers:
  change github runners
  more e2e machines
  • Loading branch information
brentstone committed Mar 8, 2024
2 parents 09597e3 + f0e8e53 commit 324f19f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
timeout-minutes: 30
runs-on:
group: namada-runners
labels: ubuntu-22-small
container:
image: ghcr.io/anoma/namada:wasm-main
strategy:
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
timeout-minutes: 30
runs-on:
group: namada-runners
labels: ubuntu-22-small
needs: [build-wasm]
container:
image: ghcr.io/anoma/namada:wasm-main
Expand Down Expand Up @@ -188,6 +190,7 @@ jobs:
test-unit:
runs-on:
group: namada-runners
labels: ubuntu-22-small
timeout-minutes: 30
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -285,6 +288,7 @@ jobs:
test-integration:
runs-on:
group: namada-runners
labels: ubuntu-22-small
timeout-minutes: 30
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -374,6 +378,7 @@ jobs:
run-benchmarks:
runs-on:
group: namada-runners
labels: ubuntu-22
timeout-minutes: 60
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -462,6 +467,7 @@ jobs:
namada-release:
runs-on:
group: namada-runners
labels: ubuntu-22
timeout-minutes: 40
strategy:
fail-fast: false
Expand Down Expand Up @@ -562,6 +568,7 @@ jobs:
namada-e2e:
runs-on:
group: namada-runners
labels: ubuntu-22-small
needs: [build-wasm, namada-release]
# timeout-minutes: 80
strategy:
Expand All @@ -576,6 +583,8 @@ jobs:
- index: 1
- index: 2
- index: 3
- index: 4
- index: 5

env:
RUSTC_WRAPPER: sccache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/schedule-e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess
import sys

N_OF_MACHINES = 4
N_OF_MACHINES = 6

NIGHTLY_VERSION = open("rust-nightly-version", "r").read().strip()

Expand Down

0 comments on commit 324f19f

Please sign in to comment.