Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-here-we-go-again-35'
Browse files Browse the repository at this point in the history
* fraccaman/ci-here-we-go-again-35:
  ci: update runners
  • Loading branch information
Fraccaman committed Nov 11, 2023
2 parents 444da00 + f39e4f7 commit 961a258
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build-wasm:
timeout-minutes: 30
runs-on:
group: gians-runners
group: namada-runners-ubuntu-22
container:
image: ghcr.io/anoma/namada:wasm-main
strategy:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
test-wasm:
timeout-minutes: 30
runs-on:
group: gians-runners
group: namada-runners-ubuntu-22
needs: [build-wasm]
container:
image: ghcr.io/anoma/namada:wasm-main
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:

unit-and-integration-tests:
runs-on:
group: gians-runners
group: namada-runners-ubuntu-22
timeout-minutes: 30
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
run-benchmarks:
runs-on:
group: gians-runners
group: namada-runners-ubuntu-22
timeout-minutes: 60
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
namada-release:
runs-on:
group: gians-runners
group: namada-runners-ubuntu-22
timeout-minutes: 40
strategy:
fail-fast: false
Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:
namada-e2e:
runs-on:
group: gians-runners
group: namada-runners-ubuntu-22
needs: [build-wasm, namada-release]
# timeout-minutes: 80
strategy:
Expand Down

0 comments on commit 961a258

Please sign in to comment.