Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-size-matters'
Browse files Browse the repository at this point in the history
* fraccaman/ci-size-matters:
  ci: size matter
  • Loading branch information
Fraccaman committed Jul 6, 2023
2 parents 86faa88 + fd1b4a1 commit ecd4c5e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ env:
jobs:
build-wasm:
timeout-minutes: 30
runs-on: ${{ matrix.os }}
runs-on:
group: gians-runners
container:
image: ghcr.io/anoma/namada:wasm-main
strategy:
Expand Down Expand Up @@ -70,7 +71,8 @@ jobs:
test-wasm:
timeout-minutes: 30
runs-on: ${{ matrix.os }}
runs-on:
group: gians-runners
needs: [build-wasm]
container:
image: ghcr.io/anoma/namada:wasm-main
Expand Down Expand Up @@ -145,7 +147,8 @@ jobs:
AWS_REGION: eu-west-1

namada:
runs-on: ${{ matrix.os }}
runs-on:
group: gians-runners
timeout-minutes: 80
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -374,7 +377,8 @@ jobs:


namada-e2e:
runs-on: ${{ matrix.os }}
runs-on:
group: gians-runners
# timeout-minutes: 80
strategy:
fail-fast: false
Expand Down

0 comments on commit ecd4c5e

Please sign in to comment.